diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 19:58:43 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 19:58:43 -0600 |
commit | 7fc46170cb07fb71debd870887b6a85aa89f5e26 (patch) | |
tree | f1d10a0134417509554a0e1d667d39adfd4c24ee /vcs/subversion/subversion_core.cpp | |
parent | 2c241008bc2a541aba15e83447f45970db3f59df (diff) | |
download | tdevelop-7fc46170cb07fb71debd870887b6a85aa89f5e26.tar.gz tdevelop-7fc46170cb07fb71debd870887b6a85aa89f5e26.zip |
Fix kded service and symbol export in support of commit 722ce1ef.
Diffstat (limited to 'vcs/subversion/subversion_core.cpp')
-rw-r--r-- | vcs/subversion/subversion_core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/subversion_core.cpp b/vcs/subversion/subversion_core.cpp index 108bf298..0f67d87d 100644 --- a/vcs/subversion/subversion_core.cpp +++ b/vcs/subversion/subversion_core.cpp @@ -61,7 +61,7 @@ subversionCore::subversionCore(subversionPart *part) m_widget = new subversionWidget(part, 0 , "subversionprocesswidget"); // m_logViewWidget = new SvnLogViewWidget( part, 0 ); // m_part->mainWindow()->embedOutputView( m_logViewWidget, i18n( "Subversion Log" ), i18n( "Subversion Log" ) ); -// if ( ! connectDCOPSignal("kded", "ksvnd", "subversionNotify(TQString,int,int,TQString,int,int,long int,TQString)", "notification(TQString,int,int,TQString,int,int,long int,TQString)", false ) ) +// if ( ! connectDCOPSignal("kded", "tdesvnd", "subversionNotify(TQString,int,int,TQString,int,int,long int,TQString)", "notification(TQString,int,int,TQString,int,int,long int,TQString)", false ) ) // kdWarning() << "Failed to connect to kded dcop signal ! Notifications won't work..." << endl; m_fileInfoProvider = new SVNFileInfoProvider( part ); |