summaryrefslogtreecommitdiffstats
path: root/karbon/tools/vselecttool.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/tools/vselecttool.h')
-rw-r--r--karbon/tools/vselecttool.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/karbon/tools/vselecttool.h b/karbon/tools/vselecttool.h
index 3ef50cab..1a74289f 100644
--- a/karbon/tools/vselecttool.h
+++ b/karbon/tools/vselecttool.h
@@ -30,6 +30,7 @@ class KarbonView;
class VSelectOptionsWidget : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
VSelectOptionsWidget( KarbonPart* part );
@@ -44,6 +45,7 @@ private:
class VSelectTool : public VTool
{
Q_OBJECT
+ TQ_OBJECT
public:
VSelectTool( KarbonView *view );
@@ -51,11 +53,11 @@ public:
virtual void setup(KActionCollection *collection);
virtual bool showDialog() const;
- virtual QString uiname() { return i18n( "Select Tool" ); }
+ virtual TQString uiname() { return i18n( "Select Tool" ); }
virtual enumToolType toolType() { return TOOL_SELECT; }
- virtual QString statusText();
+ virtual TQString statusText();
virtual uint priority() { return 0; }
- virtual QString contextHelp();
+ virtual TQString contextHelp();
virtual void refreshUnit();
@@ -76,8 +78,8 @@ protected:
virtual void mouseDragCtrlReleased();
virtual void mouseDragShiftPressed();
virtual void mouseDragShiftReleased();
- virtual void arrowKeyReleased( Qt::Key );
- virtual bool keyReleased( Qt::Key );
+ virtual void arrowKeyReleased( TQt::Key );
+ virtual bool keyReleased( TQt::Key );
virtual void cancel();