summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelistremote.h
authortille <tille>2002-05-02 19:11:55 (UTC)
committer tille <tille>2002-05-02 19:11:55 (UTC)
commitce6758eccada41f5c3fef13e6b4808c525213bee (patch) (unidiff)
tree236d015e4c037254d7862620e41bd75ab701a696 /noncore/unsupported/oipkg/packagelistremote.h
parentb4f04de71fea42fa32a048f42d27e4f5be6804f9 (diff)
downloadopie-ce6758eccada41f5c3fef13e6b4808c525213bee.zip
opie-ce6758eccada41f5c3fef13e6b4808c525213bee.tar.gz
opie-ce6758eccada41f5c3fef13e6b4808c525213bee.tar.bz2
added doclnk support
Diffstat (limited to 'noncore/unsupported/oipkg/packagelistremote.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelistremote.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/packagelistremote.h b/noncore/unsupported/oipkg/packagelistremote.h
index 147da1e..87bf10d 100644
--- a/noncore/unsupported/oipkg/packagelistremote.h
+++ b/noncore/unsupported/oipkg/packagelistremote.h
@@ -5,15 +5,17 @@
5#include "package.h" 5#include "package.h"
6#include "pksettings.h" 6#include "pksettings.h"
7#include "debug.h" 7#include "debug.h"
8 8
9class PackageListRemote : public PackageList { 9class PackageListRemote : public PackageList {
10public: 10public:
11 PackageListRemote(); 11 PackageListRemote();
12 PackageListRemote( PackageManagerSettings* s); 12 PackageListRemote( PackageManagerSettings* s);
13 virtual ~PackageListRemote(); 13 virtual ~PackageListRemote();
14 void query(QString); 14 void query(QString);
15public slots: 15public slots:
16 void update(); 16 void update();
17private:
18 QString searchString;
17}; 19};
18 20
19#endif 21#endif