diff options
Diffstat (limited to 'karbon/tools/vspiraltool.h')
-rw-r--r-- | karbon/tools/vspiraltool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vspiraltool.h b/karbon/tools/vspiraltool.h index 9a09bd83..5787063d 100644 --- a/karbon/tools/vspiraltool.h +++ b/karbon/tools/vspiraltool.h @@ -51,7 +51,7 @@ private: class VSpiralOptionsWidget : public KDialogBase { public: - VSpiralOptionsWidget( KarbonPart *part, TQWidget *tqparent = 0L, const char* name = 0L ); + VSpiralOptionsWidget( KarbonPart *part, TQWidget *parent = 0L, const char* name = 0L ); double radius() const; uint segments() const; |