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 /kuickshow | |
parent | c705f8f0619865875d6247d9470dced55241bc79 (diff) | |
download | tdegraphics-74f47aebb77b4744bf18960b81c3744106cf56e0.tar.gz tdegraphics-74f47aebb77b4744bf18960b81c3744106cf56e0.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kuickshow')
-rw-r--r-- | kuickshow/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuickshow/src/main.cpp b/kuickshow/src/main.cpp index b1b5de44..36286463 100644 --- a/kuickshow/src/main.cpp +++ b/kuickshow/src/main.cpp @@ -52,7 +52,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) TDECmdLineArgs::init( argc, argv, &about ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; if ( app.isRestored() ) { (new KuickShow())->restore( 1, false ); // don't show automatically |