diff options
Diffstat (limited to 'khotkeys/shared/voices.cpp')
-rw-r--r-- | khotkeys/shared/voices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/shared/voices.cpp b/khotkeys/shared/voices.cpp index 07ab899f6..fd0c759f4 100644 --- a/khotkeys/shared/voices.cpp +++ b/khotkeys/shared/voices.cpp @@ -199,7 +199,7 @@ void Voice::slot_sound_recorded(const Sound &sound_P) */ -void Voice::set_shortcut( const KShortcut &shortcut) +void Voice::set_shortcut( const TDEShortcut &shortcut) { _shortcut = shortcut; if( !_enabled ) |