author | harlekin <harlekin> | 2004-03-02 20:18:25 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-03-02 20:18:25 (UTC) |
commit | 914b5cd04a59c8569c14d9afedd9eeb1796e2db7 (patch) (unidiff) | |
tree | d60063a89e79553511046bdb5c0359c0e57efdb0 | |
parent | 65497ae2d9fa41173930748dc104d00706268c41 (diff) | |
download | opie-914b5cd04a59c8569c14d9afedd9eeb1796e2db7.zip opie-914b5cd04a59c8569c14d9afedd9eeb1796e2db7.tar.gz opie-914b5cd04a59c8569c14d9afedd9eeb1796e2db7.tar.bz2 |
libopie1->libopie2
-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 | ||