Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4e2207f14d)
r14.1.x r14.1.1
Michele Calgaro 11 months ago
parent b1a3fa8599
commit 42a10b7638
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -43,7 +43,7 @@
*/
class Locater : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -95,7 +95,7 @@ enum LocateCollapsedIcon { iconBlue, iconGreen, iconGrey, iconOrange, iconRed, i
*/
class LocateProtocol : public TQObject, public TDEIO::SlaveBase
{
Q_OBJECT
TQ_OBJECT
public:
/**

Loading…
Cancel
Save