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:
Luboš Luňák 2007-04-29 21:54:14 +00:00
parent 93dab3f3f2
commit 3dad48bfe2

View file

@ -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*)