diff options
Diffstat (limited to 'src/basket.h')
-rw-r--r-- | src/basket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/basket.h b/src/basket.h index 30eac95..db516d0 100644 --- a/src/basket.h +++ b/src/basket.h @@ -365,15 +365,15 @@ public slots: /// KEYBOARD SHORTCUT: public: // Temporar: for deletion purpose - KAction *m_action; + TDEAction *m_action; private: int m_shortcutAction; private slots: void activatedShortcut(); public: - KShortcut shortcut() { return m_action->shortcut(); } + TDEShortcut shortcut() { return m_action->shortcut(); } int shortcutAction() { return m_shortcutAction; } - void setShortcut(KShortcut shortcut, int action); + void setShortcut(TDEShortcut shortcut, int action); /// USER INTERACTION: private: |