freebsd-ports/net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp
Mario Sergio Fujikawa Ferreira 756dfe7461 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)
2002-08-10 16:20:14 +00:00

17 lines
730 B
C++

--- 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;
-}
+}