diff options
Diffstat (limited to 'kdat/TapeFileInfoWidget.h')
-rw-r--r-- | kdat/TapeFileInfoWidget.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h index 9098fb0..e6f605e 100644 --- a/kdat/TapeFileInfoWidget.h +++ b/kdat/TapeFileInfoWidget.h @@ -30,6 +30,7 @@ class File; */ class TapeFileInfoWidget : public TQWidget { Q_OBJECT + TQ_OBJECT File* _file; TQLabel* _fileName; TQLabel* _mtime; @@ -40,10 +41,10 @@ public: /** * Create a new tape file info widget. * - * @param parent The parent widget. + * @param tqparent The tqparent widget. * @param name The name of this widget. */ - TapeFileInfoWidget( TQWidget* parent = 0, const char* name = 0 ); + TapeFileInfoWidget( TQWidget* tqparent = 0, const char* name = 0 ); /** * Destroy the tape file info widget. |