diff options
Diffstat (limited to 'karbon/tools/vspiraltool.h')
-rw-r--r-- | karbon/tools/vspiraltool.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/karbon/tools/vspiraltool.h b/karbon/tools/vspiraltool.h index 2976deda..c9c4d388 100644 --- a/karbon/tools/vspiraltool.h +++ b/karbon/tools/vspiraltool.h @@ -23,7 +23,7 @@ #include <kdialogbase.h> #include <klocale.h> -#include "vshapetool.h" +#include "vtqshapetool.h" class KComboBox; class KoUnitDoubleSpinBox; @@ -39,19 +39,19 @@ public: virtual void setup(KActionCollection *collection); virtual bool showDialog() const; - virtual QString uiname() { return i18n( "Spiral Tool" ); } + virtual TQString uiname() { return i18n( "Spiral Tool" ); } - virtual VPath* shape( bool interactive = false ) const; + virtual VPath* tqshape( bool interactive = false ) const; void refreshUnit(); - virtual void arrowKeyReleased( Qt::Key ); + virtual void arrowKeyReleased( TQt::Key ); private: class VSpiralOptionsWidget : public KDialogBase { public: - VSpiralOptionsWidget( KarbonPart *part, QWidget *parent = 0L, const char* name = 0L ); + VSpiralOptionsWidget( KarbonPart *part, TQWidget *tqparent = 0L, const char* name = 0L ); double radius() const; uint segments() const; |