author | drw <drw> | 2003-02-01 18:39:12 (UTC) |
---|---|---|
committer | drw <drw> | 2003-02-01 18:39:12 (UTC) |
commit | 3e4dbe1619e26a4ee374e800a19ee5f4c2b6725b (patch) (unidiff) | |
tree | 549ff507ac10fa603956c902477f19f1911ff8cc | |
parent | 48c90b56031a372bb3f822ad34b2c6857087aa69 (diff) | |
download | opie-3e4dbe1619e26a4ee374e800a19ee5f4c2b6725b.zip opie-3e4dbe1619e26a4ee374e800a19ee5f4c2b6725b.tar.gz opie-3e4dbe1619e26a4ee374e800a19ee5f4c2b6725b.tar.bz2 |
Fix for gcc 3.2...
-rw-r--r-- | noncore/settings/aqpkg/installdlgimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/installdlgimpl.cpp b/noncore/settings/aqpkg/installdlgimpl.cpp index 65aaa32..19fe46a 100644 --- a/noncore/settings/aqpkg/installdlgimpl.cpp +++ b/noncore/settings/aqpkg/installdlgimpl.cpp | |||
@@ -41,7 +41,7 @@ | |||
41 | #include "utils.h" | 41 | #include "utils.h" |
42 | #include "global.h" | 42 | #include "global.h" |
43 | 43 | ||
44 | InstallDlgImpl::InstallDlgImpl( vector<InstallData> &packageList, DataManager *dataManager, const char *title = 0 ) | 44 | InstallDlgImpl::InstallDlgImpl( vector<InstallData> &packageList, DataManager *dataManager, const char *title ) |
45 | : QWidget( 0, 0, 0 ) | 45 | : QWidget( 0, 0, 0 ) |
46 | { | 46 | { |
47 | setCaption( title ); | 47 | setCaption( title ); |
@@ -118,7 +118,7 @@ InstallDlgImpl::InstallDlgImpl( vector<InstallData> &packageList, DataManager *d | |||
118 | displayAvailableSpace( destination->currentText() ); | 118 | displayAvailableSpace( destination->currentText() ); |
119 | } | 119 | } |
120 | 120 | ||
121 | InstallDlgImpl::InstallDlgImpl( Ipkg *ipkg, QString initialText, const char *title = 0 ) | 121 | InstallDlgImpl::InstallDlgImpl( Ipkg *ipkg, QString initialText, const char *title ) |
122 | : QWidget( 0, 0, 0 ) | 122 | : QWidget( 0, 0, 0 ) |
123 | { | 123 | { |
124 | setCaption( title ); | 124 | setCaption( title ); |