summaryrefslogtreecommitdiffstats
path: root/kdat/Node.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:05:17 +0900
committerMichele Calgaro <[email protected]>2023-07-21 17:21:13 +0900
commitba0125da0228f6da828a083631845c8b43ba3f39 (patch)
tree186cb740b1017de501e21742f9e098b7efe8ab2f /kdat/Node.h
parentf92dcefd4a64dd894569c235f11a7ba883e0a842 (diff)
downloadtdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.tar.gz
tdeadmin-ba0125da0228f6da828a083631845c8b43ba3f39.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 416c6f3ee66fc83ef557b383b90ebf79d77c1867)
Diffstat (limited to 'kdat/Node.h')
-rw-r--r--kdat/Node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/Node.h b/kdat/Node.h
index 81e1757..5a55aed 100644
--- a/kdat/Node.h
+++ b/kdat/Node.h
@@ -816,7 +816,7 @@ public:
* @short This node represents a tape drive.
*/
class TapeDriveNode : public TQObject, public Node {
- Q_OBJECT
+ TQ_OBJECT
MountedArchiveNode* findArchiveNode( Archive* archive );
@@ -874,7 +874,7 @@ public slots:
* @short This node represents the root of the tape index subtree.
*/
class TapeIndexRootNode : public TQObject, public Node {
- Q_OBJECT
+ TQ_OBJECT
TapeNode* findTapeNode( Tape* tape );
@@ -981,7 +981,7 @@ public:
* @short This node represents the root of the backup profile subtree.
*/
class BackupProfileRootNode : public TQObject, public Node {
- Q_OBJECT
+ TQ_OBJECT
BackupProfileNode* findBackupProfileNode( BackupProfile* backupProfile );