summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelistview.h
authortille <tille>2002-05-01 22:56:23 (UTC)
committer tille <tille>2002-05-01 22:56:23 (UTC)
commita3397118d3c384655bedb40210db96ca34adc0c9 (patch) (side-by-side diff)
tree3b8d46e0e9d1203801783a7dbf92400a4ed8652a /noncore/unsupported/oipkg/packagelistview.h
parent89b16f3378b783be9058852528e066dcadea953d (diff)
downloadopie-a3397118d3c384655bedb40210db96ca34adc0c9.zip
opie-a3397118d3c384655bedb40210db96ca34adc0c9.tar.gz
opie-a3397118d3c384655bedb40210db96ca34adc0c9.tar.bz2
fixed close of local & ipkgfind
Diffstat (limited to 'noncore/unsupported/oipkg/packagelistview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelistview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/packagelistview.h b/noncore/unsupported/oipkg/packagelistview.h
index d371a34..00c0320 100644
--- a/noncore/unsupported/oipkg/packagelistview.h
+++ b/noncore/unsupported/oipkg/packagelistview.h
@@ -22,2 +22,4 @@
#include <qaction.h>
+#include <qdict.h>
+#include <qstring.h>
#include <qtimer.h>
@@ -25,2 +27,3 @@
#include <qpopupmenu.h>
+#include "packagelist.h"
#include "debug.h"
@@ -37,2 +40,3 @@ public:
PackageListView(QWidget*, const char*, PackageManagerSettings*);
+ void addList( QString, PackageList* );
// ~PackageListView();
@@ -40,2 +44,4 @@ public:
private:
+ QDict<PackageList> PackageLists;
+ QDict<QCheckListItem> rootItems;
PackageManagerSettings *settings;
@@ -51,2 +57,3 @@ public slots:
void toggleProcess();
+ void display();
};