summaryrefslogtreecommitdiffstats
path: root/kmail/folderIface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/folderIface.cpp')
-rw-r--r--kmail/folderIface.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/kmail/folderIface.cpp b/kmail/folderIface.cpp
index 54df5167..4d1cb808 100644
--- a/kmail/folderIface.cpp
+++ b/kmail/folderIface.cpp
@@ -18,11 +18,11 @@
*
* In addition, as a special exception, the copyright holders give
* permission to link the code of this program with any edition of
- * the Qt library by Trolltech AS, Norway (or with modified versions
- * of Qt that use the same license as Qt), and distribute linked
+ * the TQt library by Trolltech AS, Norway (or with modified versions
+ * of TQt that use the same license as TQt), and distribute linked
* combinations including the two. You must obey the GNU General
* Public License in all respects for all of the code used other than
- * Qt. If you modify this file, you may extend this exception to
+ * TQt. If you modify this file, you may extend this exception to
* your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from
* your version.
@@ -57,19 +57,19 @@ FolderIface::FolderIface( const TQString& vpath )
Q_ASSERT( mFolder );
}
-QString
+TQString
FolderIface::path() const
{
return mPath;
}
-QString
+TQString
FolderIface::displayName() const
{
return mFolder->label();
}
-QString
+TQString
FolderIface::displayPath() const
{
return mFolder->prettyURL();
@@ -81,13 +81,13 @@ FolderIface::usesCustomIcons() const
return mFolder->useCustomIcons();
}
-QString
+TQString
FolderIface::normalIconPath() const
{
return mFolder->normalIconPath();
}
-QString
+TQString
FolderIface::unreadIconPath() const
{
return mFolder->unreadIconPath();
@@ -136,7 +136,7 @@ FolderIface::messageRefs()
for( int i = 0; i < messageCache.size(); ++i ) {
KMMsgBase *msg = messageCache[i];
if ( msg ) {
- KMMessage *fmsg = msg->parent()->getMsg( msg->parent()->find( msg ) );
+ KMMessage *fmsg = msg->tqparent()->getMsg( msg->tqparent()->tqfind( msg ) );
refList.append( DCOPRef( new MessageIface( fmsg ) ) );
}
}