diff options
Diffstat (limited to 'languages/cpp/qtbuildconfig.h')
-rw-r--r-- | languages/cpp/qtbuildconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/cpp/qtbuildconfig.h b/languages/cpp/qtbuildconfig.h index df92869b..1d6e1e25 100644 --- a/languages/cpp/qtbuildconfig.h +++ b/languages/cpp/qtbuildconfig.h @@ -25,18 +25,18 @@ class CppSupportPart; class TQDomDocument; /** - @brief The TQtBuildConfig class stores all parameters related to the used TQt library + @brief The QtBuildConfig class stores all parameters related to the used TQt library @author Tobias Erbsland <[email protected]> */ -class TQtBuildConfig : public TQObject +class QtBuildConfig : public TQObject { Q_OBJECT TQ_OBJECT public: - TQtBuildConfig( CppSupportPart* part, TQDomDocument* dom ); - virtual ~TQtBuildConfig(); + QtBuildConfig( CppSupportPart* part, TQDomDocument* dom ); + virtual ~QtBuildConfig(); inline bool isUsed() const { return m_used; } inline int version() const { return m_version; } |