diff options
Diffstat (limited to 'src/plugincontroller.cpp')
| -rw-r--r-- | src/plugincontroller.cpp | 2 | 
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 { | 
