From 2df6bde18ab40472f2df8637cf6456cb80dc2329 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:09:42 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- sip/tdeui/kkeybutton.sip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sip/tdeui/kkeybutton.sip') diff --git a/sip/tdeui/kkeybutton.sip b/sip/tdeui/kkeybutton.sip index fe8d00d..4b00d9f 100644 --- a/sip/tdeui/kkeybutton.sip +++ b/sip/tdeui/kkeybutton.sip @@ -34,17 +34,17 @@ class KKeyButton : TQPushButton public: KKeyButton (TQWidget* /TransferThis/ = 0, const char* = 0); - void setShortcut (const KShortcut&); + void setShortcut (const TDEShortcut&); %If ( KDE_3_1_0 - ) - void setShortcut (const KShortcut&, bool); + void setShortcut (const TDEShortcut&, bool); %End - const KShortcut& shortcut () const; + const TDEShortcut& shortcut () const; void setText (const TQString&); signals: - void capturedShortcut (const KShortcut&); + void capturedShortcut (const TDEShortcut&); public slots: void captureShortcut (); -- cgit v1.2.1