diff options
Diffstat (limited to 'karbon/tools/vselectnodestool.h')
| -rw-r--r-- | karbon/tools/vselectnodestool.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/tools/vselectnodestool.h b/karbon/tools/vselectnodestool.h index d0a5b2965..f3815b2dc 100644 --- a/karbon/tools/vselectnodestool.h +++ b/karbon/tools/vselectnodestool.h @@ -31,9 +31,9 @@ public: virtual void activate(); virtual void setup(KActionCollection *collection); - virtual QString uiname() { return i18n( "Select Nodes Tool" ); } + virtual TQString uiname() { return i18n( "Select Nodes Tool" ); } virtual enumToolType toolType() { return TOOL_SELECT; } - virtual QString statusText(); + virtual TQString statusText(); virtual uint priority() { return 1; } protected: @@ -48,7 +48,7 @@ protected: virtual void rightMouseButtonPress(); virtual void rightMouseButtonRelease(); - virtual bool keyReleased( Qt::Key ); + virtual bool keyReleased( TQt::Key ); virtual void cancel(); |
