diff options
Diffstat (limited to 'languages/cpp/addattributedialog.h')
-rw-r--r-- | languages/cpp/addattributedialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/languages/cpp/addattributedialog.h b/languages/cpp/addattributedialog.h index 8e160f2a..54d917b1 100644 --- a/languages/cpp/addattributedialog.h +++ b/languages/cpp/addattributedialog.h @@ -31,12 +31,12 @@ class AddAttributeDialog : public AddAttributeDialogBase Q_OBJECT public: AddAttributeDialog( CppSupportPart* cppSupport, ClassDom klass, - QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~AddAttributeDialog(); virtual void addAttribute(); virtual void deleteCurrentAttribute(); - virtual void currentChanged( QListViewItem* item ); + virtual void currentChanged( TQListViewItem* item ); virtual void updateGUI(); protected: @@ -44,9 +44,9 @@ protected: virtual void accept(); private: - QString accessID( VariableDom var ) const; - QStringList newAccessList( const QStringList& accessList ) const; - QString variableDeclaration( QListViewItem* item ) const; + TQString accessID( VariableDom var ) const; + TQStringList newAccessList( const TQStringList& accessList ) const; + TQString variableDeclaration( TQListViewItem* item ) const; private: CppSupportPart* m_cppSupport; |