summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/kcmkhotkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/kcontrol/kcmkhotkeys.h')
-rw-r--r--khotkeys/kcontrol/kcmkhotkeys.h8
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;
}