summaryrefslogtreecommitdiffstats
path: root/src/gvcore/thumbnailloadjob.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:49:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 18:55:50 +0900
commitd6c24d70fffccecf73e9a8b87432ca798fdd7eb8 (patch)
tree88159c0e3d82e716a213e98815014d4ac20c42af /src/gvcore/thumbnailloadjob.h
parenta03a99184d8fd6fd75478096fc8abdbf80e36665 (diff)
downloadgwenview-d6c24d70fffccecf73e9a8b87432ca798fdd7eb8.tar.gz
gwenview-d6c24d70fffccecf73e9a8b87432ca798fdd7eb8.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/thumbnailloadjob.h')
-rw-r--r--src/gvcore/thumbnailloadjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/thumbnailloadjob.h b/src/gvcore/thumbnailloadjob.h
index 283d802..39541a2 100644
--- a/src/gvcore/thumbnailloadjob.h
+++ b/src/gvcore/thumbnailloadjob.h
@@ -45,7 +45,7 @@ typedef TQPtrList<KFileItem> KFileItemList;
namespace Gwenview {
class ThumbnailThread : public TSThread {
-Q_OBJECT
+TQ_OBJECT
public:
void load(
@@ -84,7 +84,7 @@ private:
* A job that determines the thumbnails for the images in the current directory
*/
class LIBGWENVIEW_EXPORT ThumbnailLoadJob : public TDEIO::Job {
-Q_OBJECT
+TQ_OBJECT
public:
/**