diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:57 -0600 |
commit | 2877440fbda2e245d04f534ed51d7cb7c0a06482 (patch) | |
tree | 874d2d10bf56b0547de792b6b6d48c4e895be034 /superkaramba/src/karambaapp.h | |
parent | 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (diff) | |
download | tdeutils-2877440fbda2e245d04f534ed51d7cb7c0a06482.tar.gz tdeutils-2877440fbda2e245d04f534ed51d7cb7c0a06482.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba/src/karambaapp.h')
-rw-r--r-- | superkaramba/src/karambaapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/karambaapp.h b/superkaramba/src/karambaapp.h index f33fce8..30f40e6 100644 --- a/superkaramba/src/karambaapp.h +++ b/superkaramba/src/karambaapp.h @@ -36,7 +36,7 @@ class dcopIface_stub; class KHelpMenu; class KAboutData; -class KarambaApplication : public KApplication +class KarambaApplication : public TDEApplication { Q_OBJECT @@ -66,7 +66,7 @@ class KarambaApplication : public KApplication bool themeExists(TQString pretty_name); void initDcopStub(TQCString app = ""); void setUpSysTray(KAboutData* about); - void checkPreviousSession(KApplication &app, TQStringList &lst); + void checkPreviousSession(TDEApplication &app, TQStringList &lst); void checkCommandLine(TDECmdLineArgs *args, TQStringList &lst); bool startThemes(TQStringList &lst); KarambaIface* dcopIface() { return iface; }; |