summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/k3bintvalidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/k3bintvalidator.h')
-rw-r--r--libk3b/tools/k3bintvalidator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/k3bintvalidator.h b/libk3b/tools/k3bintvalidator.h
index 0945f89..ecb1a9e 100644
--- a/libk3b/tools/k3bintvalidator.h
+++ b/libk3b/tools/k3bintvalidator.h
@@ -34,12 +34,12 @@ class LIBK3B_EXPORT K3bIntValidator : public TQValidator
/**
* Constuctor. Also sets the base value.
*/
- K3bIntValidator ( TQWidget * tqparent, const char * name = 0 );
+ K3bIntValidator ( TQWidget * parent, const char * name = 0 );
/**
* Constructor. Also sets the minimum, maximum, and numeric base values.
*/
- K3bIntValidator ( int bottom, int top, TQWidget * tqparent, const char * name = 0 );
+ K3bIntValidator ( int bottom, int top, TQWidget * parent, const char * name = 0 );
/**
* Destructs the validator.