diff options
Diffstat (limited to 'korganizer/korganizer.kcfg')
-rw-r--r-- | korganizer/korganizer.kcfg | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <entry type="DateTime" name="StartTime"> <label>Default appointment time</label> <whatsthis>Enter the default time for events here. The default is used if you do not supply a start time.</whatsthis> - <default>QDateTime(QDate(), QTime(10,0))</default> + <default>TQDateTime(TQDate(), TQTime(10,0))</default> </entry> <entry type="DateTime" name="DefaultDuration"> <label>Default duration of new appointment (HH:MM)</label> <whatsthis>Enter default duration for events here. The default is used if you do not supply an end time.</whatsthis> - <default>QDateTime(QDate(), QTime(2,0))</default> + <default>TQDateTime(TQDate(), TQTime(2,0))</default> </entry> <entry type="Int" key="Default Reminder Time" name="ReminderTime"> @@ -277,18 +277,18 @@ <entry type="DateTime" name="DayBegins"> <label>Day begins at</label> <whatsthis>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.</whatsthis> - <default>QDateTime(QDate(), QTime(7,0))</default> + <default>TQDateTime(TQDate(), TQTime(7,0))</default> </entry> <entry type="DateTime" name="WorkingHoursStart"> <label>Daily starting hour</label> <whatsthis>Enter the start time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis> - <default>QDateTime(QDate(), QTime(8,0))</default> + <default>TQDateTime(TQDate(), TQTime(8,0))</default> </entry> <entry type="DateTime" name="WorkingHoursEnd"> <label>Daily ending hour</label> <whatsthis>Enter the ending time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis> - <default>QDateTime(QDate(), QTime(17,0))</default> + <default>TQDateTime(TQDate(), TQTime(17,0))</default> </entry> <entry type="Int" key="Work Week Mask" name="WorkWeekMask"> <default>31</default> |