summaryrefslogtreecommitdiffstats
path: root/tdeui/kcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcombobox.cpp')
-rw-r--r--tdeui/kcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kcombobox.cpp b/tdeui/kcombobox.cpp
index df84d0032..198a1e200 100644
--- a/tdeui/kcombobox.cpp
+++ b/tdeui/kcombobox.cpp
@@ -186,7 +186,7 @@ void KComboBox::setTrapReturnKey( bool grab )
if ( d->klineEdit )
d->klineEdit->setTrapReturnKey( grab );
else
- qWarning("KComboBox::setTrapReturnKey not supported with a non-KLineEdit.");
+ tqWarning("KComboBox::setTrapReturnKey not supported with a non-KLineEdit.");
}
bool KComboBox::trapReturnKey() const