diff options
Diffstat (limited to 'languages/cpp/qtbuildconfig.h')
-rw-r--r-- | languages/cpp/qtbuildconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/qtbuildconfig.h b/languages/cpp/qtbuildconfig.h index 118503b6..10da233d 100644 --- a/languages/cpp/qtbuildconfig.h +++ b/languages/cpp/qtbuildconfig.h @@ -81,7 +81,7 @@ private: TQString m_designerPath; ///< The path including the binary name of TQt Designer TQString m_qmakePath; ///< The path including the binary name of TQMake TQStringList m_designerPluginPaths; ///< The Prefix for Designer - TQString m_designerIntegration; ///< The type of designer used, kdevdesigner or qt designer + TQString m_designerIntegration; ///< The type of designer used, tdevdesigner or qt designer static const TQString m_configRoot; ///< The root path of the configuration }; |