From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/ccconfigwidget.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'languages/cpp/ccconfigwidget.h') diff --git a/languages/cpp/ccconfigwidget.h b/languages/cpp/ccconfigwidget.h index b8874ed2..8dd8c9a3 100644 --- a/languages/cpp/ccconfigwidget.h +++ b/languages/cpp/ccconfigwidget.h @@ -13,7 +13,7 @@ #define _CCCONFIGWIDGET_H_ #include "ccconfigwidgetbase.h" -#include +#include class CppSupportPart; class Catalog; @@ -25,7 +25,7 @@ class CCConfigWidget : public CCConfigWidgetBase Q_OBJECT public: - CCConfigWidget( CppSupportPart* part, QWidget* parent = 0, const char* name = 0 ); + CCConfigWidget( CppSupportPart* part, TQWidget* parent = 0, const char* name = 0 ); virtual ~CCConfigWidget( ); public slots: @@ -39,14 +39,14 @@ protected slots: private slots: void catalogRegistered( Catalog* c ); void catalogUnregistered( Catalog* c ); - void isValidQtDir( const QString & ); - void isDesignerExecutable( const QString& ); - void isQMakeExecutable( const QString& ); + void isValidQtDir( const TQString & ); + void isDesignerExecutable( const TQString& ); + void isQMakeExecutable( const TQString& ); void toggleQtVersion( bool ); void openPluginPaths( ); private: - bool isExecutable( const QString & ); + bool isExecutable( const TQString & ); void initGeneralTab(); void saveFileTemplatesTab(); @@ -65,7 +65,7 @@ private: private: CppSupportPart* m_pPart; - QMap m_catalogs; + TQMap m_catalogs; KEditListBox* m_designerPluginPaths; }; -- cgit v1.2.3