summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/scrollededitorwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/scrollededitorwindow.h')
-rw-r--r--kregexpeditor/scrollededitorwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kregexpeditor/scrollededitorwindow.h b/kregexpeditor/scrollededitorwindow.h
index 35aa14e..e49940e 100644
--- a/kregexpeditor/scrollededitorwindow.h
+++ b/kregexpeditor/scrollededitorwindow.h
@@ -27,11 +27,12 @@ class RegExp;
/**
Regular Expression editor window.
*/
-class RegExpScrolledEditorWindow :public QWidget
+class RegExpScrolledEditorWindow :public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- RegExpScrolledEditorWindow( TQWidget *parent = 0, const char* name = 0);
+ RegExpScrolledEditorWindow( TQWidget *tqparent = 0, const char* name = 0);
RegExp* regExp();
private: