aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--node/helpnode.cpp2
1 files changed, 1 insertions, 1 deletions
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
{