userguide/src/main.cpp
changeset 15 c0dfc135a46c
parent 13 1eb8015a8491
--- a/userguide/src/main.cpp	Fri Apr 16 14:53:45 2010 +0300
+++ b/userguide/src/main.cpp	Mon May 03 12:24:47 2010 +0300
@@ -17,7 +17,7 @@
 
 #include <QTranslator>
 #include <QtGlobal>
-#include <qlocale.h>
+#include <QLocale>
 
 #include <hbapplication.h>
 
@@ -39,8 +39,6 @@
     translatorSelf->load("userguide_"+lang, PATH_TRANSLATIONS);
     qApp->installTranslator(translatorSelf);
 
-	app.setApplicationName(hbTrId(TXT_TITLE));
-
 	HelpMainWindow mainWindow;
 	mainWindow.show();