summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vroundrecttool.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vroundrecttool.h')
-rw-r--r--karbon/tools/vroundrecttool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/karbon/tools/vroundrecttool.h b/karbon/tools/vroundrecttool.h
index 75e86796..9ab0c3fb 100644
--- a/karbon/tools/vroundrecttool.h
+++ b/karbon/tools/vroundrecttool.h
@@ -25,11 +25,11 @@
#include <knuminput.h>
-#include "vshapetool.h"
+#include "vtqshapetool.h"
class KarbonView;
class KarbonPart;
-class QLabel;
+class TQLabel;
class KoUnitDoubleSpinBox;
@@ -41,9 +41,9 @@ public:
virtual bool showDialog() const;
virtual void setup(KActionCollection *collection);
- virtual QString uiname() { return i18n( "Round Rectangle Tool" ); }
+ virtual TQString uiname() { return i18n( "Round Rectangle Tool" ); }
- virtual VPath* shape( bool interactive = false ) const;
+ virtual VPath* tqshape( bool interactive = false ) const;
void refreshUnit();
@@ -51,7 +51,7 @@ private:
class VRoundRectOptionsWidget : public KDialogBase
{
public:
- VRoundRectOptionsWidget( KarbonPart *part, QWidget *parent = 0L, const char *name = 0L );
+ VRoundRectOptionsWidget( KarbonPart *part, TQWidget *tqparent = 0L, const char *name = 0L );
double width() const;
double height() const;