diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbwidgets/devicedialogs/devicedialogs.pri --- a/src/hbwidgets/devicedialogs/devicedialogs.pri Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbwidgets/devicedialogs/devicedialogs.pri Mon Oct 18 18:23:13 2010 +0300 @@ -34,6 +34,7 @@ PUBLIC_HEADERS += $$PWD/hbdevicenotificationdialogsymbian.h PUBLIC_HEADERS += $$PWD/hbdevicemessageboxsymbian.h PUBLIC_HEADERS += $$PWD/hbdeviceprogressdialogsymbian.h +RESTRICTED_HEADERS += $$PWD/hbdevicedialogsextensionsymbian_r.h PRIVATE_HEADERS += $$PWD/hbdevicenotificationdialog_p.h $$PWD/hbdeviceprogressdialog_p.h $$PWD/hbdevicemessagebox_p.h @@ -44,5 +45,6 @@ SOURCES += $$PWD/hbdevicenotificationdialogsymbian.cpp SOURCES += $$PWD/hbdevicemessageboxsymbian.cpp SOURCES += $$PWD/hbdeviceprogressdialogsymbian.cpp +SOURCES += $$PWD/hbdevicedialogsextensionsymbian.cpp }