diff options
Diffstat (limited to 'sip/tdeui/kshortcutdialog.sip')
-rw-r--r-- | sip/tdeui/kshortcutdialog.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/tdeui/kshortcutdialog.sip b/sip/tdeui/kshortcutdialog.sip index a244150..eb0d9c8 100644 --- a/sip/tdeui/kshortcutdialog.sip +++ b/sip/tdeui/kshortcutdialog.sip @@ -26,7 +26,7 @@ %If ( KDE_3_4_0 - ) -class KShortcutDialog : KDialogBase +class TDEShortcutDialog : KDialogBase { %TypeHeaderCode #include <kshortcutdialog.h> @@ -34,9 +34,9 @@ class KShortcutDialog : KDialogBase public: - KShortcutDialog (const KShortcut&, bool, TQWidget* /TransferThis/ = 0, const char* = 0); - void setShortcut (const KShortcut&); - const KShortcut& shortcut () const; + TDEShortcutDialog (const TDEShortcut&, bool, TQWidget* /TransferThis/ = 0, const char* = 0); + void setShortcut (const TDEShortcut&); + const TDEShortcut& shortcut () const; protected slots: void slotDetails (); @@ -47,7 +47,7 @@ protected slots: void slotClearAlternate (); void slotMultiKeyMode (bool); -}; // class KShortcutDialog +}; // class TDEShortcutDialog %End |