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/kncollection.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'knode/kncollection.h') diff --git a/knode/kncollection.h b/knode/kncollection.h index 80907ca5..f6c4b915 100644 --- a/knode/kncollection.h +++ b/knode/kncollection.h @@ -17,7 +17,7 @@ #ifndef KNCOLLECTION_H #define KNCOLLECTION_H -#include +#include class KNCollectionViewItem; @@ -41,8 +41,8 @@ class KNCollection { virtual void updateListItem(); // info - virtual QString path()=0; - virtual bool readInfo(const QString &confPath)=0; + virtual TQString path()=0; + virtual bool readInfo(const TQString &confPath)=0; virtual void saveInfo()=0; // parent @@ -50,8 +50,8 @@ class KNCollection { virtual void setParent(KNCollection *p) { p_arent=p; } // name - virtual const QString& name() { return n_ame; } - void setName(const QString &s) { n_ame=s; } + virtual const TQString& name() { return n_ame; } + void setName(const TQString &s) { n_ame=s; } // count int count()const { return c_ount; } @@ -62,7 +62,7 @@ class KNCollection { protected: KNCollection *p_arent; KNCollectionViewItem *l_istItem; - QString n_ame; + TQString n_ame; int c_ount; }; -- cgit v1.2.3