diff options
author | wiz <wiz> | 2006-06-30 21:46:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-06-30 21:46:53 +0000 |
commit | 5823f2f74a4cbd9e29d00804d03669085f2ea10f (patch) | |
tree | 68092d249278154a66cfeff060240ba228ae8c3b /chat | |
parent | 66914841ac936bbbfb9cf96d108909b62371ebd2 (diff) | |
download | pkgsrc-5823f2f74a4cbd9e29d00804d03669085f2ea10f.tar.gz |
Remove extra qualifier to fix build with gcc4.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/konversation/distinfo | 3 | ||||
-rw-r--r-- | chat/konversation/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
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(); |