summaryrefslogtreecommitdiffstats
path: root/kdat/Node.h
diff options
context:
space:
mode:
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 );