-rw-r--r-- | core/settings/citytime/citytime.pro | 2 | ||||
-rw-r--r-- | core/settings/citytime/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 3d1308a..75446db 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -5,3 +5,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
5 | DEPENDPATH += $(OPIEDIR)/include | 5 | DEPENDPATH += $(OPIEDIR)/include |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe -lopiecore2 |
7 | 7 | ||
diff --git a/core/settings/citytime/main.cpp b/core/settings/citytime/main.cpp index 59498b7..adc0c61 100644 --- a/core/settings/citytime/main.cpp +++ b/core/settings/citytime/main.cpp | |||
@@ -21,3 +21,3 @@ | |||
21 | #include "citytime.h" | 21 | #include "citytime.h" |
22 | #include <opie/oapplicationfactory.h> | 22 | #include <opie2/oapplicationfactory.h> |
23 | 23 | ||