summaryrefslogtreecommitdiffstats
path: root/kdat/TapeFileInfoWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/TapeFileInfoWidget.h')
-rw-r--r--kdat/TapeFileInfoWidget.h16
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.