From 9337c912158da3ad2fcda7ee1120c9357faddf8b Mon Sep 17 00:00:00 2001 From: tille Date: Sun, 10 Nov 2002 22:50:50 +0000 Subject: here it's... --- (limited to 'noncore/unsupported/oipkg/packagelistview.h') diff --git a/noncore/unsupported/oipkg/packagelistview.h b/noncore/unsupported/oipkg/packagelistview.h index 3c09ba8..17dcb95 100644 --- a/noncore/unsupported/oipkg/packagelistview.h +++ b/noncore/unsupported/oipkg/packagelistview.h @@ -18,12 +18,14 @@ #include #include #include +#include "listviewitemoipkg.h" #include "packagelist.h" #include "debug.h" class PackageListItem; -class Package; +class OipkgPackage; class PackageManagerSettings; +//class ListViewItemOipkg; class PackageListView : public QListView { @@ -35,19 +37,18 @@ public: // ~PackageListView(); QTimer *popupTimer; private: - QDict PackageLists; - QDict rootItems; - PackageManagerSettings *settings; - Package *activePackage; - PackageListItem *activePackageListItem; + QDict PackageLists; + QDict rootItems; + PackageManagerSettings *settings; +// OipkgPackage *activePackage; +// PackageListItem *activePackageListItem; + ListViewItemOipkg *activeItem; QPopupMenu *popupMenu; QPopupMenu *destsMenu; public slots: void showPopup(); - void changePackageDest( int ); void setCurrent( QListViewItem* ); void stopTimer( QListViewItem* ); - void toggleProcess(); void display(); }; -- cgit v0.9.0.2