diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-20 22:39:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-20 22:39:19 +0900 |
| commit | e91a27dff0360a98759364751ac727a4741ed51b (patch) | |
| tree | 1d73f4c6ee69454bf77425dad0d765e31075d19c /kttsd/kttsmgr | |
| parent | 89e1a9e8915c65c5cbdc34497e6c3be75dcd1d23 (diff) | |
| download | tdeaccessibility-master.tar.gz tdeaccessibility-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/kttsmgr')
| -rw-r--r-- | kttsd/kttsmgr/kttsmgr.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kttsd/kttsmgr/kttsmgr.cpp b/kttsd/kttsmgr/kttsmgr.cpp index 52bf832..b028358 100644 --- a/kttsd/kttsmgr/kttsmgr.cpp +++ b/kttsd/kttsmgr/kttsmgr.cpp @@ -37,7 +37,6 @@ #include <tdepopupmenu.h> #include <tdeaboutapplication.h> #include <dcopclient.h> -#include <tdeversion.h> // KTTSMgr includes. #include "kspeech.h" @@ -79,11 +78,8 @@ int main (int argc, char *argv[]) } TDEUniqueApplication app; - -#if TDE_VERSION >= TDE_MAKE_VERSION (3,3,90) TQPixmap icon = TDEGlobal::iconLoader()->loadIcon("kttsd", TDEIcon::Panel); aboutdata.setProgramLogo(icon.convertToImage()); -#endif // The real work of KTTS Manager is done in the KControl Module kcmkttsd. KCMultiDialog dlg(KCMultiDialog::Plain, i18n("TDE Text-to-Speech Manager"), 0, "kttsmgrdlg", false); @@ -118,16 +114,12 @@ int main (int argc, char *argv[]) else app.setMainWidget(&dlg); if (showMainWindowOnStartup) -#if TDE_VERSION < TDE_MAKE_VERSION (3,3,0) - dlg.show(); -#else { if (embedInSysTray) tray->setActive(); else dlg.show(); } -#endif int result = app.exec(); delete tray; return result; |
