summaryrefslogtreecommitdiffstats
path: root/krusader/ActionMan/actionproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/ActionMan/actionproperty.h')
-rw-r--r--krusader/ActionMan/actionproperty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/ActionMan/actionproperty.h b/krusader/ActionMan/actionproperty.h
index b51f71a..d5f7ac1 100644
--- a/krusader/ActionMan/actionproperty.h
+++ b/krusader/ActionMan/actionproperty.h
@@ -16,7 +16,7 @@
#include "actionpropertybase.h"
class KrAction;
-class KShortcut;
+class TDEShortcut;
/**
* Use this widget where ever you need to manipulate a UserAction
@@ -141,7 +141,7 @@ private slots:
* This updates the ShortcutButton
* @internal
*/
- void changedShortcut(const KShortcut& shortcut);
+ void changedShortcut(const TDEShortcut& shortcut);
};
#endif