From d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 20 Aug 2015 12:31:23 +0200 Subject: fix compilation --- node/helpnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/helpnode.cpp b/node/helpnode.cpp index 376f48a..d4a5d4b 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -14,7 +14,7 @@ void HelpNode::run(ExecutionNode* previous) { if(previous->getResult() == NULL) { - txtResult->setText(tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); + txtResult->setText(QObject::tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); } else { -- cgit v1.2.3-70-g09d2