summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/mainwindow.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/unsupported/oipkg/mainwindow.h b/noncore/unsupported/oipkg/mainwindow.h
index 892d5e8..adc5e78 100644
--- a/noncore/unsupported/oipkg/mainwindow.h
+++ b/noncore/unsupported/oipkg/mainwindow.h
@@ -17,3 +17,3 @@ class QLineEdit;
class QListView;
-
+class PackageListItem;
@@ -48,2 +48,5 @@ public slots:
void filterList();
+ void showPopup();
+ void changePackageDest( int );
+ void stopTimer( QListViewItem* );
@@ -59,2 +62,3 @@ private:
Package *activePackage;
+ PackageListItem *activePackageListItem;
QAction *runAction;
@@ -65,3 +69,2 @@ private:
QListView *listViewPackages;
- QPopupMenu *contextMenu;
QPEToolBar *findBar;
@@ -71,3 +74,5 @@ private:
QComboBox *subsection;
+ QTimer *popupTimer;
QPopupMenu *popupMenu;
+ QPopupMenu *destsMenu;
bool updateIcon;