-rw-r--r-- | noncore/settings/aqpkg/installdlgimpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp index a924daf..f5aef94 100644 --- a/noncore/settings/aqpkg/installdlgimpl.cpp +++ b/noncore/settings/aqpkg/installdlgimpl.cpp | |||
@@ -30,16 +30,17 @@ | |||
30 | #include "instoptionsimpl.h" | 30 | #include "instoptionsimpl.h" |
31 | #include "destination.h" | 31 | #include "destination.h" |
32 | #include "installdlgimpl.h" | 32 | #include "installdlgimpl.h" |
33 | #include "global.h" | 33 | #include "global.h" |
34 | 34 | ||
35 | InstallDlgImpl::InstallDlgImpl( vector<InstallData> &packageList, DataManager *dataManager, QWidget * parent, const char* name, bool modal, WFlags fl ) | 35 | InstallDlgImpl::InstallDlgImpl( vector<InstallData> &packageList, DataManager *dataManager, QWidget * parent, const char* name, bool modal, WFlags fl ) |
36 | : InstallDlg( parent, name, modal, fl ) | 36 | : InstallDlg( parent, name, modal, fl ) |
37 | { | 37 | { |
38 | pIpkg = 0; | ||
38 | upgradePackages = false; | 39 | upgradePackages = false; |
39 | dataMgr = dataManager; | 40 | dataMgr = dataManager; |
40 | vector<Destination>::iterator dit; | 41 | vector<Destination>::iterator dit; |
41 | 42 | ||
42 | QString defaultDest = "root"; | 43 | QString defaultDest = "root"; |
43 | #ifdef QWS | 44 | #ifdef QWS |
44 | Config cfg( "aqpkg" ); | 45 | Config cfg( "aqpkg" ); |
45 | cfg.setGroup( "settings" ); | 46 | cfg.setGroup( "settings" ); |