From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/home/homeimpl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kioslave/home/homeimpl.h') diff --git a/kioslave/home/homeimpl.h b/kioslave/home/homeimpl.h index 8c4ace279..62c7b3868 100644 --- a/kioslave/home/homeimpl.h +++ b/kioslave/home/homeimpl.h @@ -25,7 +25,7 @@ #include #include -#include +#include class HomeImpl : public QObject { @@ -33,11 +33,11 @@ Q_OBJECT public: HomeImpl(); - bool parseURL(const KURL &url, QString &name, QString &path) const; - bool realURL(const QString &name, const QString &path, KURL &url); + bool parseURL(const KURL &url, TQString &name, TQString &path) const; + bool realURL(const TQString &name, const TQString &path, KURL &url); - bool statHome(const QString &name, KIO::UDSEntry &entry); - bool listHomes(QValueList &list); + bool statHome(const TQString &name, KIO::UDSEntry &entry); + bool listHomes(TQValueList &list); void createTopLevelEntry(KIO::UDSEntry &entry) const; -- cgit v1.2.1