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/ImageCache.h | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'kdat/ImageCache.h') diff --git a/kdat/ImageCache.h b/kdat/ImageCache.h index b9bf59b..acf9b29 100644 --- a/kdat/ImageCache.h +++ b/kdat/ImageCache.h @@ -27,19 +27,19 @@ class QPixmap; class ImageCache { static ImageCache* _instance; - QPixmap* _archive; - QPixmap* _backup; - QPixmap* _file; - QPixmap* _folderClosed; - QPixmap* _folderOpen; - QPixmap* _restore; - QPixmap* _selectAll; - QPixmap* _selectNone; - QPixmap* _selectSome; - QPixmap* _tape; - QPixmap* _tapeMounted; - QPixmap* _tapeUnmounted; - QPixmap* _verify; + TQPixmap* _archive; + TQPixmap* _backup; + TQPixmap* _file; + TQPixmap* _folderClosed; + TQPixmap* _folderOpen; + TQPixmap* _restore; + TQPixmap* _selectAll; + TQPixmap* _selectNone; + TQPixmap* _selectSome; + TQPixmap* _tape; + TQPixmap* _tapeMounted; + TQPixmap* _tapeUnmounted; + TQPixmap* _verify; ImageCache(); public: @@ -60,91 +60,91 @@ public: * * @return A pointer to the icon. */ - const QPixmap* getArchive(); + const TQPixmap* getArchive(); /** * Get the toolbar icon used for the backup action. * * @return A pointer to the icon. */ - const QPixmap* getBackup(); + const TQPixmap* getBackup(); /** * Get the tree-node icon used for files. * * @return A pointer to the icon. */ - const QPixmap* getFile(); + const TQPixmap* getFile(); /** * Get the tree-node icon used for a closed folder. * * @return A pointer to the icon. */ - const QPixmap* getFolderClosed(); + const TQPixmap* getFolderClosed(); /** * Get the tree-node icon used for an open folder. * * @return A pointer to the icon. */ - const QPixmap* getFolderOpen(); + const TQPixmap* getFolderOpen(); /** * Get the toolbar icon used for the restore action. * * @return A pointer to the icon. */ - const QPixmap* getRestore(); + const TQPixmap* getRestore(); /** * Get the tree-node icon used when all subnodes are selected. * * @return A pointer to the icon. */ - const QPixmap* getSelectAll(); + const TQPixmap* getSelectAll(); /** * Get the tree-node icon used when no subnodes are selected. * * @return A pointer to the icon. */ - const QPixmap* getSelectNone(); + const TQPixmap* getSelectNone(); /** * Get the tree-node icon used when some subnodes are selected. * * @return A pointer to the icon. */ - const QPixmap* getSelectSome(); + const TQPixmap* getSelectSome(); /** * Get the tree-node icon used for tape indexes. * * @return A pointer to the icon. */ - const QPixmap* getTape(); + const TQPixmap* getTape(); /** * Get the tree-node/toolbar icon used for a mounted tape drive. * * @return A pointer to the icon. */ - const QPixmap* getTapeMounted(); + const TQPixmap* getTapeMounted(); /** * Get the tree-node/toolbar icon used for an unmounted tape drive. * * @return A pointer to the icon. */ - const QPixmap* getTapeUnmounted(); + const TQPixmap* getTapeUnmounted(); /** * Get the toolbar icon used for the verify action. * * @return A pointer to the icon. */ - const QPixmap* getVerify(); + const TQPixmap* getVerify(); }; #endif -- cgit v1.2.1