aboutsummaryrefslogtreecommitdiffstats
path: root/gettextfromc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettextfromc.h')
-rw-r--r--gettextfromc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettextfromc.h b/gettextfromc.h
index 7d7bca142..19f02fc96 100644
--- a/gettextfromc.h
+++ b/gettextfromc.h
@@ -3,14 +3,14 @@
#include <QHash>
-extern "C" const char *gettext(const char *text);
+extern "C" const char *trGettext(const char *text);
class gettextFromC
{
Q_DECLARE_TR_FUNCTIONS(gettextFromC)
public:
static gettextFromC *instance();
- const char *gettext(const char *text);
+ const char *trGettext(const char *text);
void reset(void);
QHash <const char *, QByteArray> translationCache;
};