author | drw <drw> | 2004-02-21 23:17:18 (UTC) |
---|---|---|
committer | drw <drw> | 2004-02-21 23:17:18 (UTC) |
commit | ed771f43dee91ffd1a260581187c7d50453f70ef (patch) (unidiff) | |
tree | fe7757999614626a593d714c9ebaa4f1516dea9e | |
parent | 34e88368f668b454b6fcbd0ce579323dd187df24 (diff) | |
download | opie-ed771f43dee91ffd1a260581187c7d50453f70ef.zip opie-ed771f43dee91ffd1a260581187c7d50453f70ef.tar.gz opie-ed771f43dee91ffd1a260581187c7d50453f70ef.tar.bz2 |
SysInfo: libopie->libopie2
-rw-r--r-- | noncore/settings/sysinfo/main.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/sysinfo/opie-sysinfo.control | 2 | ||||
-rw-r--r-- | noncore/settings/sysinfo/sysinfo.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/sysinfo/sysinfo.pro | 4 | ||||
-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/noncore/settings/sysinfo/main.cpp b/noncore/settings/sysinfo/main.cpp index d071f71..3a7b1b1 100644 --- a/noncore/settings/sysinfo/main.cpp +++ b/noncore/settings/sysinfo/main.cpp | |||
@@ -22,3 +22,3 @@ | |||
22 | 22 | ||
23 | #include <opie/oapplicationfactory.h> | 23 | #include <opie2/oapplicationfactory.h> |
24 | 24 | ||
diff --git a/noncore/settings/sysinfo/opie-sysinfo.control b/noncore/settings/sysinfo/opie-sysinfo.control index 9b56b36..6c9f82a 100644 --- a/noncore/settings/sysinfo/opie-sysinfo.control +++ b/noncore/settings/sysinfo/opie-sysinfo.control | |||
@@ -6,3 +6,3 @@ Maintainer: Dan Williams <drw@handhelds.org> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Depends: task-opie-minimal, libopie1 | 7 | Depends: task-opie-minimal, libopiecore2, libopieui2 |
8 | Description: System Information dialog for the Opie environment. | 8 | Description: System Information dialog for the Opie environment. |
diff --git a/noncore/settings/sysinfo/sysinfo.cpp b/noncore/settings/sysinfo/sysinfo.cpp index 0c5a969..5f7b527 100644 --- a/noncore/settings/sysinfo/sysinfo.cpp +++ b/noncore/settings/sysinfo/sysinfo.cpp | |||
@@ -32,3 +32,3 @@ | |||
32 | 32 | ||
33 | #include <opie/otabwidget.h> | 33 | #include <opie2/otabwidget.h> |
34 | 34 | ||
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 30da7a8..3ba4266 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -23,5 +23,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | LIBS += -lqpe -lopie | 24 | LIBS += -lqpe -lopiecore2 -lopieui2 |
25 | 25 | ||
26 | TARGET= sysinfo | 26 | TARGET = sysinfo |
27 | 27 | ||
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index c44a05a..0ebcebe 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -32,3 +32,3 @@ | |||
32 | 32 | ||
33 | #include <opie/odevice.h> | 33 | #include <opie2/odevice.h> |
34 | 34 | ||