diff options
Diffstat (limited to 'src')
-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 91abe5e7..22014efe 100644 --- a/src/plugincontroller.cpp +++ b/src/plugincontroller.cpp @@ -81,7 +81,7 @@ PluginController::PluginController() { /* m_defaultProfile = TQString::fromLatin1( "FullIDE" ); m_defaultProfilePath = kapp->dirs()->localtdedir() + "/" + - KStandardDirs::kde_default( "data" ) + + TDEStandardDirs::kde_default( "data" ) + TQString::fromLatin1("/tdevelop/profiles/FullIDE");*/ TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); |