From 0d5a0129ee055e0f077505b05caa942bf6ef6165 Mon Sep 17 00:00:00 2001 From: tille Date: Fri, 21 Jun 2002 09:01:39 +0000 Subject: some fixes and first version with oprocess (out-ifdefed) --- (limited to 'noncore/unsupported/oipkg/pmipkg.h') diff --git a/noncore/unsupported/oipkg/pmipkg.h b/noncore/unsupported/oipkg/pmipkg.h index d53a74d..2c92348 100644 --- a/noncore/unsupported/oipkg/pmipkg.h +++ b/noncore/unsupported/oipkg/pmipkg.h @@ -2,6 +2,7 @@ #define PMIPKG_H +#include #include #include #include @@ -40,17 +41,16 @@ public slots: void createLinks( const QString &dest ); void removeLinks( const QString &dest ); +//private slots: + void getIpkgOutput(OProcess *proc, char *buffer, int buflen); + private: + OProcess *ipkgProcess; PackageManagerSettings* settings; RunWindow *runwindow; InstallDialog *installDialog; QList to_remove; QList to_install; - QString fileNameToInstall; - QCheckBox *_force_reinstall; - QCheckBox *_force_remove; - QCheckBox *_force_depends; -// void startDialog(); void makeLinks(Package*); void linkPackage( QString, QString ); void processLinkDir( QString , QString ); -- cgit v0.9.0.2