From 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/basket.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/basket.h') 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: -- cgit v1.2.1