From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdat/File.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kdat/File.h') diff --git a/kdat/File.h b/kdat/File.h index 0dda512..75b1d87 100644 --- a/kdat/File.h +++ b/kdat/File.h @@ -21,8 +21,8 @@ #include -#include -#include +#include +#include #include "Range.h" #include "kdat.h" @@ -44,9 +44,9 @@ class File { int _offset; } _stub; } _union; - QString _name; + TQString _name; File* _parent; - QPtrList _children; + TQPtrList _children; RangeList _ranges; public: /** @@ -63,7 +63,7 @@ public: * the file's path name should be passed in. The rest of the * path is determined by this file entry's ancestors. */ - File( File* parent, int size, int mtime, int startRecord, int endRecord, const QString & name ); + File( File* parent, int size, int mtime, int startRecord, int endRecord, const TQString & name ); /** * Create a new stubbed instance of a file entry. The file pointer and @@ -153,14 +153,14 @@ public: * * @return The file's name. */ - QString getName(); + TQString getName(); /** * Get the full path name of the file. * * @return The full path to the file. */ - QString getFullPathName(); + TQString getFullPathName(); /** * Get the file entry's parent. A NULL parent indicates that this is one @@ -176,14 +176,14 @@ public: * * @return A list of the immediate children of this file entry. */ - const QPtrList& getChildren(); + const TQPtrList& getChildren(); /** * Get the list of ranges of this file and all of its children. * * @return A list of ranges. */ - const QPtrList& getRanges(); + const TQPtrList& getRanges(); /** * Add a new file entry as a child of this file entry. -- cgit v1.2.3