diff options
Diffstat (limited to 'kregexpeditor/charselector.h')
-rw-r--r-- | kregexpeditor/charselector.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kregexpeditor/charselector.h b/kregexpeditor/charselector.h index 4f34e67..5ba2a88 100644 --- a/kregexpeditor/charselector.h +++ b/kregexpeditor/charselector.h @@ -24,12 +24,13 @@ class TQComboBox; class TQWidgetStack; class LimitedCharLineEdit; -class CharSelector :public QWidget +class CharSelector :public TQWidget { Q_OBJECT + TQ_OBJECT public: - CharSelector( TQWidget* parent, const char* name = 0 ); + CharSelector( TQWidget* tqparent, const char* name = 0 ); TQString text() const; void setText( TQString text ); bool isEmpty() const; |