From ffe8a83e053396df448e9413828527613ca3bd46 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:46:43 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kmimesourcefactory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdecore/kmimesourcefactory.h') diff --git a/kdecore/kmimesourcefactory.h b/kdecore/kmimesourcefactory.h index ec73621a7..ce91ee0f8 100644 --- a/kdecore/kmimesourcefactory.h +++ b/kdecore/kmimesourcefactory.h @@ -22,18 +22,18 @@ #ifndef KMIMESOURCEFACTORY_H #define KMIMESOURCEFACTORY_H -#include +#include #include class KMimeSourceFactoryPrivate; class KInstance; /** - * An extension to QMimeSourceFactory that uses KIconLoader to + * An extension to TQMimeSourceFactory that uses KIconLoader to * find images. * * Normally you don't have to instantiate this class at all, KApplication does that for - * you automagically and sets QMimeSourceFactory::setDefaultFactory(). + * you automagically and sets TQMimeSourceFactory::setDefaultFactory(). * * @author Peter Putzer */ @@ -67,7 +67,7 @@ public: * @param abs_or_rel_name is the absolute or relative pathname. * @param context is the path of the context object for the queried resource. Almost always empty. */ - virtual QString makeAbsolute (const QString& abs_or_rel_name, const QString& context) const; + virtual TQString makeAbsolute (const TQString& abs_or_rel_name, const TQString& context) const; protected: virtual void virtual_hook( int id, void* data ); -- cgit v1.2.1