summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/instoptionsimpl.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/aqpkg/instoptionsimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/instoptionsimpl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/instoptionsimpl.h b/noncore/settings/aqpkg/instoptionsimpl.h
index f4724a0..1312afd 100644
--- a/noncore/settings/aqpkg/instoptionsimpl.h
+++ b/noncore/settings/aqpkg/instoptionsimpl.h
@@ -21,4 +21,5 @@
class QCheckBox;
+class QComboBox;
class InstallOptionsDlgImpl : public QDialog
@@ -26,7 +27,8 @@ class InstallOptionsDlgImpl : public QDialog
Q_OBJECT
public:
- InstallOptionsDlgImpl( int flags, QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
+ InstallOptionsDlgImpl( int, int, QWidget * = 0, const char * = 0, bool = false, WFlags = 0 );
~InstallOptionsDlgImpl();
int getFlags();
+ int getInfoLevel();
private:
@@ -36,4 +38,5 @@ private:
QCheckBox* forceOverwrite;
QCheckBox* verboseWget;
+ QComboBox* verboseIpkg;
};