summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/easyftp/files/easyftp-gcc3.2.diff')
-rw-r--r--net-ftp/easyftp/files/easyftp-gcc3.2.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-ftp/easyftp/files/easyftp-gcc3.2.diff b/net-ftp/easyftp/files/easyftp-gcc3.2.diff
deleted file mode 100644
index 06d4a0af2c1e..000000000000
--- a/net-ftp/easyftp/files/easyftp-gcc3.2.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 );
- }