diff options
Diffstat (limited to 'kregexpeditor/auxbuttons.h')
-rw-r--r-- | kregexpeditor/auxbuttons.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h index ef88ab5..a0ada03 100644 --- a/kregexpeditor/auxbuttons.h +++ b/kregexpeditor/auxbuttons.h @@ -23,12 +23,13 @@ class TQComboBox; class TQLabel; class TQToolButton; -class AuxButtons :public QDockWindow +class AuxButtons :public TQDockWindow { Q_OBJECT + TQ_OBJECT public: - AuxButtons( TQWidget* parent, const char* name ); + AuxButtons( TQWidget* tqparent, const char* name ); signals: void undo(); |