diff -r 1eb8015a8491 -r c0dfc135a46c userguide/src/main.cpp --- 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 #include -#include +#include #include @@ -39,8 +39,6 @@ translatorSelf->load("userguide_"+lang, PATH_TRANSLATIONS); qApp->installTranslator(translatorSelf); - app.setApplicationName(hbTrId(TXT_TITLE)); - HelpMainWindow mainWindow; mainWindow.show();