e816c80aa4
- C++ fixes for gcc3.
13 lines
750 B
Plaintext
13 lines
750 B
Plaintext
$OpenBSD: patch-src_cpdlg_cpp,v 1.1 2002/10/08 15:53:36 naddy Exp $
|
|
--- src/cpdlg.cpp.orig Tue Oct 8 17:33:19 2002
|
|
+++ src/cpdlg.cpp Tue Oct 8 17:33:31 2002
|
|
@@ -69,7 +69,7 @@
|
|
|
|
#include <iostream.h>
|
|
|
|
-CopyProgressDlg::CopyProgressDlg(const QStrList& szSources_arg, const QString& szDestination_arg, int opmode_arg, bool bRecursive_arg, QWidget* parent=0, const char* name=0): QDialog(parent,name,TRUE),iOpmode(opmode_arg),bRecursive(bRecursive_arg)
|
|
+CopyProgressDlg::CopyProgressDlg(const QStrList& szSources_arg, const QString& szDestination_arg, int opmode_arg, bool bRecursive_arg, QWidget* parent, const char* name): QDialog(parent,name,TRUE),iOpmode(opmode_arg),bRecursive(bRecursive_arg)
|
|
{
|
|
|
|
widget = new CopyProgressWidget(this, name);
|