summaryrefslogtreecommitdiffstats
path: root/src/gvcore/imageviewcontroller.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 12:49:18 +0900
committerMichele Calgaro <[email protected]>2023-07-23 18:55:50 +0900
commitd6c24d70fffccecf73e9a8b87432ca798fdd7eb8 (patch)
tree88159c0e3d82e716a213e98815014d4ac20c42af /src/gvcore/imageviewcontroller.h
parenta03a99184d8fd6fd75478096fc8abdbf80e36665 (diff)
downloadgwenview-d6c24d70fffccecf73e9a8b87432ca798fdd7eb8.tar.gz
gwenview-d6c24d70fffccecf73e9a8b87432ca798fdd7eb8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d)
Diffstat (limited to 'src/gvcore/imageviewcontroller.h')
-rw-r--r--src/gvcore/imageviewcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imageviewcontroller.h b/src/gvcore/imageviewcontroller.h
index 0643b61..e97b812 100644
--- a/src/gvcore/imageviewcontroller.h
+++ b/src/gvcore/imageviewcontroller.h
@@ -42,7 +42,7 @@ class ImageView;
class LIBGWENVIEW_EXPORT ImageViewController : public TQObject {
-Q_OBJECT
+TQ_OBJECT
public:
ImageViewController(TQWidget* parent, Document*, TDEActionCollection*);