From f12af18557c8f376f0c6c30e80a85737ff6c592e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 16:01:52 +0000 Subject: Make use of ODP --- (limited to 'noncore/settings/aqpkg/ipkg.h') diff --git a/noncore/settings/aqpkg/ipkg.h b/noncore/settings/aqpkg/ipkg.h index f892038..e216d17 100644 --- a/noncore/settings/aqpkg/ipkg.h +++ b/noncore/settings/aqpkg/ipkg.h @@ -47,7 +47,7 @@ #define MAKE_LINKS 0x0010 #define VERBOSE_WGET 0x0020 -class OProcess; +namespace Opie {namespace Core {class OProcess;}} class Ipkg : public QObject { @@ -70,8 +70,8 @@ signals: void ipkgFinished(); public slots: - void commandStdout(OProcess*, char *buffer, int buflen); - void commandStderr(OProcess*, char *buffer, int buflen); + void commandStdout(Opie::Core::OProcess*, char *buffer, int buflen); + void commandStderr(Opie::Core::OProcess*, char *buffer, int buflen); void processFinished(); void abort(); @@ -85,7 +85,7 @@ private: QString destination; QString destDir; QString runtimeDir; - OProcess *proc; + Opie::Core::OProcess *proc; int flags; int infoLevel; bool finished; -- cgit v0.9.0.2