From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kivio/kiviopart/tools/mousetoolaction.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kivio/kiviopart/tools/mousetoolaction.h') diff --git a/kivio/kiviopart/tools/mousetoolaction.h b/kivio/kiviopart/tools/mousetoolaction.h index 64b322ab..f4ba5389 100644 --- a/kivio/kiviopart/tools/mousetoolaction.h +++ b/kivio/kiviopart/tools/mousetoolaction.h @@ -24,7 +24,7 @@ namespace Kivio { -class KIVIO_EXPORT MouseToolAction : public KRadioAction +class KIVIO_EXPORT MouseToolAction : public TDERadioAction { Q_OBJECT @@ -39,7 +39,7 @@ class KIVIO_EXPORT MouseToolAction : public KRadioAction * @param parent This action's parent. * @param name An internal name for this action. */ - MouseToolAction(const TQString& text, const KShortcut& cut = KShortcut(), TQObject* parent = 0, const char* name = 0); + MouseToolAction(const TQString& text, const TDEShortcut& cut = TDEShortcut(), TQObject* parent = 0, const char* name = 0); /** * @param text The text that will be displayed. @@ -49,7 +49,7 @@ class KIVIO_EXPORT MouseToolAction : public KRadioAction * @param parent This action's parent. * @param name An internal name for this action. */ - MouseToolAction(const TQString& text, const KShortcut& cut, + MouseToolAction(const TQString& text, const TDEShortcut& cut, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0); /** @@ -59,7 +59,7 @@ class KIVIO_EXPORT MouseToolAction : public KRadioAction * @param parent This action's parent. * @param name An internal name for this action. */ - MouseToolAction(const TQString& text, const TQIconSet& pix, const KShortcut& cut = KShortcut(), + MouseToolAction(const TQString& text, const TQIconSet& pix, const TDEShortcut& cut = TDEShortcut(), TQObject* parent = 0, const char* name = 0); /** @@ -69,7 +69,7 @@ class KIVIO_EXPORT MouseToolAction : public KRadioAction * @param parent This action's parent. * @param name An internal name for this action. */ - MouseToolAction(const TQString& text, const TQString& pix, const KShortcut& cut = KShortcut(), + MouseToolAction(const TQString& text, const TQString& pix, const TDEShortcut& cut = TDEShortcut(), TQObject* parent = 0, const char* name = 0); /** @@ -81,7 +81,7 @@ class KIVIO_EXPORT MouseToolAction : public KRadioAction * @param parent This action's parent. * @param name An internal name for this action. */ - MouseToolAction(const TQString& text, const TQIconSet& pix, const KShortcut& cut, + MouseToolAction(const TQString& text, const TQIconSet& pix, const TDEShortcut& cut, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0); /** @@ -93,7 +93,7 @@ class KIVIO_EXPORT MouseToolAction : public KRadioAction * @param parent This action's parent. * @param name An internal name for this action. */ - MouseToolAction(const TQString& text, const TQString& pix, const KShortcut& cut, + MouseToolAction(const TQString& text, const TQString& pix, const TDEShortcut& cut, const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0); -- cgit v1.2.1