aboutsummaryrefslogtreecommitdiff
path: root/net/licq-devel/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/licq-devel/files/patch-ae')
-rw-r--r--net/licq-devel/files/patch-ae11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/licq-devel/files/patch-ae b/net/licq-devel/files/patch-ae
deleted file mode 100644
index b3eaa9409a16..000000000000
--- a/net/licq-devel/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()));