summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/limitedcharlineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/limitedcharlineedit.cpp')
-rw-r--r--kregexpeditor/limitedcharlineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/limitedcharlineedit.cpp b/kregexpeditor/limitedcharlineedit.cpp
index 5e494d8..f311ebe 100644
--- a/kregexpeditor/limitedcharlineedit.cpp
+++ b/kregexpeditor/limitedcharlineedit.cpp
@@ -26,7 +26,7 @@ class Validator :public TQValidator
{
public:
Validator( LimitedCharLineEdit::Mode mode, TQWidget* parent )
- :TQValidator( TQT_TQOBJECT(parent), "Validator" ), _mode(mode)
+ :TQValidator( parent, "Validator" ), _mode(mode)
{
}