diff options
Diffstat (limited to 'tdeioslave/svn')
-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: |