diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2025-04-06 16:37:52 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-04-06 16:37:52 +0200 |
| commit | 063aaff4032126e6e0685865142dea3102a6eff7 (patch) | |
| tree | ac1808a2b9ee0357fdc3cfbcf373591f9ba679a7 /kpdf/shell/shell.cpp | |
| parent | e4ea46eff2e90f1096937529e432388b63fa7d02 (diff) | |
| download | tdegraphics-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.cpp | 2 |
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; } |
