summaryrefslogtreecommitdiffstats
path: root/src/basket.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:21 -0600
commit7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (patch)
tree3aa53b371fc2482fb6bea9f8eca16b9524c1b332 /src/basket.h
parent3cedb6a5f7a9c3e0c04303289e025ce6fe91e164 (diff)
downloadbasket-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.h6
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: