equal
deleted
inserted
replaced
119 |
119 |
120 //#define ALIEN_DEBUG |
120 //#define ALIEN_DEBUG |
121 |
121 |
122 static void initResources() |
122 static void initResources() |
123 { |
123 { |
124 #ifdef Q_WS_WINCE |
124 #if defined(Q_WS_WINCE) |
125 Q_INIT_RESOURCE(qstyle_wince); |
125 Q_INIT_RESOURCE(qstyle_wince); |
|
126 #elif defined(Q_OS_SYMBIAN) |
|
127 Q_INIT_RESOURCE(qstyle_s60); |
126 #else |
128 #else |
127 Q_INIT_RESOURCE(qstyle); |
129 Q_INIT_RESOURCE(qstyle); |
128 #endif |
130 #endif |
129 |
131 |
130 Q_INIT_RESOURCE(qmessagebox); |
132 Q_INIT_RESOURCE(qmessagebox); |