[uim-commit] r741 - trunk/qt

ekato at freedesktop.org ekato at freedesktop.org
Wed Mar 2 06:47:20 PST 2005


Author: ekato
Date: 2005-03-02 06:47:16 -0800 (Wed, 02 Mar 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	2005-03-02 13:06:28 UTC (rev 740)
+++ trunk/qt/qtgettext.h	2005-03-02 14:47:16 UTC (rev 741)
@@ -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 _



More information about the Uim-commit mailing list