From 3dad48bfe2774a2074ee6a4957dedd5b46393325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 29 Apr 2007 21:54:14 +0000 Subject: [PATCH] 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 --- 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 ef3c0fc13f..5efad7bc4b 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*)