aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 12:31:23 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 12:31:23 +0200
commitd4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c (patch)
treed5eb74d185ecdd2d40a6ba5dd2d426f367c4e0a2
parentb7a58837e1ad1412a5fece212d4619bedc4a5d4c (diff)
downloadOneRoll-d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c.tar.gz
OneRoll-d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c.zip
fix compilation
-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
{