1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net-im/licq/files/patch-ad
Steve Price a10a7b97d7 Update to version 0.44.
PR:		8514
Submitted by:	maintainer
1998-11-02 04:04:44 +00:00

12 lines
466 B
Plaintext

--- 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);
}