From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kcombobox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdeui/kcombobox.h') diff --git a/kdeui/kcombobox.h b/kdeui/kcombobox.h index d7d07e4b6..0a23fe85a 100644 --- a/kdeui/kcombobox.h +++ b/kdeui/kcombobox.h @@ -234,7 +234,7 @@ public: * * If @p true, the completion mode will be set to automatic. * Otherwise, it is defaulted to the global setting. This - * method has been replaced by the more comprehensive + * method has been tqreplaced by the more comprehensive * setCompletionMode(). * * @param autocomplete Flag to enable/disable automatic completion mode. @@ -245,7 +245,7 @@ public: * Re-implemented from TQComboBox. * * Returns @p true if the current completion mode is set - * to automatic. See its more comprehensive replacement + * to automatic. See its more comprehensive tqreplacement * completionMode(). * * @return @p true when completion mode is automatic. @@ -299,7 +299,7 @@ public: * * @return @p true if an item with the string @p text is in the combobox. */ - bool contains( const TQString& text ) const; + bool tqcontains( const TQString& text ) const; /** * By default, KComboBox recognizes Key_Return and Key_Enter @@ -360,7 +360,7 @@ signals: * Emitted when the user presses the Enter key. * * The argument is the current text being edited. This signal is just like - * returnPressed() except it contains the current text as its argument. + * returnPressed() except it tqcontains the current text as its argument. * * Note that this signal is only emitted when the * widget is editable. -- cgit v1.2.1