diff options
Diffstat (limited to 'karbon/tools/vroundrecttool.h')
-rw-r--r-- | karbon/tools/vroundrecttool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vroundrecttool.h b/karbon/tools/vroundrecttool.h index 9b70bf27..59a2fab0 100644 --- a/karbon/tools/vroundrecttool.h +++ b/karbon/tools/vroundrecttool.h @@ -51,7 +51,7 @@ private: class VRoundRectOptionsWidget : public KDialogBase { public: - VRoundRectOptionsWidget( KarbonPart *part, TQWidget *tqparent = 0L, const char *name = 0L ); + VRoundRectOptionsWidget( KarbonPart *part, TQWidget *parent = 0L, const char *name = 0L ); double width() const; double height() const; |