diff options
Diffstat (limited to 'sip/tdeui/kcombobox.sip')
-rw-r--r-- | sip/tdeui/kcombobox.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdeui/kcombobox.sip b/sip/tdeui/kcombobox.sip index acc5988..03a1ff7 100644 --- a/sip/tdeui/kcombobox.sip +++ b/sip/tdeui/kcombobox.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KComboBox : TQComboBox, KCompletionBase +class KComboBox : TQComboBox, TDECompletionBase { %TypeHeaderCode #include <kcombobox.h> @@ -50,7 +50,7 @@ public: void setTrapReturnKey (bool); bool trapReturnKey () const; virtual bool eventFilter (TQObject*, TQEvent*); - KCompletionBox* completionBox (bool); + TDECompletionBox* completionBox (bool); virtual void setLineEdit (TQLineEdit*); signals: @@ -58,12 +58,12 @@ signals: void returnPressed (const TQString&); void completion (const TQString&); void substringCompletion (const TQString&); - void textRotation (KCompletionBase::KeyBindingType); + void textRotation (TDECompletionBase::KeyBindingType); void completionModeChanged (TDEGlobalSettings::Completion); void aboutToShowContextMenu (TQPopupMenu*); public slots: - void rotateText (KCompletionBase::KeyBindingType); + void rotateText (TDECompletionBase::KeyBindingType); virtual void setCompletedText (const TQString&); void setCompletedItems (const TQStringList&); void setCurrentItem (const TQString&, bool = 0, int = -1); |