summaryrefslogtreecommitdiff
path: root/noncore
authorzecke <zecke>2004-07-15 22:37:54 (UTC)
committer zecke <zecke>2004-07-15 22:37:54 (UTC)
commitce300687815f369a8db5b3d1e1ea0f2819c9b9b6 (patch) (side-by-side diff)
tree53e3ac9003ec5d46d60e1a339cbafca414e285bb /noncore
parent422e7757feae169d8c931f2f0ac1d5acc201f846 (diff)
downloadopie-ce300687815f369a8db5b3d1e1ea0f2819c9b9b6.zip
opie-ce300687815f369a8db5b3d1e1ea0f2819c9b9b6.tar.gz
opie-ce300687815f369a8db5b3d1e1ea0f2819c9b9b6.tar.bz2
Stop crasing, do not do nasty stuff with parentWidget() which is now NULL
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/keyz-cfg/cfgdlg.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/keyz-cfg/cfgdlg.cpp b/noncore/apps/keyz-cfg/cfgdlg.cpp
index 3965198..8d868d4 100644
--- a/noncore/apps/keyz-cfg/cfgdlg.cpp
+++ b/noncore/apps/keyz-cfg/cfgdlg.cpp
@@ -128,6 +128,5 @@ void CfgDlg::accept() {
QCopEnvelope("QPE/zkb", "reload()");
QDialog::accept();
- parentWidget()->close(false);
}