author | drw <drw> | 2004-02-22 00:53:26 (UTC) |
---|---|---|
committer | drw <drw> | 2004-02-22 00:53:26 (UTC) |
commit | a1b94ec1962ddb3fb699c81bf88da58b53c94375 (patch) (unidiff) | |
tree | 8668fed491b2a90b780e20dbae850c6504afa7a1 | |
parent | 9ab4aa3df617519bdf4309303725abc802fbc704 (diff) | |
download | opie-a1b94ec1962ddb3fb699c81bf88da58b53c94375.zip opie-a1b94ec1962ddb3fb699c81bf88da58b53c94375.tar.gz opie-a1b94ec1962ddb3fb699c81bf88da58b53c94375.tar.bz2 |
Language Settings: libopie->libopie2
-rw-r--r-- | noncore/settings/language/language.pro | 2 | ||||
-rw-r--r-- | noncore/settings/language/main.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/language/opie-language.control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 4610112..53969dc 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -4,7 +4,7 @@ SOURCES = language.cpp main.cpp | |||
4 | INTERFACES= languagesettingsbase.ui | 4 | INTERFACES= languagesettingsbase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= ../$(OPIEDIR)/include | 6 | DEPENDPATH+= ../$(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe -lopiecore2 |
8 | TARGET = language | 8 | TARGET = language |
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/language/main.cpp b/noncore/settings/language/main.cpp index 709a3f8..17f7433 100644 --- a/noncore/settings/language/main.cpp +++ b/noncore/settings/language/main.cpp | |||
@@ -20,6 +20,6 @@ | |||
20 | 20 | ||
21 | #include "settings.h" | 21 | #include "settings.h" |
22 | 22 | ||
23 | #include <opie/oapplicationfactory.h> | 23 | #include <opie2/oapplicationfactory.h> |
24 | 24 | ||
25 | OPIE_EXPORT_APP( OApplicationFactory<LanguageSettings> ) | 25 | OPIE_EXPORT_APP( OApplicationFactory<LanguageSettings> ) |
diff --git a/noncore/settings/language/opie-language.control b/noncore/settings/language/opie-language.control index 722a749..9ec8f32 100644 --- a/noncore/settings/language/opie-language.control +++ b/noncore/settings/language/opie-language.control | |||
@@ -4,7 +4,7 @@ Priority: optional | |||
4 | Section: opie/settings | 4 | Section: opie/settings |
5 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal | 7 | Depends: task-opie-minimal, libopiecore2 |
8 | Description: Language settings dialog | 8 | Description: Language settings dialog |
9 | For the Opie environment. | 9 | For the Opie environment. |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |