diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
commit | aa3a1ca934bc541bddd3fa136a85f106f7da266e (patch) | |
tree | 9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kdat/TapeFileInfoWidget.h | |
parent | b10cf7066791a2f362495890cd50c984e8025412 (diff) | |
download | tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdat/TapeFileInfoWidget.h')
-rw-r--r-- | kdat/TapeFileInfoWidget.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h index 0eaa2a6..e38cd6e 100644 --- a/kdat/TapeFileInfoWidget.h +++ b/kdat/TapeFileInfoWidget.h @@ -19,7 +19,7 @@ #ifndef _TapeFileInfoWidget_h_ #define _TapeFileInfoWidget_h_ -#include <qwidget.h> +#include <tqwidget.h> class QLabel; @@ -28,14 +28,14 @@ class File; /** * @short Display information about a tape file. */ -class TapeFileInfoWidget : public QWidget { +class TapeFileInfoWidget : public TQWidget { Q_OBJECT File* _file; - QLabel* _fileName; - QLabel* _mtime; - QLabel* _startRecord; - QLabel* _endRecord; - QLabel* _size; + TQLabel* _fileName; + TQLabel* _mtime; + TQLabel* _startRecord; + TQLabel* _endRecord; + TQLabel* _size; public: /** * Create a new tape file info widget. @@ -43,7 +43,7 @@ public: * @param parent The parent widget. * @param name The name of this widget. */ - TapeFileInfoWidget( QWidget* parent = 0, const char* name = 0 ); + TapeFileInfoWidget( TQWidget* parent = 0, const char* name = 0 ); /** * Destroy the tape file info widget. |