summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:06:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:06:29 -0600
commitc0b24fe164924298d7e6ae33964b3c65fadbcba3 (patch)
tree2ba50375d78b077b266b224e4413150ef3e60a15 /src/simplemainwindow.cpp
parent33d15e862e09fbcbb05e209f832414bd8a01291e (diff)
downloadtdevelop-c0b24fe164924298d7e6ae33964b3c65fadbcba3.tar.gz
tdevelop-c0b24fe164924298d7e6ae33964b3c65fadbcba3.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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") );
}