summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/ksquirrelpart/sq_bcglabel.cpp')
-rw-r--r--ksquirrel/ksquirrelpart/sq_bcglabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_bcglabel.cpp b/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
index 968dbd9..39c5f62 100644
--- a/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
+++ b/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
@@ -17,7 +17,7 @@
#include "sq_bcglabel.h"
-SQ_BCGLabel::SQ_BCGLabel(TQWidget *tqparent, const char *name, WFlags f) : TQLabel(tqparent, name, f | TQt::WNoAutoErase)
+SQ_BCGLabel::SQ_BCGLabel(TQWidget *parent, const char *name, WFlags f) : TQLabel(parent, name, f | TQt::WNoAutoErase)
{
setScaledContents(false);