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/cppsplitheadersourceconfig.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'languages/cpp/cppsplitheadersourceconfig.h') diff --git a/languages/cpp/cppsplitheadersourceconfig.h b/languages/cpp/cppsplitheadersourceconfig.h index d975bc2c..52be4297 100644 --- a/languages/cpp/cppsplitheadersourceconfig.h +++ b/languages/cpp/cppsplitheadersourceconfig.h @@ -21,7 +21,7 @@ #ifndef CPPSPLITHEADERSOURCECONFIG_H #define CPPSPLITHEADERSOURCECONFIG_H -#include +#include class CppSupportPart; class QDomDocument; @@ -30,7 +30,7 @@ class CppSplitHeaderSourceConfig : public QObject { Q_OBJECT public: - CppSplitHeaderSourceConfig( CppSupportPart* part, QDomDocument* dom ); + CppSplitHeaderSourceConfig( CppSupportPart* part, TQDomDocument* dom ); virtual ~CppSplitHeaderSourceConfig(); bool splitEnabled() const @@ -45,11 +45,11 @@ public: } void setAutoSync( bool b ); - QString orientation() const + TQString orientation() const { return m_splitOrientation; } - void setOrientation( const QString &o ); + void setOrientation( const TQString &o ); public slots: void store(); @@ -62,12 +62,12 @@ signals: private: CppSupportPart* m_part; - QDomDocument* m_dom; + TQDomDocument* m_dom; bool m_splitEnable; bool m_splitSync; - QString m_splitOrientation; + TQString m_splitOrientation; - static QString defaultPath; + static TQString defaultPath; }; #endif -- cgit v1.2.1