aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq/files/patch-ae
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-02 20:21:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-02 20:21:41 +0000
commita89d8b834bc848162203cc8de564ef5a1aaeb4a6 (patch)
tree09bcbdf40f8268883b4ba6f1259c1f97bd5f26e5 /net-im/licq/files/patch-ae
parent48fb7f9f4b4fa0777e3771289ff93b5ca0b090d3 (diff)
Update licq to version 0.61
PR: 11453 Submitted by: maintainer
Diffstat (limited to 'net-im/licq/files/patch-ae')
-rw-r--r--net-im/licq/files/patch-ae11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/licq/files/patch-ae b/net-im/licq/files/patch-ae
deleted file mode 100644
index b3eaa9409a16..000000000000
--- a/net-im/licq/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/searchuserdlg.cpp Fri Oct 30 14:29:22 1998
-+++ src/searchuserdlg.cpp Fri Oct 30 19:23:46 1998
-@@ -109,7 +109,7 @@
- QColorGroup normal(pal.normal());
- QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), normal.mid(), normal.text(), QColor(192, 192, 192));
- foundView->setPalette(QPalette(newNormal, pal.disabled(), newNormal));*/
-- foundView->setStyle(WindowsStyle);
-+ foundView->setStyle(MotifStyle);
- foundView->setFrameStyle(QFrame::Box | QFrame::Raised);
-
- connect (btnCancelSearch, SIGNAL(clicked()), this, SLOT(reject()));