Merging from old trunk:
r580068 | mlaurent | 2006-09-02 16:47:24 +0200 (Sat, 02 Sep 2006) | 2 lines Not necessary to test it svn path=/trunk/KDE/kdebase/workspace/; revision=659288
This commit is contained in:
parent
93dab3f3f2
commit
3dad48bfe2
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ PlastikConfig::PlastikConfig(KConfig* config, QWidget* parent)
|
|||
|
||||
PlastikConfig::~PlastikConfig()
|
||||
{
|
||||
if (m_dialog) delete m_dialog;
|
||||
if (m_config) delete m_config;
|
||||
delete m_dialog;
|
||||
delete m_config;
|
||||
}
|
||||
|
||||
void PlastikConfig::load(KConfig*)
|
||||
|
|
Loading…
Reference in a new issue