diff options
Diffstat (limited to 'karbon/tools/vpolygontool.h')
-rw-r--r-- | karbon/tools/vpolygontool.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/karbon/tools/vpolygontool.h b/karbon/tools/vpolygontool.h index 028565db..c74ad182 100644 --- a/karbon/tools/vpolygontool.h +++ b/karbon/tools/vpolygontool.h @@ -22,7 +22,7 @@ #include <kdialogbase.h> -#include "vshapetool.h" +#include "vtqshapetool.h" class KoUnitDoubleSpinBox; class KIntSpinBox; @@ -36,19 +36,19 @@ public: virtual void setup(KActionCollection *collection); virtual bool showDialog() const; - virtual QString uiname() { return i18n( "Polygon Tool" ); } + virtual TQString uiname() { return i18n( "Polygon 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 VPolygonOptionsWidget : public KDialogBase { public: - VPolygonOptionsWidget( KarbonView *view, QWidget *parent = 0L, const char *name = 0L ); + VPolygonOptionsWidget( KarbonView *view, TQWidget *tqparent = 0L, const char *name = 0L ); double radius() const; uint edges() const; |