summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:15:40 +0900
commit4e2207f14d37f4a19a1635c63837f5f37f1d20da (patch)
treeaf86dfd3bd3adb97c28441cef1cb281708b485b1
parentb1a3fa8599e2fc84906cd9877f3efca3ce3238ce (diff)
downloadtdeio-locate-4e2207f14d37f4a19a1635c63837f5f37f1d20da.tar.gz
tdeio-locate-4e2207f14d37f4a19a1635c63837f5f37f1d20da.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/locater.h2
-rw-r--r--src/tdeio_locate.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/locater.h b/src/locater.h
index cde2c5d..5580133 100644
--- a/src/locater.h
+++ b/src/locater.h
@@ -43,7 +43,7 @@
*/
class Locater : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/src/tdeio_locate.h b/src/tdeio_locate.h
index 0afcf03..f776f76 100644
--- a/src/tdeio_locate.h
+++ b/src/tdeio_locate.h
@@ -95,7 +95,7 @@ enum LocateCollapsedIcon { iconBlue, iconGreen, iconGrey, iconOrange, iconRed, i
*/
class LocateProtocol : public TQObject, public TDEIO::SlaveBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**