summaryrefslogtreecommitdiff
path: root/noncore/settings
Unidiff
Diffstat (limited to 'noncore/settings') (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
@@ -45,6 +45,7 @@ private:
45 QComboBox *serversList; 45 QComboBox *serversList;
46 QListView *packagesList; 46 QListView *packagesList;
47 QPushButton *update; 47 QPushButton *update;
48 QPushButton *upgrade;
48 QPushButton *download; 49 QPushButton *download;
49 QPushButton *apply; 50 QPushButton *apply;
50 51
@@ -56,12 +57,13 @@ private:
56 57
57 void initGui(); 58 void initGui();
58 void setupConnections(); 59 void setupConnections();
59 void showProgressDialog(); 60 void showProgressDialog( char *initialText );
60 QString dealWithItem( QCheckListItem *item ); 61 QString dealWithItem( QCheckListItem *item );
61 62
62public slots: 63public slots:
63 void serverSelected( int index ); 64 void serverSelected( int index );
64 void applyChanges(); 65 void applyChanges();
66 void upgradePackages();
65 void downloadPackage(); 67 void downloadPackage();
66 void updateServer(); 68 void updateServer();
67 void displayText( const QString &t ); 69 void displayText( const QString &t );