summaryrefslogtreecommitdiffstats
path: root/kcron/ktapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcron/ktapp.cpp')
-rw-r--r--kcron/ktapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktapp.cpp b/kcron/ktapp.cpp
index e767b73..dfbe15e 100644
--- a/kcron/ktapp.cpp
+++ b/kcron/ktapp.cpp
@@ -208,7 +208,7 @@ bool KTApp::queryClose()
{
if(cthost->dirty())
{
- KTApp* win = (KTApp*)tqparent();
+ KTApp* win = (KTApp*)parent();
int retVal = KMessageBox::warningYesNoCancel(win,
i18n("Scheduled tasks have been modified.\nDo you want to save changes?"),