diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /buildtools/autotools | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'buildtools/autotools')
-rw-r--r-- | buildtools/autotools/autodetailsview.cpp | 4 | ||||
-rw-r--r-- | buildtools/autotools/autodetailsview.h | 2 | ||||
-rw-r--r-- | buildtools/autotools/autoprojectwidget.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autoprojectwidget.h | 2 | ||||
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autosubprojectview.h | 2 | ||||
-rw-r--r-- | buildtools/autotools/autotoolsaction.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autotoolsaction.h | 2 | ||||
-rw-r--r-- | buildtools/autotools/configureoptionswidget.cpp | 14 | ||||
-rw-r--r-- | buildtools/autotools/makefilehandler.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/makefilehandler.h | 2 | ||||
-rw-r--r-- | buildtools/autotools/misc.cpp | 4 |
12 files changed, 20 insertions, 20 deletions
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 <victor_roeder@gmx.de> Copyright (c) 2005 by Matt Rogers <mattr@kde.org> @@ -294,7 +294,7 @@ void AutoDetailsView::slotAddNewFile() if ( !titem ) return; - KDevCreateFile * createFileSupport = m_part->extension<KDevCreateFile>("KDevelop/CreateFile"); + KDevCreateFile * createFileSupport = m_part->extension<KDevCreateFile>("TDevelop/CreateFile"); if (createFileSupport) { KDevCreateFile::CreatedFile crFile = diff --git a/buildtools/autotools/autodetailsview.h b/buildtools/autotools/autodetailsview.h index d5017152..d1673cdd 100644 --- a/buildtools/autotools/autodetailsview.h +++ b/buildtools/autotools/autodetailsview.h @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2005 by Matt Rogers <mattr@kde.org> diff --git a/buildtools/autotools/autoprojectwidget.cpp b/buildtools/autotools/autoprojectwidget.cpp index 79f0a1b2..7ffa0ef0 100644 --- a/buildtools/autotools/autoprojectwidget.cpp +++ b/buildtools/autotools/autoprojectwidget.cpp @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@tdevelop.org> Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2005 by Matt Rogers <mattr@kde.org> diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h index f097ad16..7859f472 100644 --- a/buildtools/autotools/autoprojectwidget.h +++ b/buildtools/autotools/autoprojectwidget.h @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2001-2002 by Bernd Gehrmann <bernd@tdevelop.org> Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2005 by Matt Rogers <mattr@kde.org> diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp index 69408d00..71005417 100644 --- a/buildtools/autotools/autosubprojectview.cpp +++ b/buildtools/autotools/autosubprojectview.cpp @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2005 by Matt Rogers <mattr@kde.org> diff --git a/buildtools/autotools/autosubprojectview.h b/buildtools/autotools/autosubprojectview.h index 40d8e730..cfeeb11c 100644 --- a/buildtools/autotools/autosubprojectview.h +++ b/buildtools/autotools/autosubprojectview.h @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2002 by Victor Roeder <victor_roeder@gmx.de> Copyright (c) 2005 by Matt Rogers <mattr@kde.org> diff --git a/buildtools/autotools/autotoolsaction.cpp b/buildtools/autotools/autotoolsaction.cpp index a1deae2c..a9404e69 100644 --- a/buildtools/autotools/autotoolsaction.cpp +++ b/buildtools/autotools/autotoolsaction.cpp @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2005 by Matt Rogers <mattr@kde.org> *************************************************************************** diff --git a/buildtools/autotools/autotoolsaction.h b/buildtools/autotools/autotoolsaction.h index 9315e53c..013bf006 100644 --- a/buildtools/autotools/autotoolsaction.h +++ b/buildtools/autotools/autotoolsaction.h @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2005 by Matt Rogers <mattr@kde.org> *************************************************************************** diff --git a/buildtools/autotools/configureoptionswidget.cpp b/buildtools/autotools/configureoptionswidget.cpp index 8ff8d36c..5ff3e67e 100644 --- a/buildtools/autotools/configureoptionswidget.cpp +++ b/buildtools/autotools/configureoptionswidget.cpp @@ -79,9 +79,9 @@ ConfigureOptionsWidget::ConfigureOptionsWidget(AutoProjectPart *part, TQWidget * TQDomDocument &dom = *part->projectDom(); m_environmentVariablesWidget = new EnvironmentVariablesWidget(dom, "/kdevautoproject/general/envvars", env_groupBox); - coffers = KTrader::self()->query("KDevelop/CompilerOptions", "[X-KDevelop-Language] == 'C'"); - cxxoffers = KTrader::self()->query("KDevelop/CompilerOptions", "[X-KDevelop-Language] == 'C++'"); - f77offers = KTrader::self()->query("KDevelop/CompilerOptions", "[X-KDevelop-Language] == 'Fortran'"); + coffers = KTrader::self()->query("TDevelop/CompilerOptions", "[X-TDevelop-Language] == 'C'"); + cxxoffers = KTrader::self()->query("TDevelop/CompilerOptions", "[X-TDevelop-Language] == 'C++'"); + f77offers = KTrader::self()->query("TDevelop/CompilerOptions", "[X-TDevelop-Language] == 'Fortran'"); ServiceComboBox::insertStringList(cservice_combo, coffers, &cservice_names, &cservice_execs); ServiceComboBox::insertStringList(cxxservice_combo, cxxoffers, &cxxservice_names, &cxxservice_execs); @@ -157,7 +157,7 @@ void ConfigureOptionsWidget::readSettings(const TQString &config) kdDebug(9020) << "No c compiler set" << endl; TQValueList<KService::Ptr>::ConstIterator it; for (it = coffers.begin(); it != coffers.end(); ++it) { - if ((*it)->property("X-KDevelop-Default").toBool()) { + if ((*it)->property("X-TDevelop-Default").toBool()) { kdDebug(9020) << "Found default " << (*it)->name() << endl; ccompiler = (*it)->name(); break; @@ -168,7 +168,7 @@ void ConfigureOptionsWidget::readSettings(const TQString &config) kdDebug(9020) << "No cxx compiler set" << endl; TQValueList<KService::Ptr>::ConstIterator it; for (it = cxxoffers.begin(); it != cxxoffers.end(); ++it) { - if ((*it)->property("X-KDevelop-Default").toBool()) { + if ((*it)->property("X-TDevelop-Default").toBool()) { kdDebug(9020) << "Found default " << (*it)->name() << endl; cxxcompiler = (*it)->name(); break; @@ -179,7 +179,7 @@ void ConfigureOptionsWidget::readSettings(const TQString &config) kdDebug(9020) << "No c compiler set" << endl; TQValueList<KService::Ptr>::ConstIterator it; for (it = f77offers.begin(); it != f77offers.end(); ++it) { - if ((*it)->property("X-KDevelop-Default").toBool()) { + if ((*it)->property("X-TDevelop-Default").toBool()) { kdDebug(9020) << "Found default " << (*it)->name() << endl; f77compiler = (*it)->name(); break; @@ -401,7 +401,7 @@ KDevCompilerOptions *ConfigureOptionsWidget::createCompilerOptions(const TQStrin } TQStringList args; - TQVariant prop = service->property("X-KDevelop-Args"); + TQVariant prop = service->property("X-TDevelop-Args"); if (prop.isValid()) args = TQStringList::split(" ", prop.toString()); diff --git a/buildtools/autotools/makefilehandler.cpp b/buildtools/autotools/makefilehandler.cpp index db30508d..27f4512e 100644 --- a/buildtools/autotools/makefilehandler.cpp +++ b/buildtools/autotools/makefilehandler.cpp @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2005 by Matt Rogers <mattr@kde.org> *************************************************************************** diff --git a/buildtools/autotools/makefilehandler.h b/buildtools/autotools/makefilehandler.h index a104774c..0311500b 100644 --- a/buildtools/autotools/makefilehandler.h +++ b/buildtools/autotools/makefilehandler.h @@ -1,5 +1,5 @@ /* - KDevelop Autotools Support + TDevelop Autotools Support Copyright (c) 2005 by Matt Rogers <mattr@kde.org> *************************************************************************** diff --git a/buildtools/autotools/misc.cpp b/buildtools/autotools/misc.cpp index cbe4d24c..9f6e1cb5 100644 --- a/buildtools/autotools/misc.cpp +++ b/buildtools/autotools/misc.cpp @@ -43,7 +43,7 @@ static KDevCompilerOptions *createCompilerOptions( const TQString &name, TQObjec } TQStringList args; - TQVariant prop = service->property("X-KDevelop-Args"); + TQVariant prop = service->property("X-TDevelop-Args"); if (prop.isValid()) args = TQStringList::split(" ", prop.toString()); @@ -60,7 +60,7 @@ static KDevCompilerOptions *createCompilerOptions( const TQString &name, TQObjec /* TQStringList args; - TQVariant prop = service->property( "X-KDevelop-Args" ); + TQVariant prop = service->property( "X-TDevelop-Args" ); if ( prop.isValid() ) args = TQStringList::split( " ", prop.toString() ); |