diff options
Diffstat (limited to 'kregexpeditor/regexpbuttons.h')
-rw-r--r-- | kregexpeditor/regexpbuttons.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h index 6565746..6219422 100644 --- a/kregexpeditor/regexpbuttons.h +++ b/kregexpeditor/regexpbuttons.h @@ -26,12 +26,13 @@ class TQToolButton; class TQSignalMapper; -class RegExpButtons :public QDockWindow +class RegExpButtons :public TQDockWindow { Q_OBJECT + TQ_OBJECT public: - RegExpButtons( TQWidget *parent, const char *name = 0 ); + RegExpButtons( TQWidget *tqparent, const char *name = 0 ); void setFeatures( int features ); protected: |