diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:52:55 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:52:55 +0000 |
commit | 5f5ee2367157176ed223b86343eb0a9e4022e020 (patch) | |
tree | 6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /ark/arkutils.h | |
parent | 4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff) | |
download | tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.tar.gz tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ark/arkutils.h')
-rw-r--r-- | ark/arkutils.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ark/arkutils.h b/ark/arkutils.h index 4ddea65..6f1f3e3 100644 --- a/ark/arkutils.h +++ b/ark/arkutils.h @@ -32,7 +32,7 @@ #ifndef ARKUTILS_H #define ARKUTILS_H -#include <qstring.h> +#include <tqstring.h> #include <kio/global.h> @@ -43,14 +43,14 @@ namespace ArkUtils { int getYear(int theMonth, int thisYear, int thisMonth); int getMonth(const char *strMonth); - QString fixYear(const QString& strYear); - - QString getTimeStamp(const QString &month, - const QString &day, - const QString &year); - bool haveDirPermissions(const QString &strFile); - bool diskHasSpace(const QString &dir, KIO::filesize_t size); - KIO::filesize_t getSizes(QStringList *list); + TQString fixYear(const TQString& strYear); + + TQString getTimeStamp(const TQString &month, + const TQString &day, + const TQString &year); + bool haveDirPermissions(const TQString &strFile); + bool diskHasSpace(const TQString &dir, KIO::filesize_t size); + KIO::filesize_t getSizes(TQStringList *list); } #endif |