[uim-commit] r2417 - trunk/qt/chardict

yamamoto at freedesktop.org yamamoto at freedesktop.org
Wed Dec 7 08:06:08 PST 2005


Author: yamamoto
Date: 2005-12-07 08:06:02 -0800 (Wed, 07 Dec 2005)
New Revision: 2417

Modified:
   trunk/qt/chardict/chardict-qt.cpp
Log:
* qt/chardict/chardict-qt.cpp: Add #include <locale.h> for LC_ALL.


Modified: trunk/qt/chardict/chardict-qt.cpp
===================================================================
--- trunk/qt/chardict/chardict-qt.cpp	2005-12-07 14:59:34 UTC (rev 2416)
+++ trunk/qt/chardict/chardict-qt.cpp	2005-12-07 16:06:02 UTC (rev 2417)
@@ -47,6 +47,8 @@
 #include <qvbox.h>
 #include <qsettings.h>
 
+#include <locale.h>
+
 #include "qtgettext.h"
 
 int main( int argc, char *argv[] )



More information about the uim-commit mailing list