- Timestamp:
- 09/04/12 20:40:25 (10 years ago)
- Branches:
- master, qt5
- Children:
- 61346c9
- Parents:
- 253ad0e
- Location:
- src/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/application.cpp
r253ad0e r8d6798d 21 21 #include "errormessage.h" 22 22 23 #include <ormrecord.h>23 #include "ormrecord.h" 24 24 25 25 // if the application uses exceptions, -
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.