delete the dialog
svn path=/branches/KDE/4.2/kdelibs/; revision=930930
This commit is contained in:
parent
5e59421a1f
commit
eba8c2db85
@ -155,6 +155,8 @@ Applet::~Applet()
|
||||
d->extender->saveState();
|
||||
}
|
||||
|
||||
const QString dialogId = QString("%1settings%2").arg(id()).arg(name());
|
||||
delete KConfigDialog::exists(dialogId);
|
||||
delete d;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user