From f0296ef9e1f94e23c00d6f490e565d1dc768416d Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 26 May 2011 00:38:19 +0000 Subject: TQt4 port Filelight This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1233561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/part/localLister.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/part/localLister.h') diff --git a/src/part/localLister.h b/src/part/localLister.h index 5070e14..d9c8d84 100644 --- a/src/part/localLister.h +++ b/src/part/localLister.h @@ -4,31 +4,31 @@ #ifndef LOCALLISTER_H #define LOCALLISTER_H -#include +#include class Directory; template class Chain; namespace Filelight { - class LocalLister : public QThread + class LocalLister : public TQThread { public: - LocalLister( const QString &path, Chain *cachedTrees, QObject *parent ); + LocalLister( const TQString &path, Chain *cachedTrees, TQObject *tqparent ); static bool readMounts(); private: - QString m_path; + TQString m_path; Chain *m_trees; - QObject *m_parent; + TQObject *m_parent; private: virtual void run(); - Directory *scan( const QCString&, const QCString& ); + Directory *scan( const TQCString&, const TQCString& ); private: - static QStringList s_localMounts, s_remoteMounts; //TODO namespace + static TQStringList s_localMounts, s_remoteMounts; //TODO namespace }; } -- cgit v1.2.1