Changeset 8d6798d for src/app/main.cpp
- Timestamp:
- 09/04/12 20:40:25 (10 years ago)
- Branches:
- master, qt5
- Children:
- 61346c9
- Parents:
- 253ad0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/main.cpp
r253ad0e r8d6798d 18 18 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 19 19 */ 20 #include <mainwindow.h>20 #include "mainwindow.h" 21 21 22 #include <sqlengine.h>22 #include "sqlengine.h" 23 23 24 24 #include "eventdialog.h" … … 26 26 27 27 #ifdef MAEMO 28 //#include <alarmdialog.h>29 #include <alarmdbus.h>30 #include <alarmdbusadaptorp.h>28 //#include "alarmdialog.h" 29 #include "alarmdbus.h" 30 #include "alarmdbusadaptorp.h" 31 31 #endif /* MAEMO */ 32 32
Note: See TracChangeset
for help on using the changeset viewer.