summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/limitedcharlineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/limitedcharlineedit.h')
-rw-r--r--kregexpeditor/limitedcharlineedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/limitedcharlineedit.h b/kregexpeditor/limitedcharlineedit.h
index 4b76250..98359a2 100644
--- a/kregexpeditor/limitedcharlineedit.h
+++ b/kregexpeditor/limitedcharlineedit.h
@@ -29,7 +29,7 @@ class LimitedCharLineEdit :public TQLineEdit
public:
enum Mode { NORMAL = 0, HEX = 1, OCT = 2 };
- LimitedCharLineEdit(Mode mode, TQWidget* tqparent, const char *name = 0);
+ LimitedCharLineEdit(Mode mode, TQWidget* parent, const char *name = 0);
protected:
virtual void keyPressEvent ( TQKeyEvent * );