From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- languages/cpp/cppnewclassdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'languages/cpp/cppnewclassdlg.cpp') diff --git a/languages/cpp/cppnewclassdlg.cpp b/languages/cpp/cppnewclassdlg.cpp index aa931991..e08188b2 100644 --- a/languages/cpp/cppnewclassdlg.cpp +++ b/languages/cpp/cppnewclassdlg.cpp @@ -1371,7 +1371,7 @@ bool CppNewClassDialog::ClassGenerator::generate() if ( TQFileInfo( headerPath ).exists() || TQFileInfo( implementationPath ).exists() ) { - KMessageBox::error( &dlg, i18n( "KDevelop is not able to add classes " + KMessageBox::error( &dlg, i18n( "TDevelop is not able to add classes " "to existing header or implementation files." ) ); return false; } @@ -1827,7 +1827,7 @@ void CppNewClassDialog::ClassGenerator::gen_implementation() if ( dlg.gen_config->reformat_box->isChecked() ) { - KDevSourceFormatter * fmt = dlg.m_part->extension( "KDevelop/SourceFormatter" ); + KDevSourceFormatter * fmt = dlg.m_part->extension( "TDevelop/SourceFormatter" ); if ( fmt ) classImpl = fmt->formatSource( classImpl ); } @@ -2053,7 +2053,7 @@ void CppNewClassDialog::ClassGenerator::gen_interface() if ( dlg.gen_config->reformat_box->isChecked() ) { - KDevSourceFormatter * fmt = dlg.m_part->extension( "KDevelop/SourceFormatter" ); + KDevSourceFormatter * fmt = dlg.m_part->extension( "TDevelop/SourceFormatter" ); if ( fmt ) classIntf = fmt->formatSource( classIntf ); } -- cgit v1.2.3