From 4c9dfee7d2b602858ad0cf4f3042a06782da02ce Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 30 Jun 2006 21:46:53 +0000 Subject: Remove extra qualifier to fix build with gcc4. --- chat/konversation/distinfo | 3 ++- chat/konversation/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 chat/konversation/patches/patch-ab (limited to 'chat/konversation') diff --git a/chat/konversation/distinfo b/chat/konversation/distinfo index d61d8e20db8..8cab94a968e 100644 --- a/chat/konversation/distinfo +++ b/chat/konversation/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/18 21:49:31 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2006/06/30 21:46:53 wiz Exp $ SHA1 (konversation-0.19.tar.bz2) = d4463fc8413f6a6c35448ab9e600da6464bd6adf RMD160 (konversation-0.19.tar.bz2) = c260ca76b4fee1f7dec460caaea52c17f11e45ef Size (konversation-0.19.tar.bz2) = 5452000 bytes SHA1 (patch-aa) = 1143627dbe906f77a8d16195b403653e1ab2d232 +SHA1 (patch-ab) = 18564bd353515954df4c0c936fb7b84b60990007 diff --git a/chat/konversation/patches/patch-ab b/chat/konversation/patches/patch-ab new file mode 100644 index 00000000000..abb480b26b6 --- /dev/null +++ b/chat/konversation/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/06/30 21:46:53 wiz Exp $ + +--- konversation/src/searchbar.h.orig 2006-01-30 08:43:47.000000000 +0000 ++++ konversation/src/searchbar.h +@@ -55,7 +55,7 @@ class SearchBar : public QHBox + + void focusInEvent(QFocusEvent* e); + virtual void showEvent(QShowEvent* e); +- bool SearchBar::focusedChild(); ++ bool focusedChild(); + public slots: + + virtual void hide(); -- cgit v1.2.3