summaryrefslogtreecommitdiffstats
path: root/kalarm/calendarcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/calendarcompat.h')
-rw-r--r--kalarm/calendarcompat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kalarm/calendarcompat.h b/kalarm/calendarcompat.h
index a8cc3e812..ec79ea802 100644
--- a/kalarm/calendarcompat.h
+++ b/kalarm/calendarcompat.h
@@ -23,18 +23,18 @@
/* @file calendarcompat.h - compatibility for old calendar file formats */
-#include <qstring.h>
+#include <tqstring.h>
namespace KCal { class Calendar; }
class CalendarCompat
{
public:
- static void fix(KCal::Calendar&, const QString& localFile = QString::null);
+ static void fix(KCal::Calendar&, const TQString& localFile = TQString::null);
private:
- static int readKAlarmVersion(KCal::Calendar&, QString& subVersion);
- static bool isUTC(const QString& localFile);
+ static int readKAlarmVersion(KCal::Calendar&, TQString& subVersion);
+ static bool isUTC(const TQString& localFile);
};
#endif // CALENDARCOMPAT_H