summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simplemainwindow.cpp')
-rw-r--r--src/simplemainwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
index 3f685c3c..d51bc31e 100644
--- a/src/simplemainwindow.cpp
+++ b/src/simplemainwindow.cpp
@@ -34,7 +34,7 @@
#include <tdetexteditor/document.h>
#include <kapplication.h>
#include <kurldrag.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <ddockwindow.h>
#include <dtabwidget.h>
@@ -99,9 +99,9 @@ void SimpleMainWindow::init()
" properly.\nPlease make sure "
"that TDevelop is installed in your TDE directory; otherwise, you have "
"to add TDevelop's installation "
- "path to the environment variable TDEDIRS and run kbuildsycoca. Restart "
+ "path to the environment variable TDEDIRS and run tdebuildsycoca. Restart "
"TDevelop afterwards.\n"
- "Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"),
+ "Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && tdebuildsycoca"),
i18n("Could Not Find Plugins") );
}