aboutsummaryrefslogtreecommitdiffstats
path: root/net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-11 00:20:14 +0800
committerlioux <lioux@FreeBSD.org>2002-08-11 00:20:14 +0800
commit10f4fe57fd7873ce76d0747ae8ce4b59ddf977b2 (patch)
tree0f8346406096052d7466506123b3ae8e391c02de /net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp
parent259fc95ad4a7591f66615dff226c930bd0f41bf4 (diff)
downloadfreebsd-ports-graphics-10f4fe57fd7873ce76d0747ae8ce4b59ddf977b2.tar.gz
freebsd-ports-graphics-10f4fe57fd7873ce76d0747ae8ce4b59ddf977b2.tar.zst
freebsd-ports-graphics-10f4fe57fd7873ce76d0747ae8ce4b59ddf977b2.zip
o 1st commit after repo copy from kxicq
o Update to kxicq 2 snapshot 20020622 supporting KDE 3 PR: 40383 Submitted by: Andy Fawcett <tap@athame.co.uk> Repo copy by: joe (cvs hat) Repo copy approved by: will (portmgr hat)
Diffstat (limited to 'net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp')
-rw-r--r--net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp b/net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp
new file mode 100644
index 00000000000..bde84c4ecf2
--- /dev/null
+++ b/net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp
@@ -0,0 +1,17 @@
+--- kxicq/widgets/kxreminderdialogimpl.cpp.orig Sat Jun 22 21:59:52 2002
++++ kxicq/widgets/kxreminderdialogimpl.cpp Sat Jun 22 22:00:41 2002
+@@ -17,7 +17,7 @@
+ int nRemindIn = 22;
+
+
+-kxReminderDialogImpl::kxReminderDialogImpl( kxReminderEvent *ev, kxReminderDaemon *reminderDaemon, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 )
++kxReminderDialogImpl::kxReminderDialogImpl( kxReminderEvent *ev, kxReminderDaemon *reminderDaemon, QWidget* parent, const char* name, bool modal, WFlags fl)
+ : kxReminderDialog( parent, name, modal, fl )
+ {
+ this->reminderDaemon = reminderDaemon;
+@@ -112,4 +112,4 @@
+ }
+ QString s = QString::number(amount) + QString(" ") + value;
+ return s;
+-}
++}