summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
/**