summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex/files/kbibtex-0.1.5-gcc4.2.patch')
-rw-r--r--app-text/kbibtex/files/kbibtex-0.1.5-gcc4.2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-text/kbibtex/files/kbibtex-0.1.5-gcc4.2.patch b/app-text/kbibtex/files/kbibtex-0.1.5-gcc4.2.patch
deleted file mode 100644
index 56f5e721a6f3..000000000000
--- a/app-text/kbibtex/files/kbibtex-0.1.5-gcc4.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/fileimporter.h
-===================================================================
---- src/fileimporter.h (Revision 307)
-+++ src/fileimporter.h (Arbeitskopie)
-@@ -39,7 +39,7 @@
- ~FileImporter();
-
- File* load ( const QString& text );
-- virtual File* load( QIODevice *iodevice ) = NULL;
-+ virtual File* load( QIODevice *iodevice ) = 0;
-
- static bool guessCanDecode( const QString & ) { return FALSE; };
-