summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/mainwin.h
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/mainwin.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/mainwin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/mainwin.h b/noncore/settings/aqpkg/mainwin.h
index b49c819..d0777fb 100644
--- a/noncore/settings/aqpkg/mainwin.h
+++ b/noncore/settings/aqpkg/mainwin.h
@@ -20,12 +20,13 @@
20 20
21#include <qmainwindow.h> 21#include <qmainwindow.h>
22#include <qpixmap.h> 22#include <qpixmap.h>
23 23
24class DataManager; 24class DataManager;
25class InstallData; 25class InstallData;
26class InstallDlgImpl;
26 27
27class QAction; 28class QAction;
28class QCheckListItem; 29class QCheckListItem;
29class QComboBox; 30class QComboBox;
30class QLabel; 31class QLabel;
31class QLineEdit; 32class QLineEdit;
@@ -89,13 +90,12 @@ private:
89 void serverSelected( int index, bool showProgress ); 90 void serverSelected( int index, bool showProgress );
90 void searchForPackage( const QString & ); 91 void searchForPackage( const QString & );
91 bool filterByCategory( bool val ); 92 bool filterByCategory( bool val );
92 void downloadSelectedPackages(); 93 void downloadSelectedPackages();
93 void downloadRemotePackage(); 94 void downloadRemotePackage();
94 InstallData dealWithItem( QCheckListItem *item ); 95 InstallData dealWithItem( QCheckListItem *item );
95 void reloadData();
96 96
97 // Progress widget 97 // Progress widget
98 QWidget *progressWindow; 98 QWidget *progressWindow;
99 QLabel *m_status; 99 QLabel *m_status;
100 QProgressBar *m_progress; 100 QProgressBar *m_progress;
101 101
@@ -118,12 +118,13 @@ public slots:
118 void filterCategory(); 118 void filterCategory();
119 bool setFilterCategory(); 119 bool setFilterCategory();
120 void raiseMainWidget(); 120 void raiseMainWidget();
121 void raiseProgressWidget(); 121 void raiseProgressWidget();
122 void enableUpgrade( bool ); 122 void enableUpgrade( bool );
123 void enableDownload( bool ); 123 void enableDownload( bool );
124 void reloadData( InstallDlgImpl * );
124 125
125private slots: 126private slots:
126 void init(); 127 void init();
127 void setProgressSteps( int ); 128 void setProgressSteps( int );
128 void setProgressMessage( const QString & ); 129 void setProgressMessage( const QString & );
129 void updateProgress( int ); 130 void updateProgress( int );