summaryrefslogtreecommitdiffstats
path: root/tdeui/kkeybutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kkeybutton.h')
-rw-r--r--tdeui/kkeybutton.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeui/kkeybutton.h b/tdeui/kkeybutton.h
index 34f5f1ac9..9dd806095 100644
--- a/tdeui/kkeybutton.h
+++ b/tdeui/kkeybutton.h
@@ -52,10 +52,10 @@ class TDEUI_EXPORT KKeyButton: public TQPushButton
virtual ~KKeyButton();
/** @deprecated Use setShortcut( cut, false ) instead */
- void setShortcut( const KShortcut& cut ) KDE_DEPRECATED;
+ void setShortcut( const TDEShortcut& cut ) KDE_DEPRECATED;
/// @since 3.1
- void setShortcut( const KShortcut& cut, bool bQtShortcut );
- const KShortcut& shortcut() const
+ void setShortcut( const TDEShortcut& cut, bool bQtShortcut );
+ const TDEShortcut& shortcut() const
{ return m_cut; }
/**
@@ -64,7 +64,7 @@ class TDEUI_EXPORT KKeyButton: public TQPushButton
void setText( const TQString& text );
signals:
- void capturedShortcut( const KShortcut& );
+ void capturedShortcut( const TDEShortcut& );
public slots:
/**
@@ -74,7 +74,7 @@ class TDEUI_EXPORT KKeyButton: public TQPushButton
void captureShortcut();
protected:
- KShortcut m_cut;
+ TDEShortcut m_cut;
bool m_bEditing;
/**