diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:21 -0600 |
commit | 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (patch) | |
tree | 3aa53b371fc2482fb6bea9f8eca16b9524c1b332 /src/basket.h | |
parent | 3cedb6a5f7a9c3e0c04303289e025ce6fe91e164 (diff) | |
download | basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.tar.gz basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.zip |
Rename a number of classes to enhance compatibility with KDE4
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: |