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/taskbartest.cpp | |
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/taskbartest.cpp')
-rw-r--r-- | superkaramba/src/taskbartest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/taskbartest.cpp b/superkaramba/src/taskbartest.cpp index 8f5dfc5..45f0be2 100644 --- a/superkaramba/src/taskbartest.cpp +++ b/superkaramba/src/taskbartest.cpp @@ -56,7 +56,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // karamba *mainWin = 0; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |