summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/taskbartest.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (patch)
treea6a367ba18807833d8f90cb6b233e7bdb3f007cc /superkaramba/src/taskbartest.cpp
parentba743d360eabb06e6ffbafd2c7bc833dd985aa0c (diff)
downloadtdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.tar.gz
tdeutils-6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba/src/taskbartest.cpp')
-rw-r--r--superkaramba/src/taskbartest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/taskbartest.cpp b/superkaramba/src/taskbartest.cpp
index f3bc46d..8f5dfc5 100644
--- a/superkaramba/src/taskbartest.cpp
+++ b/superkaramba/src/taskbartest.cpp
@@ -53,13 +53,13 @@ int main(int argc, char **argv)
KAboutData about("karamba", I18N_NOOP("karamba"), version, description,
KAboutData::License_GPL, "(C) 2003 Hans Karlsson", 0, 0, "karlsson.h@home.se");
about.addAuthor( "Hans Karlsson", 0, "karlsson.h@home.se" );
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
// karamba *mainWin = 0;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
// //KSGRD::SensorManager *f32 = new KSGRD::SensorManager();
// //f32->engage("localhost");