diff options
Diffstat (limited to 'sip/tdeui/kkeydialog.sip')
-rw-r--r-- | sip/tdeui/kkeydialog.sip | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/sip/tdeui/kkeydialog.sip b/sip/tdeui/kkeydialog.sip index 2a5d4ca..41d8b3a 100644 --- a/sip/tdeui/kkeydialog.sip +++ b/sip/tdeui/kkeydialog.sip @@ -42,14 +42,14 @@ public: }; KKeyChooser (TQWidget* /TransferThis/, KKeyChooser::ActionType = Application , bool = 1); - KKeyChooser (KActionCollection*, TQWidget* /TransferThis/, bool = 1); - KKeyChooser (KAccel*, TQWidget* /TransferThis/, bool = 1); + KKeyChooser (TDEActionCollection*, TQWidget* /TransferThis/, bool = 1); + KKeyChooser (TDEAccel*, TQWidget* /TransferThis/, bool = 1); KKeyChooser (TDEGlobalAccel*, TQWidget* /TransferThis/); - KKeyChooser (KShortcutList*, TQWidget* /TransferThis/, KKeyChooser::ActionType = Application , bool = 1); - bool insert (KActionCollection*); + KKeyChooser (TDEShortcutList*, TQWidget* /TransferThis/, KKeyChooser::ActionType = Application , bool = 1); + bool insert (TDEActionCollection*); %If ( KDE_3_1_0 - ) - bool insert (KActionCollection*, const TQString&); + bool insert (TDEActionCollection*, const TQString&); %End void syncToConfig (const TQString&, TDEConfigBase*, bool); @@ -57,8 +57,8 @@ public: void save (); %If ( KDE_3_2_0 - ) - static bool checkGlobalShortcutsConflict (const KShortcut&, bool, TQWidget* /Transfer/); - static bool checkStandardShortcutsConflict (const KShortcut&, bool, TQWidget* /Transfer/); + static bool checkGlobalShortcutsConflict (const TDEShortcut&, bool, TQWidget* /Transfer/); + static bool checkStandardShortcutsConflict (const TDEShortcut&, bool, TQWidget* /Transfer/); %End @@ -71,9 +71,9 @@ public slots: protected: void initGUI (KKeyChooser::ActionType, bool); - bool insert (KAccel*); + bool insert (TDEAccel*); bool insert (TDEGlobalAccel*); - bool insert (KShortcutList*); + bool insert (TDEShortcutList*); %If ( KDE_3_1_0 - ) void buildListView (uint, const TQString& = TQString ::null ); @@ -82,11 +82,11 @@ protected: void readGlobalKeys (); void updateButtons (); void fontChange (const TQFont&); - void setShortcut (const KShortcut&); - bool isKeyPresent (const KShortcut&, bool = 1); + void setShortcut (const TDEShortcut&); + bool isKeyPresent (const TDEShortcut&, bool = 1); %If ( KDE_3_1_0 - ) -//ig bool isKeyPresentLocally (const KShortcut&, KKeyChooserItem*, const TQString&); +//ig bool isKeyPresentLocally (const TDEShortcut&, KKeyChooserItem*, const TQString&); %End void _warning (const KKeySequence&, TQString, TQString); @@ -96,7 +96,7 @@ protected slots: void slotDefaultKey (); void slotCustomKey (); void slotListItemSelected (TQListViewItem*); - void capturedShortcut (const KShortcut&); + void capturedShortcut (const TDEShortcut&); %If ( KDE_3_1_0 - ) void slotSettingsChanged (int); @@ -111,7 +111,7 @@ protected slots: protected: public: - KKeyChooser (KAccel*, TQWidget* /TransferThis/, bool, bool, bool = 0); + KKeyChooser (TDEAccel*, TQWidget* /TransferThis/, bool, bool, bool = 0); KKeyChooser (TDEGlobalAccel*, TQWidget* /TransferThis/, bool, bool, bool = 0); public slots: @@ -139,27 +139,27 @@ class KKeyDialog : KDialogBase public: KKeyDialog (bool = 1, TQWidget* /TransferThis/ = 0, const char* = 0); - bool insert (KActionCollection*); + bool insert (TDEActionCollection*); %If ( KDE_3_1_0 - ) - bool insert (KActionCollection*, const TQString&); + bool insert (TDEActionCollection*, const TQString&); %End bool configure (bool = 1); void commitChanges (); - static int configure (KActionCollection*, TQWidget* /Transfer/ = 0, bool = 1); - static int configure (KAccel*, TQWidget* /Transfer/ = 0, bool = 1); + static int configure (TDEActionCollection*, TQWidget* /Transfer/ = 0, bool = 1); + static int configure (TDEAccel*, 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 (TDEActionCollection*, bool, TQWidget* /Transfer/ = 0, bool = 1); + static int configure (TDEAccel*, 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 (TDEAccel*, 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); + static int configureKeys (TDEActionCollection*, const TQString&, bool = 1, TQWidget* /Transfer/ = 0); %If ( KDE_3_1_0 - ) |