summaryrefslogtreecommitdiffstats
path: root/kmag/kmagselrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmag/kmagselrect.h')
-rw-r--r--kmag/kmagselrect.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmag/kmagselrect.h b/kmag/kmagselrect.h
index 9180b36..ec3666b 100644
--- a/kmag/kmagselrect.h
+++ b/kmag/kmagselrect.h
@@ -34,7 +34,7 @@ class KMagSelWinCorner : public TQLabel
public:
- KMagSelWinCorner ( TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0 );
+ KMagSelWinCorner ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
virtual ~KMagSelWinCorner();
@@ -59,7 +59,7 @@ class KMagSelWin : public TQWidget
public:
- KMagSelWin ( TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0 );
+ KMagSelWin ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
virtual ~KMagSelWin();
@@ -103,11 +103,11 @@ class KMagSelRect : public TQObject, public TQRect
TQ_OBJECT
public:
- KMagSelRect(TQWidget *tqparent=0);
+ KMagSelRect(TQWidget *parent=0);
KMagSelRect(const TQPoint &topLeft, const TQPoint &bottomRight,
- TQWidget *tqparent=0);
+ TQWidget *parent=0);
KMagSelRect(const TQPoint &topLeft, const TQSize &size,
- TQWidget *tqparent=0);
+ TQWidget *parent=0);
KMagSelRect(int left, int top, int width, int height,
TQWidget *selWindowParent=0);