summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/networkpkgmgr.h
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/networkpkgmgr.h') (more/less context) (ignore 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:
47 QPushButton *update; 47 QPushButton *update;
48 QPushButton *upgrade;
48 QPushButton *download; 49 QPushButton *download;
@@ -58,3 +59,3 @@ private:
58 void setupConnections(); 59 void setupConnections();
59 void showProgressDialog(); 60 void showProgressDialog( char *initialText );
60 QString dealWithItem( QCheckListItem *item ); 61 QString dealWithItem( QCheckListItem *item );
@@ -64,2 +65,3 @@ public slots:
64 void applyChanges(); 65 void applyChanges();
66 void upgradePackages();
65 void downloadPackage(); 67 void downloadPackage();