Revision: 6261 Author: nogu.dev Date: Sun Mar 21 00:08:49 2010 Log: * qt4/immodule/caretstateindicator.h - Include QtGui/QWidget instead of QtGui/QLabel. http://code.google.com/p/uim/source/detail?r=6261
Modified: /trunk/qt4/immodule/caretstateindicator.h ======================================= --- /trunk/qt4/immodule/caretstateindicator.h Sat Mar 20 16:08:15 2010 +++ /trunk/qt4/immodule/caretstateindicator.h Sun Mar 21 00:08:49 2010 @@ -32,7 +32,7 @@ #ifndef UIM_QT4_CARET_STATE_INDICATOR_H #define UIM_QT4_CARET_STATE_INDICATOR_H -#include <QtGui/QLabel> +#include <QtGui/QWidget> class QLabel; class QTimer; To unsubscribe from this group, send email to uim-commit+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
