diff options
Diffstat (limited to 'krita/plugins/tools/selectiontools/kis_tool_select_eraser.h')
-rw-r--r-- | krita/plugins/tools/selectiontools/kis_tool_select_eraser.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/krita/plugins/tools/selectiontools/kis_tool_select_eraser.h b/krita/plugins/tools/selectiontools/kis_tool_select_eraser.h index 092122c8..79352df1 100644 --- a/krita/plugins/tools/selectiontools/kis_tool_select_eraser.h +++ b/krita/plugins/tools/selectiontools/kis_tool_select_eraser.h @@ -30,11 +30,12 @@ class KisSelectionOptions; /** * The selection eraser makes a selection smaller by painting with the - * current eraser shape. Not sure what kind of an icon could represent + * current eraser tqshape. Not sure what kind of an icon could represent * this... Depends a bit on how we're going to visualize selections. */ class KisToolSelectEraser : public KisToolFreehand { Q_OBJECT + TQ_OBJECT typedef KisToolFreehand super; public: @@ -42,10 +43,10 @@ public: virtual ~KisToolSelectEraser(); virtual void setup(KActionCollection *collection); - virtual Q_UINT32 priority() { return 2; } + virtual TQ_UINT32 priority() { return 2; } virtual enumToolType toolType() { return TOOL_SELECT; } - virtual QWidget* createOptionWidget(QWidget* parent); - virtual QWidget* optionWidget(); + virtual TQWidget* createOptionWidget(TQWidget* tqparent); + virtual TQWidget* optionWidget(); public slots: virtual void activate(); |