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 /ksim/monitors/filesystem/filesystemstats.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 'ksim/monitors/filesystem/filesystemstats.h')
-rw-r--r-- | ksim/monitors/filesystem/filesystemstats.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ksim/monitors/filesystem/filesystemstats.h b/ksim/monitors/filesystem/filesystemstats.h index 3ea8f74..51f2f7b 100644 --- a/ksim/monitors/filesystem/filesystemstats.h +++ b/ksim/monitors/filesystem/filesystemstats.h @@ -20,21 +20,21 @@ #ifndef FILESYSTEMSTATS_H #define FILESYSTEMSTATS_H -#include <qstring.h> -#include <qvaluelist.h> +#include <tqstring.h> +#include <tqvaluelist.h> namespace FilesystemStats { struct Entry { - QString dir; - QString fsname; - QString type; + TQString dir; + TQString fsname; + TQString type; }; - typedef QValueList<Entry> List; + typedef TQValueList<Entry> List; List readEntries(); - bool readStats( const QString &, int &, int & ); + bool readStats( const TQString &, int &, int & ); } #endif |