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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h
index 8a88b35..0ae64a6 100644
--- a/noncore/settings/aqpkg/networkpkgmgr.h
+++ b/noncore/settings/aqpkg/networkpkgmgr.h
@@ -47,12 +47,13 @@ private:
47 QPushButton *update; 47 QPushButton *update;
48 QPushButton *upgrade; 48 QPushButton *upgrade;
49 QPushButton *download; 49 QPushButton *download;
50 QPushButton *apply; 50 QPushButton *apply;
51 51
52 ProgressDlg *progressDlg; 52 ProgressDlg *progressDlg;
53 QString currentlySelectedServer;
53 54
54 int timerId; 55 int timerId;
55 56
56 void timerEvent ( QTimerEvent * ); 57 void timerEvent ( QTimerEvent * );
57 58
58 void initGui(); 59 void initGui();
@@ -64,9 +65,10 @@ public slots:
64 void serverSelected( int index ); 65 void serverSelected( int index );
65 void applyChanges(); 66 void applyChanges();
66 void upgradePackages(); 67 void upgradePackages();
67 void downloadPackage(); 68 void downloadPackage();
68 void updateServer(); 69 void updateServer();
69 void displayText( const QString &t ); 70 void displayText( const QString &t );
71 void letterPushed( QString t );
70}; 72};
71 73
72#endif 74#endif