From 463513075024afd2dfbb5e6300285acd8bf2ee27 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Nov 2011 12:43:53 -0600 Subject: Fix FTBFS --- korganizer/korganizer.kcfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'korganizer') diff --git a/korganizer/korganizer.kcfg b/korganizer/korganizer.kcfg index c299aa75c..d5513fe86 100644 --- a/korganizer/korganizer.kcfg +++ b/korganizer/korganizer.kcfg @@ -141,12 +141,12 @@ Enter the default time for events here. The default is used if you do not supply a start time. - QDateTime(QDate(), QTime(10,0)) + TQDateTime(TQDate(), TQTime(10,0)) Enter default duration for events here. The default is used if you do not supply an end time. - QDateTime(QDate(), QTime(2,0)) + TQDateTime(TQDate(), TQTime(2,0)) @@ -277,18 +277,18 @@ Enter the start time for events here. This time should be the earliest time that you use for events, as it will be displayed at the top. - QDateTime(QDate(), QTime(7,0)) + TQDateTime(TQDate(), TQTime(7,0)) Enter the start time for the working hours here. The working hours will be marked with color by KOrganizer. - QDateTime(QDate(), QTime(8,0)) + TQDateTime(TQDate(), TQTime(8,0)) Enter the ending time for the working hours here. The working hours will be marked with color by KOrganizer. - QDateTime(QDate(), QTime(17,0)) + TQDateTime(TQDate(), TQTime(17,0)) 31 -- cgit v1.2.1