diff options
Diffstat (limited to 'src/document/RosegardenGUIDoc.cpp')
-rw-r--r-- | src/document/RosegardenGUIDoc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ""; |