summaryrefslogtreecommitdiffstats
path: root/knotes/knoteslegacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knoteslegacy.h')
-rw-r--r--knotes/knoteslegacy.h8
1 files changed, 4 insertions, 4 deletions
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 <qstring.h>
-#include <qdir.h>
+#include <tqstring.h>
+#include <tqdir.h>
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