From 3e4dbe1619e26a4ee374e800a19ee5f4c2b6725b Mon Sep 17 00:00:00 2001 From: drw Date: Sat, 01 Feb 2003 18:39:12 +0000 Subject: Fix for gcc 3.2... --- (limited to 'noncore/settings') 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 @@ #include "utils.h" #include "global.h" -InstallDlgImpl::InstallDlgImpl( vector &packageList, DataManager *dataManager, const char *title = 0 ) +InstallDlgImpl::InstallDlgImpl( vector &packageList, DataManager *dataManager, const char *title ) : QWidget( 0, 0, 0 ) { setCaption( title ); @@ -118,7 +118,7 @@ InstallDlgImpl::InstallDlgImpl( vector &packageList, DataManager *d displayAvailableSpace( destination->currentText() ); } -InstallDlgImpl::InstallDlgImpl( Ipkg *ipkg, QString initialText, const char *title = 0 ) +InstallDlgImpl::InstallDlgImpl( Ipkg *ipkg, QString initialText, const char *title ) : QWidget( 0, 0, 0 ) { setCaption( title ); -- cgit v0.9.0.2