summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/limitedcharlineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/limitedcharlineedit.h')
-rw-r--r--kregexpeditor/limitedcharlineedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/limitedcharlineedit.h b/kregexpeditor/limitedcharlineedit.h
index 13026cc..4b76250 100644
--- a/kregexpeditor/limitedcharlineedit.h
+++ b/kregexpeditor/limitedcharlineedit.h
@@ -24,12 +24,12 @@
TQLineEdit which only accepts a prespecified number of character.
@internal
*/
-class LimitedCharLineEdit :public QLineEdit
+class LimitedCharLineEdit :public TQLineEdit
{
public:
enum Mode { NORMAL = 0, HEX = 1, OCT = 2 };
- LimitedCharLineEdit(Mode mode, TQWidget* parent, const char *name = 0);
+ LimitedCharLineEdit(Mode mode, TQWidget* tqparent, const char *name = 0);
protected:
virtual void keyPressEvent ( TQKeyEvent * );