summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/userdefinedregexps.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/userdefinedregexps.h')
-rw-r--r--kregexpeditor/userdefinedregexps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/userdefinedregexps.h b/kregexpeditor/userdefinedregexps.h
index e6062ca..0b01b81 100644
--- a/kregexpeditor/userdefinedregexps.h
+++ b/kregexpeditor/userdefinedregexps.h
@@ -31,7 +31,7 @@ Q_OBJECT
TQ_OBJECT
public:
- UserDefinedRegExps( TQWidget *tqparent, const char *name = 0 );
+ UserDefinedRegExps( TQWidget *parent, const char *name = 0 );
const TQPtrList<CompoundRegExp> regExps() const;
public slots:
@@ -57,7 +57,7 @@ private:
class WidgetWinItem :public TQListViewItem
{
public:
- WidgetWinItem( TQString name, RegExp* regexp, bool users, TQListViewItem* tqparent );
+ WidgetWinItem( TQString name, RegExp* regexp, bool users, TQListViewItem* parent );
static TQString path();
TQString fileName() const;