From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knotes/knoteslegacy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'knotes/knoteslegacy.h') diff --git a/knotes/knoteslegacy.h b/knotes/knoteslegacy.h index 84ee0fc8..70392dd6 100644 --- a/knotes/knoteslegacy.h +++ b/knotes/knoteslegacy.h @@ -21,8 +21,8 @@ #ifndef KNOTESLEGACY_H #define KNOTESLEGACY_H -#include -#include +#include +#include namespace KCal { class CalendarLocal; @@ -39,8 +39,8 @@ public: static void cleanUp(); static bool convert( KCal::CalendarLocal *calendar ); private: - static bool convertKNotes1Config( KCal::Journal *j, QDir& dir, const QString& file ); - static bool convertKNotes2Config( KCal::Journal *j, QDir& dir, const QString& file ); + static bool convertKNotes1Config( KCal::Journal *j, TQDir& dir, const TQString& file ); + static bool convertKNotes2Config( KCal::Journal *j, TQDir& dir, const TQString& file ); }; #endif -- cgit v1.2.3