examples/audiorecorder/audiorecorder.cpp
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
--- a/examples/audiorecorder/audiorecorder.cpp	Fri Sep 17 08:34:34 2010 +0300
+++ b/examples/audiorecorder/audiorecorder.cpp	Mon Oct 04 01:37:06 2010 +0300
@@ -46,7 +46,7 @@
 
 #include "audiorecorder.h"
 
-#if defined(Q_WS_MAEMO_5) || defined(Q_WS_MAEMO_6)
+#if defined(Q_WS_MAEMO_5) || defined(Q_WS_MAEMO_6) || defined(SYMBIAN_S60_32)
 #include "ui_audiorecorder_small.h"
 #else
 #include "ui_audiorecorder.h"