diff options
Diffstat (limited to 'libtdegames/README')
-rw-r--r-- | libtdegames/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/README b/libtdegames/README index b96c1772..df28c8f6 100644 --- a/libtdegames/README +++ b/libtdegames/README @@ -19,7 +19,7 @@ Contents: of classes which are explained in the kgame docu (as soon as it is written) if you use libtdegames in your game please also add -KGlobal::locale()->insertCatalogue("libtdegames"); +TDEGlobal::locale()->insertCatalogue("libtdegames"); to main() This will add libtdegames.pot to your game and therefore all libtdegames strings get translated. |