diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 12:49:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 18:55:50 +0900 |
| commit | d6c24d70fffccecf73e9a8b87432ca798fdd7eb8 (patch) | |
| tree | 88159c0e3d82e716a213e98815014d4ac20c42af /src/gvcore/thumbnaildetailsdialog.h | |
| parent | a03a99184d8fd6fd75478096fc8abdbf80e36665 (diff) | |
| download | gwenview-d6c24d70.tar.gz gwenview-d6c24d70.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d)
Diffstat (limited to 'src/gvcore/thumbnaildetailsdialog.h')
| -rw-r--r-- | src/gvcore/thumbnaildetailsdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
