From db2f713d0a0aaa32f8aa4d1fb05a0569c2f1e9d6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:45:29 -0600 Subject: Rename KDE_VERSION to TDE_VERSION --- kmymoney2/widgets/kmymoneydatetbl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmymoney2/widgets/kmymoneydatetbl.cpp') diff --git a/kmymoney2/widgets/kmymoneydatetbl.cpp b/kmymoney2/widgets/kmymoneydatetbl.cpp index 79a8c7b..c2cfc1c 100644 --- a/kmymoney2/widgets/kmymoneydatetbl.cpp +++ b/kmymoney2/widgets/kmymoneydatetbl.cpp @@ -109,7 +109,7 @@ kMyMoneyDateTbl::paintCell(TQPainter *painter, int row, int col) // ----- font.setPointSize(fontsize); -#if KDE_VERSION < 310 +#if TDE_VERSION < 310 int firstWeekDay = KGlobal::locale()->weekStartsMonday() ? 1 : 0; #else int firstWeekDay = KGlobal::locale()->weekStartDay(); @@ -378,7 +378,7 @@ kMyMoneyDateTbl::contentsMouseReleaseEvent(TQMouseEvent *e) return; } -#if KDE_VERSION < 310 +#if TDE_VERSION < 310 int dayoff = KGlobal::locale()->weekStartsMonday() ? 1 : 0; #else int dayoff = KGlobal::locale()->weekStartDay(); @@ -571,7 +571,7 @@ void kMyMoneyDateTbl::contentsMouseMoveEvent(TQMouseEvent* e) return; } -#if KDE_VERSION < 310 +#if TDE_VERSION < 310 int firstWeekDay = KGlobal::locale()->weekStartsMonday() ? 1 : 0; #else int firstWeekDay = KGlobal::locale()->weekStartDay(); -- cgit v1.2.1