summaryrefslogtreecommitdiff
path: root/noncore/settings
Side-by-side diff
Diffstat (limited to 'noncore/settings') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/networkpkgmgr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h
index 874b1bd..8a88b35 100644
--- a/noncore/settings/aqpkg/networkpkgmgr.h
+++ b/noncore/settings/aqpkg/networkpkgmgr.h
@@ -47,2 +47,3 @@ private:
QPushButton *update;
+ QPushButton *upgrade;
QPushButton *download;
@@ -58,3 +59,3 @@ private:
void setupConnections();
- void showProgressDialog();
+ void showProgressDialog( char *initialText );
QString dealWithItem( QCheckListItem *item );
@@ -64,2 +65,3 @@ public slots:
void applyChanges();
+ void upgradePackages();
void downloadPackage();