diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:17:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:17:48 +0900 |
commit | e1e7558d74bce9c95948ff07d0595ac3c5728aba (patch) | |
tree | 861250bee3677a8013fd0213ac4a6b786fd47537 /tdefile-plugins | |
parent | a71adf538f8febd0686d98bd4d2f7b1531431be7 (diff) | |
download | k3b-e1e7558d74bce9c95948ff07d0595ac3c5728aba.tar.gz k3b-e1e7558d74bce9c95948ff07d0595ac3c5728aba.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/k3bproject/tdefile_k3bprojectfileplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/k3bproject/tdefile_k3bprojectfileplugin.h b/tdefile-plugins/k3bproject/tdefile_k3bprojectfileplugin.h index 114a4d9..3b32d59 100644 --- a/tdefile-plugins/k3bproject/tdefile_k3bprojectfileplugin.h +++ b/tdefile-plugins/k3bproject/tdefile_k3bprojectfileplugin.h @@ -25,7 +25,7 @@ class TQStringList; class K3bProjectFilePlugin: public KFilePlugin { - Q_OBJECT + TQ_OBJECT public: |