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/TapeManager.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kdat/TapeManager.h') diff --git a/kdat/TapeManager.h b/kdat/TapeManager.h index bc91aab..b571605 100644 --- a/kdat/TapeManager.h +++ b/kdat/TapeManager.h @@ -19,9 +19,9 @@ #ifndef _TapeManager_h_ #define _TapeManager_h_ -#include -#include -#include +#include +#include +#include #include "Tape.h" @@ -41,13 +41,13 @@ * * The TapeManager follows the Singleton pattern. */ -class TapeManager : public QObject { +class TapeManager : public TQObject { Q_OBJECT static TapeManager* _instance; - QDict _tapes; - QStringList _tapeIDs; + TQDict _tapes; + TQStringList _tapeIDs; Tape* _mountedTape; TapeManager(); @@ -64,9 +64,9 @@ public: /** * Get the list of all known tape IDs. * - * @return a QStringList containing the tape IDs. + * @return a TQStringList containing the tape IDs. */ - const QStringList& getTapeIDs(); + const TQStringList& getTapeIDs(); /** * Retrieve the index for a tape. @@ -74,7 +74,7 @@ public: * @param id the ID of the tape. * @return the tape's index. */ - Tape* findTape( const QString & id ); + Tape* findTape( const TQString & id ); /** * Add a new tape index. -- cgit v1.2.1