diff options
Diffstat (limited to 'kdat/FileInfoWidget.h')
-rw-r--r-- | kdat/FileInfoWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/FileInfoWidget.h b/kdat/FileInfoWidget.h index 0a36f61..36e26e4 100644 --- a/kdat/FileInfoWidget.h +++ b/kdat/FileInfoWidget.h @@ -28,7 +28,7 @@ class TQLabel; */ class FileInfoWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + TQLabel* _fileName; TQLabel* _ctime; TQLabel* _mtime; |