Not necessary to test it

svn path=/trunk/KDE/kdebase/workspace/; revision=580068
This commit is contained in:
Laurent Montel 2006-09-02 14:47:24 +00:00
parent a8aadb3572
commit 2b3553723b

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