diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:16:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:16:02 -0600 |
commit | ca76618006d430d1253cc6cc0a20dc2c6ca666f9 (patch) | |
tree | 2040fc1d273d66067b34cc67e97f06c2e2602aa1 /kscreensaver/kxsconfig | |
parent | de2e00ccad5e4f0ef40e88290954c8ccb7d518a5 (diff) | |
download | tdeartwork-ca76618006d430d1253cc6cc0a20dc2c6ca666f9.tar.gz tdeartwork-ca76618006d430d1253cc6cc0a20dc2c6ca666f9.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kscreensaver/kxsconfig')
-rw-r--r-- | kscreensaver/kxsconfig/kxsconfig.cpp | 2 | ||||
-rw-r--r-- | kscreensaver/kxsconfig/kxsrun.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kscreensaver/kxsconfig/kxsconfig.cpp b/kscreensaver/kxsconfig/kxsconfig.cpp index 4950c993..b3de5e45 100644 --- a/kscreensaver/kxsconfig/kxsconfig.cpp +++ b/kscreensaver/kxsconfig/kxsconfig.cpp @@ -339,7 +339,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if(args->count()==0) diff --git a/kscreensaver/kxsconfig/kxsrun.cpp b/kscreensaver/kxsconfig/kxsrun.cpp index fa1b9c3b..6f4dbf5e 100644 --- a/kscreensaver/kxsconfig/kxsrun.cpp +++ b/kscreensaver/kxsconfig/kxsrun.cpp @@ -64,7 +64,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions(options); - KApplication app( false, false ); + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |