diff options
Diffstat (limited to 'korganizer/mailscheduler.cpp')
-rw-r--r-- | korganizer/mailscheduler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/mailscheduler.cpp b/korganizer/mailscheduler.cpp index a5fe92b40..5176ca22a 100644 --- a/korganizer/mailscheduler.cpp +++ b/korganizer/mailscheduler.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <tqdir.h> @@ -176,7 +176,7 @@ bool MailScheduler::acceptCounterProposal( Incidence *incidence ) exInc = mCalendar->incidenceFromSchedulingID( incidence->uid() ); incidence->setRevision( incidence->revision() + 1 ); if ( exInc ) { - incidence->setRevision( QMAX( incidence->revision(), exInc->revision() + 1 ) ); + incidence->setRevision( TQMAX( incidence->revision(), exInc->revision() + 1 ) ); // some stuff we don't want to change, just to be safe incidence->setSchedulingID( exInc->schedulingID() ); incidence->setUid( exInc->uid() ); |