Revision: 6199
Author: nogu.dev
Date: Sun Feb 28 14:59:08 2010
Log: * qt4/immodule/plugin.h
  - Add include guard.
http://code.google.com/p/uim/source/detail?r=6199

Modified:
 /trunk/qt4/immodule/plugin.h

=======================================
--- /trunk/qt4/immodule/plugin.h        Tue Jan 20 18:11:15 2009
+++ /trunk/qt4/immodule/plugin.h        Sun Feb 28 14:59:08 2010
@@ -31,6 +31,8 @@
   SUCH DAMAGE.

 */
+#ifndef UIM_QT4_IMMODULE_PLUGIN_H
+#define UIM_QT4_IMMODULE_PLUGIN_H

 #include <qinputcontextplugin.h>
 #include <qstringlist.h>
@@ -63,3 +65,4 @@
     bool uimReady;
 };

+#endif /* Not def: UIM_QT4_IMMODULE_PLUGIN_H */

Reply via email to