summaryrefslogtreecommitdiff
path: root/net-im/licq/files/patch-ad
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-ad
parentadd support for MOTIFLIB (diff)
Update licq to version 0.61
PR: 11453 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18323
Diffstat (limited to 'net-im/licq/files/patch-ad')
-rw-r--r--net-im/licq/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/licq/files/patch-ad b/net-im/licq/files/patch-ad
deleted file mode 100644
index 14bc458a7612..000000000000
--- a/net-im/licq/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/messagebox.cpp Fri Oct 30 14:29:24 1998
-+++ src/messagebox.cpp Fri Oct 30 19:23:42 1998
-@@ -56,7 +56,7 @@
- QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(),
- normal.mid(), normal.text(), QColor(192, 192, 192));
- setPalette(QPalette(newNormal, pal.disabled(), newNormal));
-- setStyle(WindowsStyle);
-+ setStyle(MotifStyle);
- setFrameStyle(QFrame::Panel | QFrame::Sunken);
-
- }