summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/tools/mousetoolaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/tools/mousetoolaction.h')
-rw-r--r--kivio/kiviopart/tools/mousetoolaction.h14
1 files changed, 7 insertions, 7 deletions
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);