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. --- buildtools/autotools/autodetailsview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/autotools/autodetailsview.cpp') diff --git a/buildtools/autotools/autodetailsview.cpp b/buildtools/autotools/autodetailsview.cpp index 9e1a6526..9c72999f 100644 --- a/buildtools/autotools/autodetailsview.cpp +++ b/buildtools/autotools/autodetailsview.cpp @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2002 by Victor Roeder Copyright (c) 2005 by Matt Rogers @@ -294,7 +294,7 @@ void AutoDetailsView::slotAddNewFile() if ( !titem ) return; - KDevCreateFile * createFileSupport = m_part->extension("KDevelop/CreateFile"); + KDevCreateFile * createFileSupport = m_part->extension("TDevelop/CreateFile"); if (createFileSupport) { KDevCreateFile::CreatedFile crFile = -- cgit v1.2.3