summaryrefslogtreecommitdiffstats
path: root/src/gvcore/busylevelmanager.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-20 12:49:18 +0900
commitf5f3eb33f587085077453d74aadffa2d2377a73d (patch)
treef73f0fbd0506645451bd3d0093b9fb0319ef6883 /src/gvcore/busylevelmanager.h
parent5ef66e4a17dcb67db72698396732b77a69dcd9e2 (diff)
downloadgwenview-f5f3eb33f587085077453d74aadffa2d2377a73d.tar.gz
gwenview-f5f3eb33f587085077453d74aadffa2d2377a73d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gvcore/busylevelmanager.h')
-rw-r--r--src/gvcore/busylevelmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/busylevelmanager.h b/src/gvcore/busylevelmanager.h
index d3cd7b0..d1f22e1 100644
--- a/src/gvcore/busylevelmanager.h
+++ b/src/gvcore/busylevelmanager.h
@@ -42,7 +42,7 @@ enum BusyLevel {
};
class LIBGWENVIEW_EXPORT BusyLevelManager : public TQObject {
-Q_OBJECT
+TQ_OBJECT
public:
static BusyLevelManager* instance();
@@ -82,7 +82,7 @@ private:
destructor resets the busy level to none.
*/
class BusyLevelHelper : public TQObject {
-Q_OBJECT
+TQ_OBJECT
public:
BusyLevelHelper( BusyLevel level );