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/kinstance.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kdecore/kinstance.h') diff --git a/kdecore/kinstance.h b/kdecore/kinstance.h index 88678ba99..f502eefc5 100644 --- a/kdecore/kinstance.h +++ b/kdecore/kinstance.h @@ -28,7 +28,7 @@ class KInstancePrivate; class KMimeSourceFactory; class KSharedConfig; -#include +#include #include "kdelibs_export.h" @@ -49,7 +49,7 @@ class KDECORE_EXPORT KInstance * Constructor. * @param instanceName the name of the instance */ - KInstance( const QCString& instanceName) ; + KInstance( const TQCString& instanceName) ; /** * Constructor. @@ -118,7 +118,7 @@ class KDECORE_EXPORT KInstance * @return the instance name, can be null if the KInstance has been * created with a null name */ - QCString instanceName() const; + TQCString instanceName() const; /** * Returns the KMimeSourceFactory of the instance. @@ -138,7 +138,7 @@ protected: * @param name the name of the default config file * @since 3.1 */ - void setConfigName(const QString &name); + void setConfigName(const TQString &name); private: mutable KStandardDirs *_dirs; @@ -146,7 +146,7 @@ private: mutable KConfig *_config; mutable KIconLoader *_iconLoader; - QCString _name; + TQCString _name; const KAboutData *_aboutData; protected: -- cgit v1.2.1