summaryrefslogtreecommitdiffstats
path: root/kodo/main.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
commit545d48dc2acbfb766a1c277b6f82ae54eea3754f (patch)
tree7b300309ee263157d3c34fd46d387cdc159fb14b /kodo/main.cpp
parent7adc7115528101c579c41266a2388a37e3b1c04c (diff)
downloadtdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.tar.gz
tdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kodo/main.cpp')
-rw-r--r--kodo/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kodo/main.cpp b/kodo/main.cpp
index 72f8802..92eb543 100644
--- a/kodo/main.cpp
+++ b/kodo/main.cpp
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
aboutData->addCredit("Gioele Barabucci",
I18N_NOOP("KDE 2 porting and some code cleanups"),
"dev@gioelebarabucci.com", "http://www.gioelebarabucci.com");
- KCmdLineArgs::init( argc, argv, aboutData );
+ TDECmdLineArgs::init( argc, argv, aboutData );
if (!KUniqueApplication::start())
exit(0);