From 2b3553723bdb50fb00be92f2477fcbdc5cc71431 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 2 Sep 2006 14:47:24 +0000 Subject: [PATCH] Not necessary to test it svn path=/trunk/KDE/kdebase/workspace/; revision=580068 --- clients/plastik/config/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/plastik/config/config.cpp b/clients/plastik/config/config.cpp index 1135a9f844..0cb6affe1d 100644 --- a/clients/plastik/config/config.cpp +++ b/clients/plastik/config/config.cpp @@ -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*)