Author: ekato Date: Wed Mar 2 06:47:16 2005 New Revision: 741 Modified: trunk/qt/qtgettext.h
Log: * qt/qtgettext.h : Fix compilation with --disable-nls. Modified: trunk/qt/qtgettext.h ============================================================================== --- trunk/qt/qtgettext.h (original) +++ trunk/qt/qtgettext.h Wed Mar 2 06:47:16 2005 @@ -34,11 +34,11 @@ #define _QT_GETTEXT_H_ #include "uim/config.h" +#include "uim/gettext.h" /* NLS can be disabled through the configure --disable-nls option. */ #if ENABLE_NLS -#include "uim/gettext.h" /* undef original _(String) macro for handling encoding */ #ifdef _ #undef _
