diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /khotkeys/shared/triggers.cpp | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'khotkeys/shared/triggers.cpp')
-rw-r--r-- | khotkeys/shared/triggers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/shared/triggers.cpp b/khotkeys/shared/triggers.cpp index fe167789b..29cd1025e 100644 --- a/khotkeys/shared/triggers.cpp +++ b/khotkeys/shared/triggers.cpp @@ -117,7 +117,7 @@ void Trigger_list::activate( bool activate_P ) // Shortcut_trigger -Shortcut_trigger::Shortcut_trigger( Action_data* data_P, const KShortcut& shortcut_P ) +Shortcut_trigger::Shortcut_trigger( Action_data* data_P, const TDEShortcut& shortcut_P ) : Trigger( data_P ), _shortcut( shortcut_P ) { keyboard_handler->insert_item( shortcut(), this ); @@ -154,7 +154,7 @@ const TQString Shortcut_trigger::description() const // CHECKME i18n pro toString() ? } -bool Shortcut_trigger::handle_key( const KShortcut& shortcut_P ) +bool Shortcut_trigger::handle_key( const TDEShortcut& shortcut_P ) { if( shortcut() == shortcut_P ) { |