summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/lookaheadwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/lookaheadwidget.h')
-rw-r--r--kregexpeditor/lookaheadwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/lookaheadwidget.h b/kregexpeditor/lookaheadwidget.h
index 36c4e42..14efee0 100644
--- a/kregexpeditor/lookaheadwidget.h
+++ b/kregexpeditor/lookaheadwidget.h
@@ -24,7 +24,7 @@ class LookAheadRegExp;
class LookAheadWidget :public SingleContainerWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
LookAheadWidget( RegExpEditorWindow* editorWindow, RegExpType tp, TQWidget* parent, const char* name = 0 );
LookAheadWidget( LookAheadRegExp* regexp, RegExpEditorWindow* editorWindow, RegExpType tp,