diff options
Diffstat (limited to 'src/profileengine/lib')
| -rw-r--r-- | src/profileengine/lib/Makefile.am | 6 | ||||
| -rw-r--r-- | src/profileengine/lib/profileengine.cpp | 2 | ||||
| -rw-r--r-- | src/profileengine/lib/profileengine.h | 16 | 
3 files changed, 12 insertions, 12 deletions
| diff --git a/src/profileengine/lib/Makefile.am b/src/profileengine/lib/Makefile.am index 66b1f159..08b6e7ad 100644 --- a/src/profileengine/lib/Makefile.am +++ b/src/profileengine/lib/Makefile.am @@ -10,7 +10,7 @@ libprofileengine_la_SOURCES = profileengine.cpp profile.cpp  profileincludedir = $(includedir)/tdevelop/shell/profileengine  profileinclude_HEADERS = profileengine.h profile.h -DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils tdevutil tdevinterfaces -DOXYGEN_PROJECTNAME = TDevelop Shell Profiles Library -DOXYGEN_DOCDIRPREFIX = tdevprofiles +DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevutil kdevinterfaces +DOXYGEN_PROJECTNAME = KDevelop Shell Profiles Library +DOXYGEN_DOCDIRPREFIX = kdevprofiles  include ../../../Doxyfile.am diff --git a/src/profileengine/lib/profileengine.cpp b/src/profileengine/lib/profileengine.cpp index 8678732e..fd4d06fa 100644 --- a/src/profileengine/lib/profileengine.cpp +++ b/src/profileengine/lib/profileengine.cpp @@ -25,7 +25,7 @@  #include <tdeglobal.h>  #include <kstandarddirs.h> -#include <tdevplugin.h> +#include <kdevplugin.h>  ProfileEngine::ProfileEngine()  { diff --git a/src/profileengine/lib/profileengine.h b/src/profileengine/lib/profileengine.h index d630f576..36d85697 100644 --- a/src/profileengine/lib/profileengine.h +++ b/src/profileengine/lib/profileengine.h @@ -61,27 +61,27 @@ public:  /**  Profile engine. -- Uses TDevelop profiles to form lists of plugin offers; +- Uses KDevelop profiles to form lists of plugin offers;  - Provides means of managing profiles;  - Provides means to access the resources provided by a profile. -TDevelop profiles form a tree with a root profile named "TDevelop". +KDevelop profiles form a tree with a root profile named "KDevelop".  For example, such profiles tree can look as:  @code -TDevelop +KDevelop  - IDE    - CompiledLanguageIDE      - AdaIDE      - CandCppIDE        - CIDE        - CppIDE -        - TDECppIDE +        - KDECppIDE      - FortranIDE      ...    - DatabaseIDE    - ScriptingLanguageIDE    .. -- TDevAssistant +- KDevAssistant  @endcode  To manage a tree of profiles, use @ref ProfileEngine::walkProfiles methods.  */ @@ -92,7 +92,7 @@ public:      /**Type of the plugin offer. Engine will usually find profiles and return offers      of selected type. -    @sa TDevPlugin class documentation for more information of plugin types.*/ +    @sa KDevPlugin class documentation for more information of plugin types.*/      enum OfferType {           Global    /**<Global plugins.*/,          Project   /**<Project plugins.*/, @@ -137,8 +137,8 @@ public:      void diffProfiles(OfferType offerType, const TQString &profile1, const TQString &profile2,           TQStringList &unload, TDETrader::OfferList &load); -    /**@return The root profile. Root profile is always named "TDevelop" and it -    defines an empty list of plugins. Applications built on TDevelop platform +    /**@return The root profile. Root profile is always named "KDevelop" and it +    defines an empty list of plugins. Applications built on KDevelop platform      will define nested profiles.*/      Profile *rootProfile() const { return m_rootProfile; }      /**Finds a profile with given name. | 
