From d6c24d70fffccecf73e9a8b87432ca798fdd7eb8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:49:18 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d) --- src/gvcore/thumbnaildetailsdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/thumbnaildetailsdialog.h') diff --git a/src/gvcore/thumbnaildetailsdialog.h b/src/gvcore/thumbnaildetailsdialog.h index 8fe936f..84690b9 100644 --- a/src/gvcore/thumbnaildetailsdialog.h +++ b/src/gvcore/thumbnaildetailsdialog.h @@ -28,7 +28,7 @@ namespace Gwenview { class FileThumbnailView; class ThumbnailDetailsDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ThumbnailDetailsDialog(FileThumbnailView* view); -- cgit v1.2.1