diff options
Diffstat (limited to 'kregexpeditor/compoundwidget.h')
-rw-r--r-- | kregexpeditor/compoundwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kregexpeditor/compoundwidget.h b/kregexpeditor/compoundwidget.h index 8a803a3..047f942 100644 --- a/kregexpeditor/compoundwidget.h +++ b/kregexpeditor/compoundwidget.h @@ -32,7 +32,7 @@ class TQCheckBox; class CompoundDetailWindow :public TQWidget { public: - CompoundDetailWindow(TQWidget* tqparent, const char* name = 0); + CompoundDetailWindow(TQWidget* parent, const char* name = 0); TQString title() const; TQString description() const; bool allowReplace() const; @@ -63,10 +63,10 @@ Q_OBJECT TQ_OBJECT public: - CompoundWidget( RegExpEditorWindow* editorWindow, TQWidget* tqparent, + CompoundWidget( RegExpEditorWindow* editorWindow, TQWidget* parent, const char* name = 0); CompoundWidget( CompoundRegExp* regexp, RegExpEditorWindow* editorWindow, - TQWidget* tqparent, const char* name = 0); + TQWidget* parent, const char* name = 0); virtual bool updateSelection( bool parentSelected ); virtual TQSize tqsizeHint() const; |