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
@@ -4,6 +4,6 @@ Priority: optional
Section: opie/settings
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.
Version: $QPE_VERSION$EXTRAVERSION
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
@@ -21,7 +21,6 @@
#include "sshkeys.h"
#include <qpe/qpeapplication.h>
-#include <opie/oprocess.h>
#include <qmultilineedit.h>
#include <qpushbutton.h>
#include <qlistview.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
@@ -23,7 +23,8 @@
#define SSHKEYSAPP_H
#include "sshkeysbase.h"
-#include <opie/oprocess.h>
+
+#include <opie2/oprocess.h>
class SSHKeysApp : public SSHKeysBase
{
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
@@ -6,7 +6,7 @@ TARGET = sshkeys
INTERFACES = sshkeysbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopie
+LIBS += -lqpe -lopiecore2
DESTDIR = $(OPIEDIR)/bin
include ( $(OPIEDIR)/include.pro )