aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq/files/patch-ad
diff options
context:
space:
mode:
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);
-
- }