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 36e26e4..618ba06 100644 --- a/kdat/FileInfoWidget.h +++ b/kdat/FileInfoWidget.h @@ -27,7 +27,7 @@ class TQLabel; * @short Display information about a local file. */ class FileInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT TQLabel* _fileName; TQLabel* _ctime; |