From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- khotkeys/kcontrol/triggers_tab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khotkeys/kcontrol/triggers_tab.h') 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 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; }; -- cgit v1.2.1