diff options
Diffstat (limited to 'karbon/tools/vellipsetool.h')
-rw-r--r-- | karbon/tools/vellipsetool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h index c07d2e77..859cac96 100644 --- a/karbon/tools/vellipsetool.h +++ b/karbon/tools/vellipsetool.h @@ -36,7 +36,7 @@ class VEllipseOptionsWidget : public KDialogBase Q_OBJECT TQ_OBJECT public: - VEllipseOptionsWidget( KarbonPart *part, TQWidget *tqparent = 0L, const char *name = 0L ); + VEllipseOptionsWidget( KarbonPart *part, TQWidget *parent = 0L, const char *name = 0L ); double width() const; double height() const; |