summaryrefslogtreecommitdiffstats
path: root/atlantik/client/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 18:46:44 -0600
committerTimothy Pearson <[email protected]>2013-01-19 18:46:44 -0600
commit4ffd16a310c74db19a5ba0c297234470f01cd7b3 (patch)
tree46f830ac3b70b614ab623571394f0dc49a5dd83b /atlantik/client/main.cpp
parentaa1c1b863d595a4cbd3b1b83b23d5334ca37bc14 (diff)
downloadtdegames-4ffd16a310c74db19a5ba0c297234470f01cd7b3.tar.gz
tdegames-4ffd16a310c74db19a5ba0c297234470f01cd7b3.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'atlantik/client/main.cpp')
-rw-r--r--atlantik/client/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/main.cpp b/atlantik/client/main.cpp
index 4dacf008..4c158239 100644
--- a/atlantik/client/main.cpp
+++ b/atlantik/client/main.cpp
@@ -57,8 +57,8 @@ int main(int argc, char *argv[])
aboutData.addCredit("Elhay Achiam", I18N_NOOP("icons"), "[email protected]");
aboutData.addCredit("Carlo Caneva", I18N_NOOP("icons"), "[email protected]", "http://www.molecola.com/");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions (options);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions (options);
KApplication::addCmdLineOptions();
KApplication kapplication;