summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/installdialog.h
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/installdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/installdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/unsupported/oipkg/installdialog.h b/noncore/unsupported/oipkg/installdialog.h
index f2164ac..5af2c35 100644
--- a/noncore/unsupported/oipkg/installdialog.h
+++ b/noncore/unsupported/oipkg/installdialog.h
@@ -25,8 +25,7 @@ class InstallDialog : public QDialog
25{ 25{
26 Q_OBJECT 26 Q_OBJECT
27 27
28public: 28public: InstallDialog( PackageManagerSettings* s, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29 InstallDialog( PackageManagerSettings* s, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
30 ~InstallDialog(); 29 ~InstallDialog();
31 30
32 PackageListView* ListViewPackages; 31 PackageListView* ListViewPackages;
@@ -34,6 +33,8 @@ public:
34 QCheckBox* _force_depends; 33 QCheckBox* _force_depends;
35 QCheckBox* _force_reinstall; 34 QCheckBox* _force_reinstall;
36 QCheckBox* _force_remove; 35 QCheckBox* _force_remove;
36 QCheckListItem *toRemoveItem;
37 QCheckListItem *toInstallItem;
37 38
38protected: 39protected:
39 QGridLayout* InstallDialogLayout; 40 QGridLayout* InstallDialogLayout;