summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
commit44548d3e71aab859c1547104f3419fd288add594 (patch)
tree16e117503409cd83a1af0b59a0cfa362316c9635 /tdeioslave
parentb6f300eb213c1eaa7d3a1cece80cc9e7c46dc578 (diff)
downloadtdesdk-44548d3e71aab859c1547104f3419fd288add594.tar.gz
tdesdk-44548d3e71aab859c1547104f3419fd288add594.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/svn/ksvnd/ksvnd.h2
-rw-r--r--tdeioslave/svn/svnhelper/tdeio_svn_helper.h2
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: