summaryrefslogtreecommitdiffstats
path: root/kdat/ArchiveInfoWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/ArchiveInfoWidget.h')
-rw-r--r--kdat/ArchiveInfoWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdat/ArchiveInfoWidget.h b/kdat/ArchiveInfoWidget.h
index 5e745b0..e9bc175 100644
--- a/kdat/ArchiveInfoWidget.h
+++ b/kdat/ArchiveInfoWidget.h
@@ -32,6 +32,7 @@ class Archive;
*/
class ArchiveInfoWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
Archive* _archive;
TQLineEdit* _archiveName;
TQLabel* _ctime;
@@ -44,7 +45,7 @@ public:
/**
* Create a new archive info widget.
*/
- ArchiveInfoWidget( TQWidget* parent = 0, const char* name = 0 );
+ ArchiveInfoWidget( TQWidget* tqparent = 0, const char* name = 0 );
/**
* Destroy the archive info widget.