diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /net-im/licq/files | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'net-im/licq/files')
-rw-r--r-- | net-im/licq/files/patch-aa | 22 | ||||
-rw-r--r-- | net-im/licq/files/patch-ab | 22 |
2 files changed, 0 insertions, 44 deletions
diff --git a/net-im/licq/files/patch-aa b/net-im/licq/files/patch-aa deleted file mode 100644 index 41d231f474bb..000000000000 --- a/net-im/licq/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- src/messagebox.cpp.old Tue Mar 9 15:42:14 1999 -+++ src/messagebox.cpp Tue Mar 9 15:42:55 1999 -@@ -67,7 +67,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); - - } ---- src/searchuserdlg.cpp.old Tue Mar 9 15:42:23 1999 -+++ src/searchuserdlg.cpp Tue Mar 9 15:42:48 1999 -@@ -115,7 +115,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 (btnDone, SIGNAL(clicked()), this, SLOT(accept())); diff --git a/net-im/licq/files/patch-ab b/net-im/licq/files/patch-ab deleted file mode 100644 index 27aee2a8cbe9..000000000000 --- a/net-im/licq/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- acconfig.h.old Wed Mar 10 10:05:47 1999 -+++ acconfig.h Wed Mar 10 10:06:26 1999 -@@ -14,7 +14,7 @@ - - /* Change this to MotifStyle if you want the old-school Motif - widget look. */ --#define STYLE WindowsStyle -+#define STYLE MotifStyle - - /* The name of the package we're compiling */ - #undef PACKAGE ---- config.h.in.old Wed Mar 10 10:05:53 1999 -+++ config.h.in Wed Mar 10 10:06:17 1999 -@@ -15,7 +15,7 @@ - - /* Change this to MotifStyle if you want the old-school Motif - widget look. */ --#define STYLE WindowsStyle -+#define STYLE MotifStyle - - /* The name of the package we're compiling */ - #undef PACKAGE |