summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelist.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/packagelist.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelist.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/noncore/unsupported/oipkg/packagelist.h b/noncore/unsupported/oipkg/packagelist.h
index 7c326ca..acea3b9 100644
--- a/noncore/unsupported/oipkg/packagelist.h
+++ b/noncore/unsupported/oipkg/packagelist.h
@@ -8,8 +8,2 @@
-#define HACK
-#ifdef HACK
- static QString listsDir="/usr/lib/ipkg/";
- static QString statusDir="/usr/lib/ipkg/";
-#endif
-
class PackageList //:QObject
@@ -22,3 +16,3 @@ public:
PackageList( PackageManagerSettings* );
- ~PackageList();
+ virtual ~PackageList();
void insertPackage( Package* );
@@ -39,5 +33,5 @@ public slots:
void setSubSection(QString);
- void update();
+ // virtual void update();
-private:
+protected:
int currentPackage;
@@ -51,6 +45,2 @@ private:
bool empty;
-#ifndef HACK
- QString listsDir;
- QString statusDir;
-#endif
QString aktSection;
@@ -63,5 +53,3 @@ private:
void updateSections( Package* );
- void parseStatus();
- void parseList();
- void readFileEntries( QString file, QString dest );
+ void readFileEntries( QString file, QString dest="" );
};