summaryrefslogtreecommitdiffstats
path: root/src/plugincontroller.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/plugincontroller.cpp
parent57c30b2881457b03f7ca0a20b14178e5c3baad63 (diff)
downloadtdevelop-bdeb717137b6fc8693198008ccb97f8213973416.tar.gz
tdevelop-bdeb717137b6fc8693198008ccb97f8213973416.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/plugincontroller.cpp')
-rw-r--r--src/plugincontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugincontroller.cpp b/src/plugincontroller.cpp
index 6d579346..e598b456 100644
--- a/src/plugincontroller.cpp
+++ b/src/plugincontroller.cpp
@@ -84,7 +84,7 @@ PluginController::PluginController()
KStandardDirs::kde_default( "data" ) +
TQString::fromLatin1("/tdevelop/profiles/FullIDE");*/
- KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
if( args->isSet("profile") ){
m_profile = TQString::fromLocal8Bit( args->getOption("profile") );
} else {