summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/mainwin.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/aqpkg/mainwin.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/mainwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/mainwin.h b/noncore/settings/aqpkg/mainwin.h
index 4b044de..0295519 100644
--- a/noncore/settings/aqpkg/mainwin.h
+++ b/noncore/settings/aqpkg/mainwin.h
@@ -30,8 +30,9 @@ class QCheckListItem;
class QComboBox;
class QLabel;
class QLineEdit;
class QListView;
+class QListViewItem;
class QToolBar;
class QProgressBar;
class QWidgetStack;
@@ -134,6 +135,7 @@ private slots:
void upgradePackages();
void downloadPackage();
void applyChanges();
void letterPushed( QString t );
+ void slotDisplayPackage( QListViewItem * );
};
#endif