summaryrefslogtreecommitdiffstats
path: root/kpdf/shell/shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/shell/shell.cpp')
-rw-r--r--kpdf/shell/shell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/shell.cpp b/kpdf/shell/shell.cpp
index 442bdefd..27b3e37e 100644
--- a/kpdf/shell/shell.cpp
+++ b/kpdf/shell/shell.cpp
@@ -81,7 +81,7 @@ void Shell::init()
// if we couldn't find our Part, we exit since the Shell by
// itself can't do anything useful
KMessageBox::error(this, i18n("Unable to find kpdf part."));
- TQTimer::singleShot(0, tdeApp, TQ_SLOT(quit()));
+ TQTimer::singleShot(0, kapp, TQ_SLOT(quit()));
return;
}