src/hbcore/inputfw/hbinputeditorinterface_p.h
changeset 23 e6ad4ef83b23
parent 6 c3690ec91ef8
--- a/src/hbcore/inputfw/hbinputeditorinterface_p.h	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/inputfw/hbinputeditorinterface_p.h	Thu Sep 02 20:44:51 2010 +0300
@@ -43,7 +43,7 @@
 
 class HbEditorInterface;
 
-class HbEditorInterfacePrivate : public QObject
+class HB_CORE_PRIVATE_EXPORT HbEditorInterfacePrivate : public QObject
 {
     Q_OBJECT
 
@@ -89,8 +89,7 @@
     QMutex mMutex;
 };
 
-
-class HbEditorInterfacePrivateCache : public QObject
+class HB_CORE_PRIVATE_EXPORT HbEditorInterfacePrivateCache : public QObject
 {
     Q_OBJECT
 
@@ -112,7 +111,7 @@
     void actionDestroyed(QObject *object);
 
 private:
-    QVector<HbEditorInterfacePrivate *> mObjectCache;
+    QList<HbEditorInterfacePrivate *> mObjectCache;
 };
 
 /// @endcond