diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 09:45:22 +0900 |
commit | 3c9c6c22a3e443bf98087def488e60f381a09bad (patch) | |
tree | cb7c51f7957ad77691b5a370b6d5ed02b9dfca06 /tdeioslave | |
parent | 291c8d1ad96e9d1d6296d8fdef2861a8f12e6e30 (diff) | |
download | tdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.tar.gz tdesdk-3c9c6c22a3e443bf98087def488e60f381a09bad.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44548d3e71aab859c1547104f3419fd288add594)
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/svn/ksvnd/ksvnd.h | 2 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/svn/ksvnd/ksvnd.h b/tdeioslave/svn/ksvnd/ksvnd.h index 90612937..8b69d017 100644 --- a/tdeioslave/svn/ksvnd/ksvnd.h +++ b/tdeioslave/svn/ksvnd/ksvnd.h @@ -28,7 +28,7 @@ class KSvnd : public KDEDModule { - Q_OBJECT + TQ_OBJECT // K_DCOP diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h index e14992e9..cf2943e5 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.h +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.h @@ -26,7 +26,7 @@ #include <tqstringlist.h> class SvnHelper:public TDEApplication { - Q_OBJECT + TQ_OBJECT public: |