diff options
Diffstat (limited to 'kdat/TapeFileInfoWidget.h')
-rw-r--r-- | kdat/TapeFileInfoWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/TapeFileInfoWidget.h b/kdat/TapeFileInfoWidget.h index c0f4476..c5b3bf9 100644 --- a/kdat/TapeFileInfoWidget.h +++ b/kdat/TapeFileInfoWidget.h @@ -29,7 +29,7 @@ class File; * @short Display information about a tape file. */ class TapeFileInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT File* _file; TQLabel* _fileName; |