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/Tape.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kdat/Tape.h') diff --git a/kdat/Tape.h b/kdat/Tape.h index eab7cb3..335619c 100644 --- a/kdat/Tape.h +++ b/kdat/Tape.h @@ -19,8 +19,8 @@ #ifndef _Tape_h_ #define _Tape_h_ -#include -#include +#include +#include #include "Archive.h" @@ -29,12 +29,12 @@ */ class Tape { bool _stubbed; - QCString _id; + TQCString _id; int _ctime; int _mtime; - QString _name; + TQString _name; int _size; - QPtrList _children; + TQPtrList _children; FILE* _fptr; @@ -77,14 +77,14 @@ public: * * @return The tape id. */ - QString getID(); + TQString getID(); /** * Get the user-specified name for the tape. * * @return The name of the tape. */ - QString getName(); + TQString getName(); /** * Get the date and time that the tape was formatted. @@ -112,14 +112,14 @@ public: * * @return The list of all archives on the tape. */ - const QPtrList& getChildren(); + const TQPtrList& getChildren(); /** * Set the name for the tape. * * @param name The new name for the tape. */ - void setName( const QString & name ); + void setName( const TQString & name ); /** * Set the modification time for the tape to be the current time.. -- cgit v1.2.3