summaryrefslogtreecommitdiffstats
path: root/kdat/ArchiveInfoWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/ArchiveInfoWidget.h')
-rw-r--r--kdat/ArchiveInfoWidget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kdat/ArchiveInfoWidget.h b/kdat/ArchiveInfoWidget.h
index 83d7bab..a34d1c9 100644
--- a/kdat/ArchiveInfoWidget.h
+++ b/kdat/ArchiveInfoWidget.h
@@ -19,7 +19,7 @@
#ifndef _ArchiveInfoWidget_h_
#define _ArchiveInfoWidget_h_
-#include <qwidget.h>
+#include <tqwidget.h>
class QLabel;
class QLineEdit;
@@ -30,21 +30,21 @@ class Archive;
/**
* @short Display/edit information about an archive index.
*/
-class ArchiveInfoWidget : public QWidget {
+class ArchiveInfoWidget : public TQWidget {
Q_OBJECT
Archive* _archive;
- QLineEdit* _archiveName;
- QLabel* _ctime;
- QLabel* _size;
- QPushButton* _apply;
+ TQLineEdit* _archiveName;
+ TQLabel* _ctime;
+ TQLabel* _size;
+ TQPushButton* _apply;
private slots:
- void slotTextChanged( const QString& text );
+ void slotTextChanged( const TQString& text );
void slotApply();
public:
/**
* Create a new archive info widget.
*/
- ArchiveInfoWidget( QWidget* parent = 0, const char* name = 0 );
+ ArchiveInfoWidget( TQWidget* parent = 0, const char* name = 0 );
/**
* Destroy the archive info widget.