From 439c716aab9200d6a24a2f2bdfda5e5812dcd3bc 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 --- src/document/RosegardenGUIDoc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/document/RosegardenGUIDoc.cpp') diff --git a/src/document/RosegardenGUIDoc.cpp b/src/document/RosegardenGUIDoc.cpp index 397b12c..18c80d0 100644 --- a/src/document/RosegardenGUIDoc.cpp +++ b/src/document/RosegardenGUIDoc.cpp @@ -2923,7 +2923,7 @@ RosegardenGUIDoc::getTimers() return list; } - if (replyType != TQSTRING_OBJECT_NAME_STRING) { + if (replyType != "TQString") { RG_DEBUG << "RosegardenGUIDoc::getTimers - " << "wrong reply type (" << replyType << ") from sequencer" << endl; return list; @@ -2951,7 +2951,7 @@ RosegardenGUIDoc::getCurrentTimer() return ""; } - if (replyType != TQSTRING_OBJECT_NAME_STRING) { + if (replyType != "TQString") { RG_DEBUG << "RosegardenGUIDoc::getCurrentTimer - " << "wrong reply type (" << replyType << ") from sequencer" << endl; return ""; -- cgit v1.2.1