diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-12 21:44:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-12 21:44:59 +0000 |
commit | 1489948c98ce8aaff342c2f61c7e852d60304ee6 (patch) | |
tree | 3d6bd9a6d1ebe56c85ed5752cbf287dcf4723d29 /net-ftp/easyftp/files | |
parent | fix src_uri Rik switched to bz2 (diff) | |
download | gentoo-2-1489948c98ce8aaff342c2f61c7e852d60304ee6.tar.gz gentoo-2-1489948c98ce8aaff342c2f61c7e852d60304ee6.tar.bz2 gentoo-2-1489948c98ce8aaff342c2f61c7e852d60304ee6.zip |
Added a gcc3.2 fix
Diffstat (limited to 'net-ftp/easyftp/files')
-rw-r--r-- | net-ftp/easyftp/files/easyftp-gcc3.2.diff | 11 |
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 ); + } |