Revision: 6173
Author: nogu.dev
Date: Sat Feb 27 15:02:17 2010
Log: * qt4/candwin/qt4.h
- Replace Q3ValueList with QList.
http://code.google.com/p/uim/source/detail?r=6173
Modified:
/trunk/qt4/candwin/qt4.h
=======================================
--- /trunk/qt4/candwin/qt4.h Sat Feb 27 15:02:03 2010
+++ /trunk/qt4/candwin/qt4.h Sat Feb 27 15:02:17 2010
@@ -35,7 +35,7 @@
#include <Q3VBox>
#include <Q3ListView>
-#include <Q3ValueList>
+#include <QtCore/QList>
class QLabel;
class CandidateListView;
@@ -82,7 +82,7 @@
CandidateListView *cList;
QLabel *numLabel;
- Q3ValueList<CandData> stores;
+ QList<CandData> stores;
int nrCandidates;
int candidateIndex;