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/kcontrol/kcmkhotkeys.h | |
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/kcontrol/kcmkhotkeys.h')
-rw-r--r-- | khotkeys/kcontrol/kcmkhotkeys.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/khotkeys/kcontrol/kcmkhotkeys.h b/khotkeys/kcontrol/kcmkhotkeys.h index 92bf49efb..58751599d 100644 --- a/khotkeys/kcontrol/kcmkhotkeys.h +++ b/khotkeys/kcontrol/kcmkhotkeys.h @@ -54,8 +54,8 @@ class Module void set_daemon_disabled( bool disable ); bool daemon_disabled() const; void import(); - KShortcut voice_shortcut() const; - void set_voice_shortcut( const KShortcut&) ; + TDEShortcut voice_shortcut() const; + void set_voice_shortcut( const TDEShortcut&) ; public slots: void changed(); protected: @@ -153,13 +153,13 @@ bool Module::daemon_disabled() const inline -void Module::set_voice_shortcut( const KShortcut& cut) +void Module::set_voice_shortcut( const TDEShortcut& cut) { settings.voice_shortcut=cut; } inline -KShortcut Module::voice_shortcut() const +TDEShortcut Module::voice_shortcut() const { return settings.voice_shortcut; } |