summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/easyftp/files')
-rw-r--r--net-ftp/easyftp/files/easyftp-gcc3.2.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/easyftp/files/easyftp-gcc3.2.diff b/net-ftp/easyftp/files/easyftp-gcc3.2.diff
new file mode 100644
index 000000000000..06d4a0af2c1e
--- /dev/null
+++ b/net-ftp/easyftp/files/easyftp-gcc3.2.diff
@@ -0,0 +1,11 @@
+--- connectioninformationtext.cpp.orig 2002-10-12 20:12:00.000000000 -0400
++++ connectioninformationtext.cpp 2002-10-12 20:12:11.000000000 -0400
+@@ -5,7 +5,7 @@
+
+ #include "connectioninformationtext.h"
+
+-ConnectionInformationText::ConnectionInformationText( QWidget * parent = 0, const char * name = 0 ): QTextEdit( parent, name )
++ConnectionInformationText::ConnectionInformationText( QWidget * parent, const char * name ): QTextEdit( parent, name )
+ {
+ this->setReadOnly( TRUE );
+ }