summaryrefslogtreecommitdiffstats
path: root/languages/cpp/includepathresolver.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 18:37:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 18:37:47 -0600
commit3b2845b322cd059ae514d7fa15c53c2e63d63946 (patch)
tree9603b3b1d84aaa805ea65765882c56ffcc9ed166 /languages/cpp/includepathresolver.cpp
parentdc443b2b654028d86764e354f10fe2286c1e65dd (diff)
downloadtdevelop-3b2845b322cd059ae514d7fa15c53c2e63d63946.tar.gz
tdevelop-3b2845b322cd059ae514d7fa15c53c2e63d63946.zip
Rename include subdirectory to tde
Diffstat (limited to 'languages/cpp/includepathresolver.cpp')
-rw-r--r--languages/cpp/includepathresolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/includepathresolver.cpp b/languages/cpp/includepathresolver.cpp
index 964ff233..8cdeafb8 100644
--- a/languages/cpp/includepathresolver.cpp
+++ b/languages/cpp/includepathresolver.cpp
@@ -550,7 +550,7 @@ void IncludePathResolver::setOutOfSourceBuildSystem( const TQString& source, con
#ifdef TEST
/** This can be used for testing and debugging the system. To compile it use
- * gcc includepathresolver.cpp -I /usr/share/qt3/include -I /usr/include/kde -I ../../lib/util -DTEST -ltdecore -g -o includepathresolver
+ * gcc includepathresolver.cpp -I /usr/share/qt3/include -I /usr/include/tde -I ../../lib/util -DTEST -ltdecore -g -o includepathresolver
* */
int main(int argc, char **argv) {