From 91faf16c7336e54a6472fc9821903782918be539 Mon Sep 17 00:00:00 2001 From: drw Date: Sun, 22 Feb 2004 00:23:34 +0000 Subject: AQPkg: libopie->libopie2 --- (limited to 'noncore/settings/aqpkg/ipkg.h') diff --git a/noncore/settings/aqpkg/ipkg.h b/noncore/settings/aqpkg/ipkg.h index 8f254f9..f892038 100644 --- a/noncore/settings/aqpkg/ipkg.h +++ b/noncore/settings/aqpkg/ipkg.h @@ -1,6 +1,6 @@ /*                 This file is part of the OPIE Project - + =. Copyright (c) 2002 Andy Qua              .=l. Dan Williams            .>+-= @@ -55,8 +55,8 @@ class Ipkg : public QObject public: Ipkg(); ~Ipkg(); - void runIpkg(); - void createSymLinks(); + void runIpkg(); + void createSymLinks(); void setOption( const char *opt ) { option = opt; } void setPackage( const char *pkg ) { package = pkg; } @@ -67,7 +67,7 @@ public: signals: void outputText( const QString &text ); - void ipkgFinished(); + void ipkgFinished(); public slots: void commandStdout(OProcess*, char *buffer, int buflen); @@ -75,7 +75,7 @@ public slots: void processFinished(); void abort(); - + private: bool createLinks; bool aborted; @@ -91,14 +91,14 @@ private: bool finished; QList *dependantPackages; - + int executeIpkgCommand( QStringList &cmd, const QString option ); void removeStatusEntry(); void linkPackage( const QString &packFileName, const QString &dest, const QString &destDir ); QStringList* getList( const QString &packageFilename, const QString &destDir ); void processFileList( const QStringList *fileList, const QString &destDir ); void processLinkDir( const QString &file, const QString &baseDir, const QString &destDir ); - + }; #endif -- cgit v0.9.0.2