From c8ece3630d4d21acaf1749fc2cf660a0463070c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Nov 2023 20:33:00 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- tdeui/kcombobox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kcombobox.h') diff --git a/tdeui/kcombobox.h b/tdeui/kcombobox.h index 542dce2e5..2c3cbf335 100644 --- a/tdeui/kcombobox.h +++ b/tdeui/kcombobox.h @@ -141,7 +141,7 @@ class KURL; * // Tell the widget not to handle completion and rotation * combo->setHandleSignals( false ); * // Set your own completion key for manual completions. - * combo->setKeyBinding( TDECompletionBase::TextCompletion, Qt::End ); + * combo->setKeyBinding( TDECompletionBase::TextCompletion, TQt::End ); * // Hide the context (popup) menu * combo->setContextMenuEnabled( false ); * \endcode -- cgit v1.2.1