diff options
Diffstat (limited to 'src/calendarhandler.h')
-rw-r--r-- | src/calendarhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calendarhandler.h b/src/calendarhandler.h index 5e01b62..d2962d1 100644 --- a/src/calendarhandler.h +++ b/src/calendarhandler.h @@ -42,7 +42,7 @@ public: static void removeLoans(Data::LoanVec loans); private: - static QString timezone(); + static TQString timezone(); #ifdef USE_KCAL // helper function |