summaryrefslogtreecommitdiffstats
path: root/src/main_assistant.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:49 -0600
commitbdeb717137b6fc8693198008ccb97f8213973416 (patch)
treeaa91b6811b0632aeea6ac8402022cd6e1ff122fb /src/main_assistant.cpp
parent57c30b2881457b03f7ca0a20b14178e5c3baad63 (diff)
downloadtdevelop-bdeb717137b6fc8693198008ccb97f8213973416.tar.gz
tdevelop-bdeb717137b6fc8693198008ccb97f8213973416.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r--src/main_assistant.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp
index b4b22221..25e7202a 100644
--- a/src/main_assistant.cpp
+++ b/src/main_assistant.cpp
@@ -74,9 +74,9 @@ int main(int argc, char *argv[])
aboutData.addCredit("Andreas Koepfle" , I18N_NOOP("TQMake project manager patches"), "koepfle@ti.uni-mannheim.de");
aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "mail@sacu.de");
- 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 app;