From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- lib/interfaces/extras/Mainpage.dox | 4 ++-- lib/interfaces/extras/Makefile.am | 2 +- lib/interfaces/extras/kdevcompileroptions.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/interfaces/extras') 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". Link with: -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()); -- cgit v1.2.1