diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:19:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:19:40 -0600 |
commit | 74f47aebb77b4744bf18960b81c3744106cf56e0 (patch) | |
tree | 98f808be7ee64f341ba893cfc4fc6a2db7ed5092 /ksnapshot | |
parent | c705f8f0619865875d6247d9470dced55241bc79 (diff) | |
download | tdegraphics-74f47aebb77b4744bf18960b81c3744106cf56e0.tar.gz tdegraphics-74f47aebb77b4744bf18960b81c3744106cf56e0.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/ksnapshot.cpp | 2 | ||||
-rw-r--r-- | ksnapshot/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksnapshot/ksnapshot.cpp b/ksnapshot/ksnapshot.cpp index f7d85254..e5237351 100644 --- a/ksnapshot/ksnapshot.cpp +++ b/ksnapshot/ksnapshot.cpp @@ -56,7 +56,7 @@ #include <kglobal.h> -#define kApp KApplication::kApplication() +#define kApp TDEApplication::kApplication() KSnapshot::KSnapshot(TQWidget *parent, const char *name, bool grabCurrent) : DCOPObject("interface"), diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp index d503c0d5..0bf32633 100644 --- a/ksnapshot/main.cpp +++ b/ksnapshot/main.cpp @@ -55,7 +55,7 @@ int main(int argc, char **argv) TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KApplication app; + TDEApplication app; KImageIO::registerFormats(); |