summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/extras
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/extras')
-rw-r--r--lib/interfaces/extras/Mainpage.dox4
-rw-r--r--lib/interfaces/extras/Makefile.am2
-rw-r--r--lib/interfaces/extras/kdevcompileroptions.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/interfaces/extras/Mainpage.dox b/lib/interfaces/extras/Mainpage.dox
index 454e292e..0fd589bd 100644
--- a/lib/interfaces/extras/Mainpage.dox
+++ b/lib/interfaces/extras/Mainpage.dox
@@ -1,7 +1,7 @@
/**
-@mainpage The KDevelop Extra Interfaces Library
+@mainpage The TDevelop Extra Interfaces Library
-This library contains extra interfaces that are not the part of KDevelop plugin architecture
+This library contains extra interfaces that are not the part of TDevelop plugin architecture
but that can be implemented by extra plugins or "plugins for plugins".
<b>Link with</b>: -lkdevextras
diff --git a/lib/interfaces/extras/Makefile.am b/lib/interfaces/extras/Makefile.am
index d97c6d77..49107f8f 100644
--- a/lib/interfaces/extras/Makefile.am
+++ b/lib/interfaces/extras/Makefile.am
@@ -13,6 +13,6 @@ servicetype_DATA = tdevelopcompileroptions.desktop \
tdevelopvcsintegrator.desktop
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces
-DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library
+DOXYGEN_PROJECTNAME = TDevelop Extra Interfaces Library
DOXYGEN_DOCDIRPREFIX = kdev
include ../../../Doxyfile.am
diff --git a/lib/interfaces/extras/kdevcompileroptions.h b/lib/interfaces/extras/kdevcompileroptions.h
index f7ed383d..a052877f 100644
--- a/lib/interfaces/extras/kdevcompileroptions.h
+++ b/lib/interfaces/extras/kdevcompileroptions.h
@@ -45,7 +45,7 @@ static KDevCompilerOptions *createCompilerOptions( const TQString &name, TQObjec
return 0;
TQStringList args;
- TQVariant prop = service->property("X-KDevelop-Args");
+ TQVariant prop = service->property("X-TDevelop-Args");
if (prop.isValid())
args = TQStringList::split(" ", prop.toString());