From 707310036113d2d0ae9da1cc7f85d0e642bf9686 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 11:09:49 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0) --- tdeui/kcombobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kcombobox.cpp') diff --git a/tdeui/kcombobox.cpp b/tdeui/kcombobox.cpp index 3b2b770ee..66146bad3 100644 --- a/tdeui/kcombobox.cpp +++ b/tdeui/kcombobox.cpp @@ -249,7 +249,7 @@ void KComboBox::wheelEvent( TQWheelEvent *ev ) void KComboBox::setLineEdit( TQLineEdit *edit ) { if ( !editable() && edit && - !qstrcmp( edit->className(), TQLINEEDIT_OBJECT_NAME_STRING ) ) + !qstrcmp( edit->className(), "TQLineEdit" ) ) { // uic generates code that creates a read-only KComboBox and then // calls combo->setEditable( true ), which causes TQComboBox to set up -- cgit v1.2.1