diff options
Diffstat (limited to 'kregexpeditor/scrollededitorwindow.h')
-rw-r--r-- | kregexpeditor/scrollededitorwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/scrollededitorwindow.h b/kregexpeditor/scrollededitorwindow.h index b404cee..8a40a3c 100644 --- a/kregexpeditor/scrollededitorwindow.h +++ b/kregexpeditor/scrollededitorwindow.h @@ -30,7 +30,7 @@ class RegExp; class RegExpScrolledEditorWindow :public TQWidget { Q_OBJECT - TQ_OBJECT + public: RegExpScrolledEditorWindow( TQWidget *parent = 0, const char* name = 0); RegExp* regExp(); |