summaryrefslogtreecommitdiff
path: root/net-im/licq/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-11-02 04:04:44 +0000
committerSteve Price <steve@FreeBSD.org>1998-11-02 04:04:44 +0000
commita10a7b97d740886ead028d6a430d15a21e1b6afe (patch)
tree506fc0763f6870bb9307abdd41fc96eac8d5d869 /net-im/licq/files/patch-ab
parentUpdate to version 2.8.1. (diff)
Update to version 0.44.
PR: 8514 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14294
Diffstat (limited to 'net-im/licq/files/patch-ab')
-rw-r--r--net-im/licq/files/patch-ab15
1 files changed, 11 insertions, 4 deletions
diff --git a/net-im/licq/files/patch-ab b/net-im/licq/files/patch-ab
index 5596382280d7..3c941d751f53 100644
--- a/net-im/licq/files/patch-ab
+++ b/net-im/licq/files/patch-ab
@@ -1,4 +1,11 @@
---- /dev/null Wed Aug 5 18:00:59 1998
-+++ src/qmetaobject.h Wed Aug 5 18:03:45 1998
-@@ -0,0 +1 @@
-+#include <qmetaobj.h>
+--- src/adduserdlg.cpp Fri Oct 30 14:29:03 1998
++++ src/adduserdlg.cpp Fri Oct 30 19:23:23 1998
+@@ -13,7 +13,7 @@
+ edtUin->setGeometry(100, 15, 120, 20);
+ edtUin->setValidator(new QIntValidator(0, 2147483647, edtUin));
+ chkAlert = new QCheckBox("Alert User", this);
+- chkAlert->setStyle(WindowsStyle);
++ chkAlert->setStyle(MotifStyle);
+ chkAlert->setGeometry(10, 50, 80, 20);
+ chkAlert->setEnabled(false); //for now
+ btnOk = new QPushButton("Ok", this);