summaryrefslogtreecommitdiffstats
path: root/knights/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:27 -0600
commitc664d00793184b3f6580af17fe102449c41e85bd (patch)
treeca31ce23dc565779b3930993fcd9f6d1d63f82bc /knights/main.cpp
parentbdcdc67549e95c360da03dee32d5ca4bd7474c30 (diff)
downloadknights-c664d00793184b3f6580af17fe102449c41e85bd.tar.gz
knights-c664d00793184b3f6580af17fe102449c41e85bd.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'knights/main.cpp')
-rw-r--r--knights/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knights/main.cpp b/knights/main.cpp
index 86bb003..740af1a 100644
--- a/knights/main.cpp
+++ b/knights/main.cpp
@@ -67,9 +67,9 @@ int main(int argc, char *argv[])
aboutData.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails"));
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
KApplication a;
Knights *knights = new Knights(args);