From 416c6f3ee66fc83ef557b383b90ebf79d77c1867 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:17 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kdat/TapeInfoWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/TapeInfoWidget.h') diff --git a/kdat/TapeInfoWidget.h b/kdat/TapeInfoWidget.h index 106adcd..4d9cf0a 100644 --- a/kdat/TapeInfoWidget.h +++ b/kdat/TapeInfoWidget.h @@ -32,7 +32,7 @@ class Tape; * @short Display/edit information about a tape index. */ class TapeInfoWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT Tape* _tape; TQLineEdit* _tapeName; -- cgit v1.2.1