diff options
Diffstat (limited to 'kjumpingcube/kcubeboxwidget.h')
-rw-r--r-- | kjumpingcube/kcubeboxwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kjumpingcube/kcubeboxwidget.h b/kjumpingcube/kcubeboxwidget.h index e8d0553e..d1cc160c 100644 --- a/kjumpingcube/kcubeboxwidget.h +++ b/kjumpingcube/kcubeboxwidget.h @@ -53,10 +53,10 @@ class KCubeBoxWidget : public TQWidget , public CubeBoxBase<KCubeWidget> Q_OBJECT TQ_OBJECT public: - KCubeBoxWidget(const int dim=1,TQWidget *tqparent=0,const char *name=0); + KCubeBoxWidget(const int dim=1,TQWidget *parent=0,const char *name=0); - KCubeBoxWidget(CubeBox& box, TQWidget *tqparent=0,const char *name=0); - KCubeBoxWidget(const KCubeBoxWidget& box,TQWidget *tqparent=0,const char *name=0); + KCubeBoxWidget(CubeBox& box, TQWidget *parent=0,const char *name=0); + KCubeBoxWidget(const KCubeBoxWidget& box,TQWidget *parent=0,const char *name=0); virtual ~KCubeBoxWidget(); KCubeBoxWidget& operator= (CubeBox& box); |