summaryrefslogtreecommitdiffstats
path: root/korganizer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-19 12:43:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-19 12:43:53 -0600
commit463513075024afd2dfbb5e6300285acd8bf2ee27 (patch)
tree8710d5a12781fa51f7f4325e6207531d8113be73 /korganizer
parent26af4d3ef603af10655a85aa4f8e5edb0d507fb1 (diff)
downloadtdepim-463513075024afd2dfbb5e6300285acd8bf2ee27.tar.gz
tdepim-463513075024afd2dfbb5e6300285acd8bf2ee27.zip
Fix FTBFS
Diffstat (limited to 'korganizer')
-rw-r--r--korganizer/korganizer.kcfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/korganizer.kcfg b/korganizer/korganizer.kcfg
index c299aa75..d5513fe8 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>