diff options
Diffstat (limited to 'app-text/kbibtex/files/kbibtex-gcc-4.1.patch')
-rw-r--r-- | app-text/kbibtex/files/kbibtex-gcc-4.1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/kbibtex/files/kbibtex-gcc-4.1.patch b/app-text/kbibtex/files/kbibtex-gcc-4.1.patch new file mode 100644 index 000000000000..9ce661e4327e --- /dev/null +++ b/app-text/kbibtex/files/kbibtex-gcc-4.1.patch @@ -0,0 +1,11 @@ +--- src/kbibtexlistview.h.orig 2005-11-29 13:43:15.000000000 +0100 ++++ src/kbibtexlistview.h 2006-03-20 14:17:54.000000000 +0100 +@@ -62,7 +62,7 @@ + // BibTeX::BibTeXFile *selectedElements(); + + void enabledActions(); +- bool KBibTeXListView::acceptDrag( QDropEvent *event ) const; ++ bool acceptDrag( QDropEvent *event ) const; + + public slots: + void filterText( const QString&text ); |