diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-11 21:37:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-12 18:01:17 +0900 |
commit | 95194d38ad6a808673758ab3f60433ea153bb414 (patch) | |
tree | 8610b9affb2aca2422009ffbcf9e5c87ff6f505b /src/gui/studio/DeviceEditorDialog.cpp | |
parent | a4bba7169c606df0a25321480fb28afb6040678d (diff) | |
download | rosegarden-95194d38ad6a808673758ab3f60433ea153bb414.tar.gz rosegarden-95194d38ad6a808673758ab3f60433ea153bb414.zip |
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 439c716aab9200d6a24a2f2bdfda5e5812dcd3bc)
Diffstat (limited to 'src/gui/studio/DeviceEditorDialog.cpp')
-rw-r--r-- | src/gui/studio/DeviceEditorDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |