summaryrefslogtreecommitdiffstats
path: root/libk3b/tools/kcutlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/tools/kcutlabel.h')
-rw-r--r--libk3b/tools/kcutlabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/tools/kcutlabel.h b/libk3b/tools/kcutlabel.h
index 5df44b3..7b96fe2 100644
--- a/libk3b/tools/kcutlabel.h
+++ b/libk3b/tools/kcutlabel.h
@@ -33,8 +33,8 @@ class LIBK3B_EXPORT KCutLabel : public TQLabel
/**
* Default constructor.
*/
- KCutLabel( TQWidget *tqparent = 0, const char *name = 0);
- KCutLabel( const TQString &text, TQWidget *tqparent = 0, const char *name = 0 );
+ KCutLabel( TQWidget *parent = 0, const char *name = 0);
+ KCutLabel( const TQString &text, TQWidget *parent = 0, const char *name = 0 );
virtual TQSize tqminimumSizeHint() const;