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 --- kio/kfile/kfile.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kio/kfile/kfile.h') diff --git a/kio/kfile/kfile.h b/kio/kfile/kfile.h index 70253f9d8..91f4f4599 100644 --- a/kio/kfile/kfile.h +++ b/kio/kfile/kfile.h @@ -18,7 +18,7 @@ #ifndef KFILE_H #define KFILE_H -#include +#include #include "kdelibs_export.h" @@ -73,26 +73,26 @@ public: // sorting specific - // grr, who had the idea to set QDir::Name to 0x0? - static bool isSortByName( const QDir::SortSpec& sort ) { - return (sort & QDir::Time) != QDir::Time && - (sort & QDir::Size) != QDir::Size; + // grr, who had the idea to set TQDir::Name to 0x0? + static bool isSortByName( const TQDir::SortSpec& sort ) { + return (sort & TQDir::Time) != TQDir::Time && + (sort & TQDir::Size) != TQDir::Size; } - static bool isSortBySize( const QDir::SortSpec& sort ) { - return (sort & QDir::Size) == QDir::Size; + static bool isSortBySize( const TQDir::SortSpec& sort ) { + return (sort & TQDir::Size) == TQDir::Size; } - static bool isSortByDate( const QDir::SortSpec& sort ) { - return (sort & QDir::Time) == QDir::Time; + static bool isSortByDate( const TQDir::SortSpec& sort ) { + return (sort & TQDir::Time) == TQDir::Time; } - static bool isSortDirsFirst( const QDir::SortSpec& sort ) { - return (sort & QDir::DirsFirst) == QDir::DirsFirst; + static bool isSortDirsFirst( const TQDir::SortSpec& sort ) { + return (sort & TQDir::DirsFirst) == TQDir::DirsFirst; } - static bool isSortCaseInsensitive( const QDir::SortSpec& sort ) { - return (sort & QDir::IgnoreCase) == QDir::IgnoreCase; + static bool isSortCaseInsensitive( const TQDir::SortSpec& sort ) { + return (sort & TQDir::IgnoreCase) == TQDir::IgnoreCase; } -- cgit v1.2.1