diff options
Diffstat (limited to 'sip/tdeui/kkeydialog.sip')
-rw-r--r-- | sip/tdeui/kkeydialog.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/tdeui/kkeydialog.sip b/sip/tdeui/kkeydialog.sip index d925ca9..6e0297c 100644 --- a/sip/tdeui/kkeydialog.sip +++ b/sip/tdeui/kkeydialog.sip @@ -44,7 +44,7 @@ public: KKeyChooser (TQWidget* /TransferThis/, KKeyChooser::ActionType = Application , bool = 1); KKeyChooser (KActionCollection*, TQWidget* /TransferThis/, bool = 1); KKeyChooser (KAccel*, TQWidget* /TransferThis/, bool = 1); - KKeyChooser (KGlobalAccel*, TQWidget* /TransferThis/); + KKeyChooser (TDEGlobalAccel*, TQWidget* /TransferThis/); KKeyChooser (KShortcutList*, TQWidget* /TransferThis/, KKeyChooser::ActionType = Application , bool = 1); bool insert (KActionCollection*); @@ -72,7 +72,7 @@ public slots: protected: void initGUI (KKeyChooser::ActionType, bool); bool insert (KAccel*); - bool insert (KGlobalAccel*); + bool insert (TDEGlobalAccel*); bool insert (KShortcutList*); %If ( KDE_3_1_0 - ) @@ -112,7 +112,7 @@ protected: public: KKeyChooser (KAccel*, TQWidget* /TransferThis/, bool, bool, bool = 0); - KKeyChooser (KGlobalAccel*, TQWidget* /TransferThis/, bool, bool, bool = 0); + KKeyChooser (TDEGlobalAccel*, TQWidget* /TransferThis/, bool, bool, bool = 0); public slots: void listSync (); @@ -149,16 +149,16 @@ public: void commitChanges (); static int configure (KActionCollection*, TQWidget* /Transfer/ = 0, bool = 1); static int configure (KAccel*, TQWidget* /Transfer/ = 0, bool = 1); - static int configure (KGlobalAccel*, TQWidget* /Transfer/ = 0, bool = 1); + static int configure (TDEGlobalAccel*, TQWidget* /Transfer/ = 0, bool = 1); %If ( KDE_3_1_0 - ) static int configure (KActionCollection*, bool, TQWidget* /Transfer/ = 0, bool = 1); static int configure (KAccel*, bool, TQWidget* /Transfer/ = 0, bool = 1); - static int configure (KGlobalAccel*, bool, TQWidget* /Transfer/ = 0, bool = 1); + static int configure (TDEGlobalAccel*, bool, TQWidget* /Transfer/ = 0, bool = 1); %End static int configureKeys (KAccel*, bool = 1, TQWidget* /Transfer/ = 0); - static int configureKeys (KGlobalAccel*, bool = 1, TQWidget* /Transfer/ = 0); + static int configureKeys (TDEGlobalAccel*, bool = 1, TQWidget* /Transfer/ = 0); static int configureKeys (KActionCollection*, const TQString&, bool = 1, TQWidget* /Transfer/ = 0); %If ( KDE_3_1_0 - ) |