summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelistremote.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/packagelistremote.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelistremote.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/packagelistremote.h b/noncore/unsupported/oipkg/packagelistremote.h
new file mode 100644
index 0000000..147da1e
--- a/dev/null
+++ b/noncore/unsupported/oipkg/packagelistremote.h
@@ -0,0 +1,19 @@
+#ifndef PACKAGELISTREMOTE_H
+#define PACKAGELISTREMOTE_H
+
+#include "packagelist.h"
+#include "package.h"
+#include "pksettings.h"
+#include "debug.h"
+
+class PackageListRemote : public PackageList {
+public:
+ PackageListRemote();
+ PackageListRemote( PackageManagerSettings* s);
+ virtual ~PackageListRemote();
+ void query(QString);
+public slots:
+ void update();
+};
+
+#endif