diff options
Diffstat (limited to 'kexi/core/kexiaboutdata.cpp')
-rw-r--r-- | kexi/core/kexiaboutdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexiaboutdata.cpp b/kexi/core/kexiaboutdata.cpp index eeaaf07e..0f06a156 100644 --- a/kexi/core/kexiaboutdata.cpp +++ b/kexi/core/kexiaboutdata.cpp @@ -74,7 +74,7 @@ KAboutData* Kexi::createAboutData() aboutData->addCredit("Tomas Krassnig", I18N_NOOP("Coffee sponsoring"), "[email protected]"); aboutData->addCredit("Paweł Wirecki / OpenOffice Polska", I18N_NOOP("Numerous bug reports, usability tests, technical support"), ""); aboutData->setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"), I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); -#if defined(CUSTOM_VERSION) && defined(Q_WS_WIN) +#if defined(CUSTOM_VERSION) && defined(TQ_WS_WIN) aboutData->setProgramLogo(KEXI_APP_LOGO); #endif return aboutData; |