summaryrefslogtreecommitdiffstats
path: root/kpdf/shell/shell.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2025-04-06 16:37:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2025-04-06 16:37:52 +0200
commit063aaff4032126e6e0685865142dea3102a6eff7 (patch)
treeac1808a2b9ee0357fdc3cfbcf373591f9ba679a7 /kpdf/shell/shell.cpp
parente4ea46eff2e90f1096937529e432388b63fa7d02 (diff)
downloadtdegraphics-063aaff4032126e6e0685865142dea3102a6eff7.tar.gz
tdegraphics-063aaff4032126e6e0685865142dea3102a6eff7.zip
Adjust backport commit from issue #117 for r14.1.x.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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;
}