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 --- knode/knfolder.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'knode/knfolder.h') diff --git a/knode/knfolder.h b/knode/knfolder.h index 0e2bfafb..0be6dafd 100644 --- a/knode/knfolder.h +++ b/knode/knfolder.h @@ -28,8 +28,8 @@ class KNFolder : public KNArticleCollection { public: KNFolder(); - KNFolder(int id, const QString &name, KNFolder *parent=0); - KNFolder(int id, const QString &name, const QString &prefix, KNFolder *parent=0); + KNFolder(int id, const TQString &name, KNFolder *parent=0); + KNFolder(int id, const TQString &name, const TQString &prefix, KNFolder *parent=0); ~KNFolder(); //type @@ -47,15 +47,15 @@ class KNFolder : public KNArticleCollection { bool wasOpen()const { return w_asOpen; } //info - QString path(); - bool readInfo(const QString &confPath); + TQString path(); + bool readInfo(const TQString &confPath); bool readInfo(); void saveInfo(); //article access KNLocalArticle* at(int i) { return static_cast(KNArticleCollection::at(i)); } KNLocalArticle* byId(int id) { return static_cast(KNArticleCollection::byId(id)); } - KNLocalArticle* byMessageId(const QCString &mid) + KNLocalArticle* byMessageId(const TQCString &mid) { return static_cast(KNArticleCollection::byMessageId(mid)); } //parent @@ -80,8 +80,8 @@ class KNFolder : public KNArticleCollection { bool i_ndexDirty; // do we need to sync? bool w_asOpen; // was this folder open in the listview on the last shutdown? KNFile m_boxFile; - QFile i_ndexFile; - QString i_nfoPath; + TQFile i_ndexFile; + TQString i_nfoPath; /* helper-class: stores index-data of an article */ class DynData { -- cgit v1.2.3