summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/triggers_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/triggers_tab.h')
-rw-r--r--khotkeys/kcontrol/triggers_tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/kcontrol/triggers_tab.h b/khotkeys/kcontrol/triggers_tab.h
index 89b674a7b..c4d6160fe 100644
--- a/khotkeys/kcontrol/triggers_tab.h
+++ b/khotkeys/kcontrol/triggers_tab.h
@@ -20,7 +20,7 @@
#include <window_trigger_widget.h>
class KKeyButton;
-class KShortcut;
+class TDEShortcut;
namespace KHotKeys
{
@@ -90,7 +90,7 @@ class Shortcut_trigger_widget
public slots:
void clear_data();
private slots:
- void capturedShortcut( const KShortcut& );
+ void capturedShortcut( const TDEShortcut& );
private:
KKeyButton* bt;
};