From 95194d38ad6a808673758ab3f60433ea153bb414 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 21:37:39 +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 439c716aab9200d6a24a2f2bdfda5e5812dcd3bc) --- src/gui/studio/DeviceEditorDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/studio/DeviceEditorDialog.cpp') diff --git a/src/gui/studio/DeviceEditorDialog.cpp b/src/gui/studio/DeviceEditorDialog.cpp index 9d96ba1..d71dd6f 100644 --- a/src/gui/studio/DeviceEditorDialog.cpp +++ b/src/gui/studio/DeviceEditorDialog.cpp @@ -219,7 +219,7 @@ DeviceEditorDialog::makeConnectionList(unsigned int direction, TQDataStream reply(replyData, IO_ReadOnly); TQString connection; - if (replyType == TQSTRING_OBJECT_NAME_STRING) { + if (replyType == "TQString") { reply >> connection; list.append(connection); } -- cgit v1.2.3