summaryrefslogtreecommitdiffstats
path: root/kdecore/kmimesourcefactory.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kdecore/kmimesourcefactory.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/kmimesourcefactory.h')
-rw-r--r--kdecore/kmimesourcefactory.h8
1 files changed, 4 insertions, 4 deletions
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 <qmime.h>
+#include <tqmime.h>
#include <kglobal.h>
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 <putzer@kde.org>
*/
@@ -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 );