From f90935204b16126b40d4c562b26e37148ca03536 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 23 Apr 2002 22:41:02 +0000 Subject: fixes: update and link creation --- (limited to 'noncore/unsupported/oipkg/pmipkg.h') diff --git a/noncore/unsupported/oipkg/pmipkg.h b/noncore/unsupported/oipkg/pmipkg.h index 98efaa6..e6486ff 100644 --- a/noncore/unsupported/oipkg/pmipkg.h +++ b/noncore/unsupported/oipkg/pmipkg.h @@ -10,11 +10,13 @@ #include "packagelist.h" #include "debug.h" +//#define DIA #include -class PmIpkg : public RunWindow -//class PmIpkg : public QObject + +//class PmIpkg : public RunWindow +class PmIpkg : public QObject { Q_OBJECT public: @@ -22,21 +24,23 @@ public: // PmIpkg( QObject*, PackageManagerSettings* ); ~PmIpkg(); + void commit( PackageList ); + void update(); PackageList* getPackageList(); private: PackageManagerSettings* settings; + RunWindow *runwindow; QCopChannel *linkDest; - void processLinkDir( QString, QString ); - -public: void makeLinks(QString); + void processLinkDir( QString, QString ); + int runIpkg(const QString& args); - void commit( PackageList ); + void out( QString ); public slots: - void linkDestination( QString, QString ); + void linkDestination( const QString, const QByteArray ); }; #endif -- cgit v0.9.0.2