summaryrefslogtreecommitdiff
authordrw <drw>2004-02-22 00:36:16 (UTC)
committer drw <drw>2004-02-22 00:36:16 (UTC)
commitf1441dcbda778df001066d2ed6157e73f7c5f876 (patch) (side-by-side diff)
tree4295af5dacfb3a18b0c5a692d1fe59b74b1d808a
parent69b33f76ffff03b3648db62a761f3de1b58eec3f (diff)
downloadopie-f1441dcbda778df001066d2ed6157e73f7c5f876.zip
opie-f1441dcbda778df001066d2ed6157e73f7c5f876.tar.gz
opie-f1441dcbda778df001066d2ed6157e73f7c5f876.tar.bz2
SSH Keys: libopie->libopie2
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sshkeys/opie-sshkeys.control2
-rw-r--r--noncore/settings/sshkeys/sshkeys.cpp1
-rw-r--r--noncore/settings/sshkeys/sshkeys.h3
-rw-r--r--noncore/settings/sshkeys/sshkeys.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/settings/sshkeys/opie-sshkeys.control b/noncore/settings/sshkeys/opie-sshkeys.control
index 4deccf4..08e3508 100644
--- a/noncore/settings/sshkeys/opie-sshkeys.control
+++ b/noncore/settings/sshkeys/opie-sshkeys.control
@@ -6,3 +6,3 @@ Maintainer: David Woodhouse <dwmw2@infradead.org>
Architecture: arm
-Depends: task-opie-minimal, ssh, opie-sh-ssh-askpass
+Depends: task-opie-minimal, ssh, opie-sh-ssh-askpass, libopiecore2
Description: Utility for managing ssh-agent keys.
diff --git a/noncore/settings/sshkeys/sshkeys.cpp b/noncore/settings/sshkeys/sshkeys.cpp
index 43e02af..e76fd6b 100644
--- a/noncore/settings/sshkeys/sshkeys.cpp
+++ b/noncore/settings/sshkeys/sshkeys.cpp
@@ -23,3 +23,2 @@
#include <qpe/qpeapplication.h>
-#include <opie/oprocess.h>
#include <qmultilineedit.h>
diff --git a/noncore/settings/sshkeys/sshkeys.h b/noncore/settings/sshkeys/sshkeys.h
index bbc6993..7483bbc 100644
--- a/noncore/settings/sshkeys/sshkeys.h
+++ b/noncore/settings/sshkeys/sshkeys.h
@@ -25,3 +25,4 @@
#include "sshkeysbase.h"
-#include <opie/oprocess.h>
+
+#include <opie2/oprocess.h>
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro
index e98df2e..273db3c 100644
--- a/noncore/settings/sshkeys/sshkeys.pro
+++ b/noncore/settings/sshkeys/sshkeys.pro
@@ -8,3 +8,3 @@ INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopie
+LIBS += -lqpe -lopiecore2
DESTDIR = $(OPIEDIR)/bin