summaryrefslogtreecommitdiffstats
path: root/korganizer/mailscheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/mailscheduler.cpp')
-rw-r--r--korganizer/mailscheduler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/mailscheduler.cpp b/korganizer/mailscheduler.cpp
index a5fe92b4..5176ca22 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() );