diff options
Diffstat (limited to 'kivio/kiviopart/tools/kivio_mousetool.h')
-rw-r--r-- | kivio/kiviopart/tools/kivio_mousetool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kivio/kiviopart/tools/kivio_mousetool.h b/kivio/kiviopart/tools/kivio_mousetool.h index 7bffaf33..0b717f29 100644 --- a/kivio/kiviopart/tools/kivio_mousetool.h +++ b/kivio/kiviopart/tools/kivio_mousetool.h @@ -34,7 +34,7 @@ namespace Kivio { Q_OBJECT TQ_OBJECT public: - MouseTool(KivioView* tqparent = 0, const char* name = 0); + MouseTool(KivioView* parent = 0, const char* name = 0); ~MouseTool(); virtual bool processEvent(TQEvent* e) = 0; |