summaryrefslogtreecommitdiffstats
path: root/parts/replace/replacedlgimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/replace/replacedlgimpl.h')
-rw-r--r--parts/replace/replacedlgimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/replace/replacedlgimpl.h b/parts/replace/replacedlgimpl.h
index 5ff94c75..73d49cb5 100644
--- a/parts/replace/replacedlgimpl.h
+++ b/parts/replace/replacedlgimpl.h
@@ -9,9 +9,10 @@ class TQDialog;
class ReplaceDlgImpl : public ReplaceDlg
{
Q_OBJECT
+ TQ_OBJECT
public:
- ReplaceDlgImpl(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ ReplaceDlgImpl(TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~ReplaceDlgImpl();
TQRegExp expressionPattern();