summaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-11-27 01:55:49 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-11-27 01:55:49 (GMT)
commite25e77c3d8bfd0f33aeea2484d714ade6a65a664 (patch)
treec626fc0ddb9262394682dced0575f3c80e0932ab /examples/declarative
parent33a6e1e08b0a542fc631f28ddc269cec2fec97ce (diff)
downloadQt-e25e77c3d8bfd0f33aeea2484d714ade6a65a664.zip
Qt-e25e77c3d8bfd0f33aeea2484d714ade6a65a664.tar.gz
Qt-e25e77c3d8bfd0f33aeea2484d714ade6a65a664.tar.bz2
Symbian fixes.
Diffstat (limited to 'examples/declarative')
-rw-r--r--examples/declarative/loader/loader.pro2
-rw-r--r--examples/declarative/loader/qmlfolderlistmodel.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/loader/loader.pro b/examples/declarative/loader/loader.pro
index 9ee0933..84b2d21 100644
--- a/examples/declarative/loader/loader.pro
+++ b/examples/declarative/loader/loader.pro
@@ -12,7 +12,7 @@ INSTALLS += target sources
symbian {
# TARGET.UID3 =
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- TARGET.EPOCHEAPSIZE = 100000 20000000
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
HEADERS += $$QT_SOURCE_TREE/examples/network/qftp/sym_iap_util.h
LIBS += -lesock -lconnmon -linsock
TARGET.CAPABILITY = NetworkServices
diff --git a/examples/declarative/loader/qmlfolderlistmodel.h b/examples/declarative/loader/qmlfolderlistmodel.h
index f4fa9ed..1cd881f 100644
--- a/examples/declarative/loader/qmlfolderlistmodel.h
+++ b/examples/declarative/loader/qmlfolderlistmodel.h
@@ -43,7 +43,7 @@
#define QMLFOLDERLISTMODEL_H
#include <QtDeclarative/qml.h>
-#include <QtDeclarative/QListModelInterface>
+#include <QtDeclarative/private/qlistmodelinterface_p.h>
class QmlContext;
class QModelIndex;