diff options
Diffstat (limited to 'src')
95 files changed, 166 insertions, 166 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21b1e75a..34684aa9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,20 +46,20 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/mimewarningdialog.h ${CMAKE_CURRENT_BINARY_DIR}/settingswidget.h simplemainwindow.h multibuffer.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/shell ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/shell ) ##### other data ################################ -install( FILES kdevelopui.rc eventsrc DESTINATION ${DATA_INSTALL_DIR}/kdevelop ) -install( FILES kdeveloprc kdevassistantrc DESTINATION ${CONFIG_INSTALL_DIR} ) +install( FILES tdevelopui.rc eventsrc DESTINATION ${DATA_INSTALL_DIR}/tdevelop ) +install( FILES tdeveloprc kdevassistantrc DESTINATION ${CONFIG_INSTALL_DIR} ) install( FILES kdevassistantui.rc DESTINATION ${DATA_INSTALL_DIR}/kdevassistant ) -install( FILES projectprofiles DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles ) +install( FILES projectprofiles DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles ) -##### kdevelop (executable) ##################### +##### tdevelop (executable) ##################### -tde_add_executable( kdevelop +tde_add_executable( tdevelop SOURCES main.cpp kdevideextension.cpp settingswidget.ui LINK kdevshell-shared @@ -93,6 +93,6 @@ tde_add_library( kdevshell SHARED AUTOMOC VERSION 0.0.0 LINK kdevutil-static d-static kinterfacedesigner-static - profileengine-shared kdevelop-shared kdevwidgets-shared + profileengine-shared tdevelop-shared kdevwidgets-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/src/Mainpage.dox b/src/Mainpage.dox index 77210259..9eddd809 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -5,7 +5,7 @@ This library contains the Shell - a profile-based implementation of KDevelop plu <b>Link with</b>: -lkdevshell -<b>Include path</b>: -I\$(kde_includes)/kdevelop/shell +<b>Include path</b>: -I\$(kde_includes)/tdevelop/shell \section creatingapp Creating an application using generic shell KDevelop platform applications can use generic shell as a ready to use implementation diff --git a/src/Makefile.am b/src/Makefile.am index e88cddfe..701fcbb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,9 +7,9 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/interfaces \ KDE_OPTIONS=nofinal lib_LTLIBRARIES = libkdevshell.la -libkdevshell_la_LDFLAGS = $(all_libraries) -lkdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner +libkdevshell_la_LDFLAGS = $(all_libraries) -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner libkdevshell_la_LIBADD = \ - $(top_builddir)/src/profileengine/lib/libprofileengine.la $(top_builddir)/lib/libkdevelop.la \ + $(top_builddir)/src/profileengine/lib/libprofileengine.la $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/widgets/libkdevwidgets.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la \ $(top_builddir)/src/newui/libd.la $(LIB_KHTML) -lktexteditor -L../lib/interfaces/external/.libs -lkinterfacedesigner libkdevshell_la_SOURCES = api.cpp core.cpp documentationpart.cpp \ @@ -19,29 +19,29 @@ libkdevshell_la_SOURCES = api.cpp core.cpp documentationpart.cpp \ projectmanager.cpp projectsession.cpp shellextension.cpp simplemainwindow.cpp \ splashscreen.cpp statusbar.cpp toplevel.cpp -bin_PROGRAMS = kdevelop kdevassistant +bin_PROGRAMS = tdevelop kdevassistant -kdevelop_SOURCES = main.cpp kdevideextension.cpp settingswidget.ui +tdevelop_SOURCES = main.cpp kdevideextension.cpp settingswidget.ui -kdevelop_METASOURCES = AUTO -kdevelop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner -kdevelop_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner +tdevelop_METASOURCES = AUTO +tdevelop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner +tdevelop_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner -rcdir = $(kde_datadir)/kdevelop -rc_DATA = kdevelopui.rc eventsrc +rcdir = $(kde_datadir)/tdevelop +rc_DATA = tdevelopui.rc eventsrc # default KDevelop configuration -kdevelopdatadir = $(kde_confdir) -kdevelopdata_DATA = kdeveloprc kdevassistantrc +tdevelopdatadir = $(kde_confdir) +tdevelopdata_DATA = tdeveloprc kdevassistantrc SUBDIRS = profiles profileengine newui kconf_update -kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -lkdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner +kdevassistant_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -ltdevelop -L../lib/.libs -L../lib/interfaces/external/.libs -lkinterfacedesigner kdevassistant_SOURCES = main_assistant.cpp kdevassistantextension.cpp kdevassistant_LDADD = libkdevshell.la -L../lib/interfaces/external/.libs -lkinterfacedesigner rc_assistantdir = $(kde_datadir)/kdevassistant rc_assistant_DATA = kdevassistantui.rc -shellincludedir = $(includedir)/kdevelop/shell +shellincludedir = $(includedir)/tdevelop/shell shellinclude_HEADERS = api.h core.h documentationpart.h editorproxy.h \ generalinfowidget.h languageselectwidget.h mainwindowshare.h partcontroller.h \ plugincontroller.h projectmanager.h projectsession.h shellextension.h splashscreen.h \ @@ -52,6 +52,6 @@ DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kpar DOXYGEN_PROJECTNAME = KDevelop Generic Shell DOXYGEN_DOCDIRPREFIX = kdevshell include ../Doxyfile.am -profilesdatadir = $(kde_datadir)/kdevelop/profiles +profilesdatadir = $(kde_datadir)/tdevelop/profiles profilesdata_DATA = projectprofiles diff --git a/src/core.cpp b/src/core.cpp index c189fcf8..61c22403 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -6,7 +6,7 @@ #include <kstatusbar.h> #include <kmainwindow.h> #include <kconfig.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kstandarddirs.h> #include <kglobal.h> #include <kactioncollection.h> diff --git a/src/editorproxy.cpp b/src/editorproxy.cpp index 345af582..ee2db5bc 100644 --- a/src/editorproxy.cpp +++ b/src/editorproxy.cpp @@ -2,7 +2,7 @@ #include <tqpopupmenu.h> #include <tqtimer.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> #include <kconfig.h> #include <kapplication.h> diff --git a/src/editorproxy.h b/src/editorproxy.h index 37cbefc8..aabafa9d 100644 --- a/src/editorproxy.h +++ b/src/editorproxy.h @@ -12,7 +12,7 @@ class TQTimer; #include <kparts/part.h> #include <ktexteditor/markinterface.h> -#include <kdeversion.h> +#include <tdeversion.h> # include <ktexteditor/markinterfaceextension.h> class EditorProxy : public TQObject diff --git a/src/eventsrc b/src/eventsrc index 37425f90..baa16c20 100644 --- a/src/eventsrc +++ b/src/eventsrc @@ -1,5 +1,5 @@ [!Global!] -IconName=kdevelop +IconName=tdevelop Comment=KDevelop Comment[hi]=के-डेवलप diff --git a/src/kconf_update/kdev-gen-settings-kconf_update.cpp b/src/kconf_update/kdev-gen-settings-kconf_update.cpp index b8da1f60..64c0b791 100644 --- a/src/kconf_update/kdev-gen-settings-kconf_update.cpp +++ b/src/kconf_update/kdev-gen-settings-kconf_update.cpp @@ -1,5 +1,5 @@ /* - kconf_update app for migrating kdevelop's ui settings to the new + kconf_update app for migrating tdevelop's ui settings to the new code that will be in 3.3. Copyright (c) 2005 by Matt Rogers <mattr@kde.org> diff --git a/src/kconf_update/kdev-gen-settings.upd b/src/kconf_update/kdev-gen-settings.upd index 3592126f..85f2235d 100644 --- a/src/kconf_update/kdev-gen-settings.upd +++ b/src/kconf_update/kdev-gen-settings.upd @@ -1,7 +1,7 @@ #Update the KDevelop General Settings page to work with the #new UI file created on 20050406 Id=kdev-gen-settings-update/5 -File=kdeveloprc +File=tdeveloprc Script=kdev-gen-settings-kconf_update Options=overwrite AllKeys diff --git a/src/kdevassistantextension.cpp b/src/kdevassistantextension.cpp index ddbfb6bf..d973c297 100644 --- a/src/kdevassistantextension.cpp +++ b/src/kdevassistantextension.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/kdevassistantextension.h b/src/kdevassistantextension.h index 874cafbd..4bb0377b 100644 --- a/src/kdevassistantextension.h +++ b/src/kdevassistantextension.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/kdevelopui.rc b/src/kdevelopui.rc index f1939592..dc4b7d02 100644 --- a/src/kdevelopui.rc +++ b/src/kdevelopui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="33" name="kdevelop" > +<kpartgui version="33" name="tdevelop" > <MenuBar> <Menu name="file" noMerge="1"><text>&File</text> <DefineGroup name="new_merge"/> diff --git a/src/kdevideextension.cpp b/src/kdevideextension.cpp index 432ab2df..fcf3414c 100644 --- a/src/kdevideextension.cpp +++ b/src/kdevideextension.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -54,7 +54,7 @@ void KDevIDEExtension::init() void KDevIDEExtension::createGlobalSettingsPage(KDialogBase *dlg) { KConfig* config = kapp->config(); - TQVBox *vbox = dlg->addVBoxPage(i18n("General"), i18n("General"), BarIcon("kdevelop", KIcon::SizeMedium) ); + TQVBox *vbox = dlg->addVBoxPage(i18n("General"), i18n("General"), BarIcon("tdevelop", KIcon::SizeMedium) ); gsw = new SettingsWidget(vbox, "general settings widget"); gsw->projectsURL->setMode((int)KFile::Directory); @@ -120,7 +120,7 @@ void KDevIDEExtension::acceptGlobalSettingsPage(KDialogBase *dlg) TQString KDevIDEExtension::xmlFile() { - return "kdevelopui.rc"; + return "tdevelopui.rc"; } TQString KDevIDEExtension::defaultProfile() diff --git a/src/kdevideextension.h b/src/kdevideextension.h index 1e25da7e..177d347b 100644 --- a/src/kdevideextension.h +++ b/src/kdevideextension.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/languageselectwidget.cpp b/src/languageselectwidget.cpp index 9fb09d0e..eb77fc44 100644 --- a/src/languageselectwidget.cpp +++ b/src/languageselectwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/languageselectwidget.h b/src/languageselectwidget.h index 1fc247a3..8d4de93b 100644 --- a/src/languageselectwidget.h +++ b/src/languageselectwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/main.cpp b/src/main.cpp index d47d7257..b32e9f8a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,30 +30,30 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { static const char description[] = I18N_NOOP("The KDevelop Integrated Development Environment"); - KAboutData aboutData("kdevelop", I18N_NOOP("KDevelop"), + KAboutData aboutData("tdevelop", I18N_NOOP("KDevelop"), VERSION, description, KAboutData::License_GPL, - I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.kdevelop.org"); - aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@kdevelop.org"); + I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.tdevelop.org"); + aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@tdevelop.org"); aboutData.addAuthor("Amilcar do Carmo Lucas", I18N_NOOP("Release coordinator, API documentation, Doxygen and autoproject patches"), "amilcar@ida.ing.tu-bs.de"); - aboutData.addAuthor("David Nolden", I18N_NOOP("Advanced C++ code completion, C++ support, overall improvements"), "david.nolden.kdevelop@art-master.de"); - aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@kdevelop.org"); + aboutData.addAuthor("David Nolden", I18N_NOOP("Advanced C++ code completion, C++ support, overall improvements"), "david.nolden.tdevelop@art-master.de"); + aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@tdevelop.org"); aboutData.addAuthor("Caleb Tennis", I18N_NOOP("KTabBar, bugfixes"), "caleb@aei-tech.com"); aboutData.addAuthor("Richard Dale", I18N_NOOP("Java & Objective C support"), "Richard_Dale@tipitina.demon.co.uk"); - aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@kdevelop.org"); + aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org"); aboutData.addAuthor("Vladimir Prus", I18N_NOOP("Debugger frontend"), "ghost@cs.msu.su"); - aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@kdevelop.org"); + aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org"); aboutData.addAuthor("Kurt Granroth", I18N_NOOP("KDE application templates"), "kurth@granroth.org"); aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com"); aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org"); aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de"); - aboutData.addAuthor("Megan Webb", I18N_NOOP("Automake manager patches, Astyle plugin update, plugin patches and improvements"),"kdeveloper.megan@gmail.com"); - aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@kdevelop.org"); - aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@kdevelop.org"); + aboutData.addAuthor("Megan Webb", I18N_NOOP("Automake manager patches, Astyle plugin update, plugin patches and improvements"),"tdeveloper.megan@gmail.com"); + aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@tdevelop.org"); + aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@tdevelop.org"); aboutData.addAuthor("Simon Hausmann", I18N_NOOP("Help with KParts infrastructure"), "hausmann@kde.org"); aboutData.addAuthor("Oliver Kellogg", I18N_NOOP("Ada support"), "okellogg@users.sourceforge.net"); aboutData.addAuthor("Andreas Pakulat", I18N_NOOP("TQMake projectmanager, TQt4 Support"), "apaku@gmx.de"); aboutData.addAuthor("Jakob Simon-Gaarde", I18N_NOOP("TQMake projectmanager"), "jsgaarde@tdcspace.dk"); - aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@kdevelop.org"); + aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@tdevelop.org"); aboutData.addAuthor("Mario Scalas", I18N_NOOP("PartExplorer, redesign of CvsPart, patches, bugs(fixes)"), "mario.scalas@libero.it"); aboutData.addAuthor("Jens Dagerbo", I18N_NOOP("Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches"), "jens.dagerbo@swipnet.se"); aboutData.addAuthor("Julian Rockey", I18N_NOOP("Filecreate part and other bits and patches"), "linux@jrockey.com"); @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) aboutData.addCredit("Yann Hodique", I18N_NOOP("Patches"), "Yann.Hodique@lifl.fr"); aboutData.addCredit("Tobias Gl\303\244\303\237er" , I18N_NOOP("Documentation Finder, qmake projectmanager patches, usability improvements, bugfixes ... "), "tobi.web@gmx.de"); aboutData.addCredit("Andreas Koepfle" , I18N_NOOP("TQMake project manager patches"), "koepfle@ti.uni-mannheim.de"); - aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "sascha@kdevelop.org"); + aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "sascha@tdevelop.org"); aboutData.addCredit("Robert Gruber" , I18N_NOOP("SnippetPart, debugger and usability patches"), "rgruber@users.sourceforge.net"); aboutData.addCredit("Zoran Karavla", I18N_NOOP("Artwork for the Ruby language"), "webmaster@the-error.net", "http://the-error.net"); @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) KDevIDEExtension::init(); KDevSplashScreen *splash = 0; - TQString splashFile = locate("appdata", "pics/kdevelop-splash.png"); + TQString splashFile = locate("appdata", "pics/tdevelop-splash.png"); if (!splashFile.isEmpty()) { TQPixmap pm; @@ -126,7 +126,7 @@ int main(int argc, char *argv[]) } else if( args->count() > 0 ){ KURL url = args->url( 0 ); TQString ext = TQFileInfo( url.fileName() ).extension(); - if( ext == "kdevelop" ){ + if( ext == "tdevelop" ){ ProjectManager::getInstance()->loadProject( url ); openProject = true; } @@ -138,7 +138,7 @@ int main(int argc, char *argv[]) } } - kapp->dcopClient()->registerAs("kdevelop"); + kapp->dcopClient()->registerAs("tdevelop"); int ret = app.exec(); diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index f9d87b84..37def99e 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -32,24 +32,24 @@ int main(int argc, char *argv[]) static const char description[] = I18N_NOOP("The KDevelop Integrated Development Environment:\nassistant and documentation viewer"); KAboutData aboutData("kdevassistant", I18N_NOOP("KDevelop Assistant"), VERSION, description, KAboutData::License_GPL, - I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.kdevelop.org"); - aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@kdevelop.org"); + I18N_NOOP("(c) 1999-2007, The KDevelop developers"), "", "http://www.tdevelop.org"); + aboutData.addAuthor("Alexander Dymo", I18N_NOOP("Release coordinator, Overall improvements, Pascal support, C++ support, New File and Documentation parts"), "adymo@tdevelop.org"); aboutData.addAuthor("Amilcar do Carmo Lucas", I18N_NOOP("Release coordinator, API documentation, Doxygen and autoproject patches"), "amilcar@ida.ing.tu-bs.de"); - aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@kdevelop.org"); + aboutData.addAuthor("Bernd Gehrmann", I18N_NOOP("Initial idea, basic architecture, much initial source code"), "bernd@tdevelop.org"); aboutData.addAuthor("Caleb Tennis", I18N_NOOP("KTabBar, bugfixes"), "caleb@aei-tech.com"); aboutData.addAuthor("Richard Dale", I18N_NOOP("Java & Objective C support"), "Richard_Dale@tipitina.demon.co.uk"); - aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@kdevelop.org"); - aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@kdevelop.org"); + aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org"); + aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org"); aboutData.addAuthor("Kurt Granroth", I18N_NOOP("KDE application templates"), "kurth@granroth.org"); aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com"); aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org"); aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de"); - aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@kdevelop.org"); - aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@kdevelop.org"); + aboutData.addAuthor("Harald Fernengel", I18N_NOOP("Ported to TQt 3, patches, valgrind, diff and perforce support"), "harry@tdevelop.org"); + aboutData.addAuthor("Roberto Raggi", I18N_NOOP("TQEditor component, code completion, Abbrev component, C++ support, Java support"), "roberto@tdevelop.org"); aboutData.addAuthor("Simon Hausmann", I18N_NOOP("Help with KParts infrastructure"), "hausmann@kde.org"); aboutData.addAuthor("Oliver Kellogg", I18N_NOOP("Ada support"), "okellogg@users.sourceforge.net"); aboutData.addAuthor("Jakob Simon-Gaarde", I18N_NOOP("TQMake projectmanager"), "jsgaarde@tdcspace.dk"); - aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@kdevelop.org"); + aboutData.addAuthor("F@lk Brettschneider", I18N_NOOP("MDI modes, TQEditor, bugfixes"), "falkbr@tdevelop.org"); aboutData.addAuthor("Mario Scalas", I18N_NOOP("PartExplorer, redesign of CvsPart, patches, bugs(fixes)"), "mario.scalas@libero.it"); aboutData.addAuthor("Jens Dagerbo", I18N_NOOP("Replace, Bookmarks, FileList and CTags2 plugins. Overall improvements and patches"), "jens.dagerbo@swipnet.se"); aboutData.addAuthor("Julian Rockey", I18N_NOOP("Filecreate part and other bits and patches"), "linux@jrockey.com"); @@ -83,7 +83,7 @@ int main(int argc, char *argv[]) KDevAssistantExtension::init(); KDevSplashScreen *splash = 0; - TQString splashFile = locate("data", "kdevelop/pics/kdevassistant-splash.png"); + TQString splashFile = locate("data", "tdevelop/pics/kdevassistant-splash.png"); if (!splashFile.isEmpty()) { TQPixmap pm; diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp index 844bc4a9..6eda3c46 100644 --- a/src/mainwindowshare.cpp +++ b/src/mainwindowshare.cpp @@ -3,7 +3,7 @@ ------------------- begin : 19 Dec 2002 copyright : (C) 2002 by Falk Brettschneider - email : falk@kdevelop.org + email : falk@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -44,7 +44,7 @@ #include <ktexteditor/view.h> #include <ktexteditor/configinterface.h> #include <kparts/partmanager.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> #include <knotifydialog.h> diff --git a/src/mainwindowshare.h b/src/mainwindowshare.h index f56d0201..99248b41 100644 --- a/src/mainwindowshare.h +++ b/src/mainwindowshare.h @@ -3,7 +3,7 @@ ------------------- begin : 19 Dec 2002 copyright : (C) 2002 by Falk Brettschneider - email : falk@kdevelop.org + email : falk@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/src/multibuffer.cpp b/src/multibuffer.cpp index 70975de5..87707e84 100644 --- a/src/multibuffer.cpp +++ b/src/multibuffer.cpp @@ -19,7 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -// Ewww... need this to access KParts::Part::setWidget(), so that kdevelop +// Ewww... need this to access KParts::Part::setWidget(), so that tdevelop // doesn't need to be rearchitected for multiple views before the lazy view // creation can go in #define protected public diff --git a/src/newui/button.cpp b/src/newui/button.cpp index 610f545e..3b483cd4 100644 --- a/src/newui/button.cpp +++ b/src/newui/button.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/button.h b/src/newui/button.h index ecb4d2ab..34ce4e3a 100644 --- a/src/newui/button.h +++ b/src/newui/button.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/buttonbar.cpp b/src/newui/buttonbar.cpp index efc504a7..ddd4249b 100644 --- a/src/newui/buttonbar.cpp +++ b/src/newui/buttonbar.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/buttonbar.h b/src/newui/buttonbar.h index 156b2c6d..ce4ad23b 100644 --- a/src/newui/buttonbar.h +++ b/src/newui/buttonbar.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/comdefs.h b/src/newui/comdefs.h index d71694e1..c2456702 100644 --- a/src/newui/comdefs.h +++ b/src/newui/comdefs.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/ddockwindow.cpp b/src/newui/ddockwindow.cpp index bf7cc627..9ce444eb 100644 --- a/src/newui/ddockwindow.cpp +++ b/src/newui/ddockwindow.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/ddockwindow.h b/src/newui/ddockwindow.h index d98aa375..fd6c0ba8 100644 --- a/src/newui/ddockwindow.h +++ b/src/newui/ddockwindow.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/dmainwindow.cpp b/src/newui/dmainwindow.cpp index 32d47244..4c787886 100644 --- a/src/newui/dmainwindow.cpp +++ b/src/newui/dmainwindow.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -103,7 +103,7 @@ void DMainWindow::addWidget(DTabWidget *tab, TQWidget *widget, const TQString &t if (m_showIconsOnTabs) { const TQPixmap *pixmap = widget->icon(); - const TQIconSet &icons = (pixmap && (pixmap->size().height() <= 16)) ? *(pixmap) : SmallIcon("kdevelop"); + const TQIconSet &icons = (pixmap && (pixmap->size().height() <= 16)) ? *(pixmap) : SmallIcon("tdevelop"); tab->insertTab(widget, icons, title, idx); } else diff --git a/src/newui/dmainwindow.h b/src/newui/dmainwindow.h index 28e0340f..a865add3 100644 --- a/src/newui/dmainwindow.h +++ b/src/newui/dmainwindow.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/docksplitter.cpp b/src/newui/docksplitter.cpp index 647c5f43..8b382fb7 100644 --- a/src/newui/docksplitter.cpp +++ b/src/newui/docksplitter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/docksplitter.h b/src/newui/docksplitter.h index fc66387c..7368dc2e 100644 --- a/src/newui/docksplitter.h +++ b/src/newui/docksplitter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/dtabwidget.cpp b/src/newui/dtabwidget.cpp index 54fbee41..64b60ee7 100644 --- a/src/newui/dtabwidget.cpp +++ b/src/newui/dtabwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/newui/dtabwidget.h b/src/newui/dtabwidget.h index 4c52a517..f47c7e54 100644 --- a/src/newui/dtabwidget.h +++ b/src/newui/dtabwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/partcontroller.cpp b/src/partcontroller.cpp index ccfafd10..65257b1f 100644 --- a/src/partcontroller.cpp +++ b/src/partcontroller.cpp @@ -36,7 +36,7 @@ #include <kshortcut.h> #include <kcompletion.h> #include <kdirwatch.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kiconloader.h> #include <kuserprofile.h> #include <kencodingfiledialog.h> diff --git a/src/plugincontroller.cpp b/src/plugincontroller.cpp index 3c75fd89..25fb335c 100644 --- a/src/plugincontroller.cpp +++ b/src/plugincontroller.cpp @@ -82,7 +82,7 @@ PluginController::PluginController() /* m_defaultProfile = TQString::tqfromLatin1( "FullIDE" ); m_defaultProfilePath = kapp->dirs()->localkdedir() + "/" + KStandardDirs::kde_default( "data" ) + - TQString::tqfromLatin1("/kdevelop/profiles/FullIDE");*/ + TQString::tqfromLatin1("/tdevelop/profiles/FullIDE");*/ KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); if( args->isSet("profile") ){ diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp index d835a783..baac2e80 100644 --- a/src/profileengine/editor/main.cpp +++ b/src/profileengine/editor/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -32,7 +32,7 @@ int main(int argc, char **argv) { KAboutData about("kdevprofileeditor", I18N_NOOP("KDevelop Profile Editor"), "1", "", KAboutData::License_GPL, I18N_NOOP("(c) 2004, The KDevelop Developers"), 0, 0, ""); - about.addAuthor("Alexander Dymo", 0, "adymo@kdevelop.org"); + about.addAuthor("Alexander Dymo", 0, "adymo@tdevelop.org"); KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::addCmdLineOptions(options); diff --git a/src/profileengine/editor/profileeditor.cpp b/src/profileengine/editor/profileeditor.cpp index a80be429..99921768 100644 --- a/src/profileengine/editor/profileeditor.cpp +++ b/src/profileengine/editor/profileeditor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -32,7 +32,7 @@ #include <kmessagebox.h> #include <kdialogbase.h> #include <kglobalsettings.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <profile.h> diff --git a/src/profileengine/editor/profileeditor.h b/src/profileengine/editor/profileeditor.h index b3c97215..dd1acb87 100644 --- a/src/profileengine/editor/profileeditor.h +++ b/src/profileengine/editor/profileeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/profileengine/lib/CMakeLists.txt b/src/profileengine/lib/CMakeLists.txt index f6cad526..cd36b2da 100644 --- a/src/profileengine/lib/CMakeLists.txt +++ b/src/profileengine/lib/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories( install( FILES profileengine.h profile.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/shell/profileengine ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/shell/profileengine ) ##### profileengine (shared) #################### diff --git a/src/profileengine/lib/Mainpage.dox b/src/profileengine/lib/Mainpage.dox index 72d14aa5..88a443dc 100644 --- a/src/profileengine/lib/Mainpage.dox +++ b/src/profileengine/lib/Mainpage.dox @@ -5,6 +5,6 @@ This library contains plugin profiles engine for KDevelop shell. <b>Link with</b>: -lprofileengine -<b>Include path</b>: -I\$(kde_includes)/kdevelop/shell/profileengine +<b>Include path</b>: -I\$(kde_includes)/tdevelop/shell/profileengine */ diff --git a/src/profileengine/lib/Makefile.am b/src/profileengine/lib/Makefile.am index 967736eb..4bbdbbf5 100644 --- a/src/profileengine/lib/Makefile.am +++ b/src/profileengine/lib/Makefile.am @@ -7,7 +7,7 @@ libprofileengine_la_LDFLAGS = $(all_libraries) libprofileengine_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO) libprofileengine_la_SOURCES = profileengine.cpp profile.cpp -profileincludedir = $(includedir)/kdevelop/shell/profileengine +profileincludedir = $(includedir)/tdevelop/shell/profileengine profileinclude_HEADERS = profileengine.h profile.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces diff --git a/src/profileengine/lib/profile.cpp b/src/profileengine/lib/profile.cpp index 02fe1216..ac30ff87 100644 --- a/src/profileengine/lib/profile.cpp +++ b/src/profileengine/lib/profile.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -32,7 +32,7 @@ Profile::Profile(Profile *parent, const TQString &name) if (m_parent) m_parent->addChildProfile(this); - TQString profileConfig = locate("data", "kdevelop/profiles" + dirName() + "/profile.config"); + TQString profileConfig = locate("data", "tdevelop/profiles" + dirName() + "/profile.config"); KConfig config(profileConfig); config.setGroup("Information"); @@ -83,7 +83,7 @@ TQString Profile::dirName() const void Profile::save() { - TQString profileConfig = locateLocal("data", "kdevelop/profiles" + dirName() + "/profile.config"); + TQString profileConfig = locateLocal("data", "tdevelop/profiles" + dirName() + "/profile.config"); KConfig config(profileConfig); config.setGroup("Information"); @@ -165,7 +165,7 @@ bool Profile::hasInEntryList(EntryList &list, TQString value) bool Profile::remove() { - TQStringList dirs = KGlobal::dirs()->findDirs("data", "kdevelop/profiles" + dirName()); + TQStringList dirs = KGlobal::dirs()->findDirs("data", "tdevelop/profiles" + dirName()); if ((dirs.count() == 1) && dirs[0].startsWith(TQDir::homeDirPath())) return KIO::NetAccess::del(KURL::fromPathOrURL(dirs[0]), 0); return false; @@ -184,7 +184,7 @@ KURL::List Profile::resources(const TQString &nameFilter) for (TQStringList::const_iterator it = resourceDirs.begin(); it != resourceDirs.end(); ++it) { TQString dir = *it; - dir = dir + "kdevelop/profiles" + dirName(); + dir = dir + "tdevelop/profiles" + dirName(); TQDir d(dir); const TQFileInfoList *infoList = d.entryInfoList(nameFilter, TQDir::Files); @@ -200,6 +200,6 @@ KURL::List Profile::resources(const TQString &nameFilter) void Profile::addResource(const KURL &url) { - TQString saveLocation = KGlobal::dirs()->saveLocation("data", "kdevelop/profiles"+dirName(), true); + TQString saveLocation = KGlobal::dirs()->saveLocation("data", "tdevelop/profiles"+dirName(), true); KIO::NetAccess::file_copy(url, KURL::fromPathOrURL(saveLocation), -1, true); } diff --git a/src/profileengine/lib/profile.h b/src/profileengine/lib/profile.h index c6829245..3cbfd6f5 100644 --- a/src/profileengine/lib/profile.h +++ b/src/profileengine/lib/profile.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/profileengine/lib/profileengine.cpp b/src/profileengine/lib/profileengine.cpp index 896d8080..d21a6b58 100644 --- a/src/profileengine/lib/profileengine.cpp +++ b/src/profileengine/lib/profileengine.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -29,7 +29,7 @@ ProfileEngine::ProfileEngine() { - TQStringList dirs = KGlobal::dirs()->findDirs("data", "kdevelop/profiles"); + TQStringList dirs = KGlobal::dirs()->findDirs("data", "tdevelop/profiles"); m_rootProfile = new Profile(0, "KDevelop"); diff --git a/src/profileengine/lib/profileengine.h b/src/profileengine/lib/profileengine.h index 90908afe..d34f9e02 100644 --- a/src/profileengine/lib/profileengine.h +++ b/src/profileengine/lib/profileengine.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo <adymo@kdevelop.org> * + * Copyright (C) 2004 by Alexander Dymo <adymo@tdevelop.org> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -119,7 +119,7 @@ public: KURL::List resourcesRecursive(const TQString &profileName, const TQString &nameFilter); /**Adds a resource for the profile. Resource will be copied to the user profile directory - (like $HOME/.kde/share/apps/kdevelop/profiles/...). + (like $HOME/.kde/share/apps/tdevelop/profiles/...). @param profileName A name of the profile. @param url The url to a file to copy as a profile resource.*/ void addResource(const TQString &profileName, const KURL &url); diff --git a/src/profiles/CMakeLists.txt b/src/profiles/CMakeLists.txt index b475eba3..5d886c88 100644 --- a/src/profiles/CMakeLists.txt +++ b/src/profiles/CMakeLists.txt @@ -12,4 +12,4 @@ add_subdirectory( IDE ) add_subdirectory( KDevAssistant ) -install( FILES profile.config DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles ) +install( FILES profile.config DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles ) diff --git a/src/profiles/IDE/CMakeLists.txt b/src/profiles/IDE/CMakeLists.txt index d289d2ca..e98b3133 100644 --- a/src/profiles/IDE/CMakeLists.txt +++ b/src/profiles/IDE/CMakeLists.txt @@ -15,4 +15,4 @@ add_subdirectory( DatabaseIDE ) install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/CMakeLists.txt index 23cb53a2..d7c38929 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/Makefile.am index 43f3c4a3..20ab3ec1 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/AdaIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/CMakeLists.txt index f6ce3450..e681daaf 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/CMakeLists.txt @@ -18,4 +18,4 @@ add_subdirectory( PascalIDE ) install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/CMakeLists.txt index 8894b7f2..9fedc767 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/Makefile.am index 2c4bd865..a1c592aa 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CMakeLists.txt index de60dc53..21eee3b2 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CMakeLists.txt @@ -14,4 +14,4 @@ add_subdirectory( CppIDE ) install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/CMakeLists.txt index 988500e7..20e256e4 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( KDECppIDE ) install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/CMakeLists.txt index ada93dc8..c87e4747 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/Makefile.am index 661d148f..5e5e943e 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/Makefile.am index b094d414..79978385 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE profiles_DATA = profile.config SUBDIRS = KDECppIDE diff --git a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/Makefile.am index 7ce0bb6b..5919010d 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/CandCppIDE/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = CIDE CppIDE -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/CMakeLists.txt index 10015e01..a3a56986 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/Makefile.am index a179dc49..c4604064 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/FortranIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/CMakeLists.txt index 62abe7a8..e9b3e62e 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/HaskellIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/HaskellIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/Makefile.am index d131025e..fe5255a1 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/HaskellIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/HaskellIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/HaskellIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/CMakeLists.txt index fb445df5..726990ec 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/Makefile.am index 2bb472df..0911c2a2 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/JavaIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/CompiledLanguageIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/Makefile.am index 17e848a0..6956bb60 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/Makefile.am @@ -1,4 +1,4 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE profiles_DATA = profile.config SUBDIRS = CandCppIDE JavaIDE AdaIDE FortranIDE HaskellIDE PascalIDE diff --git a/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/CMakeLists.txt b/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/CMakeLists.txt index 8917e32f..5b3a61c0 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/CMakeLists.txt +++ b/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE ) diff --git a/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/Makefile.am b/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/Makefile.am index 1a3a3132..7a283aa2 100644 --- a/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/Makefile.am +++ b/src/profiles/IDE/CompiledLanguageIDE/PascalIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/DatabaseIDE/CMakeLists.txt b/src/profiles/IDE/DatabaseIDE/CMakeLists.txt index 3079894b..2acb3950 100644 --- a/src/profiles/IDE/DatabaseIDE/CMakeLists.txt +++ b/src/profiles/IDE/DatabaseIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/DatabaseIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/DatabaseIDE ) diff --git a/src/profiles/IDE/DatabaseIDE/Makefile.am b/src/profiles/IDE/DatabaseIDE/Makefile.am index e6cc84a8..b962977a 100644 --- a/src/profiles/IDE/DatabaseIDE/Makefile.am +++ b/src/profiles/IDE/DatabaseIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/DatabaseIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/DatabaseIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/Makefile.am b/src/profiles/IDE/Makefile.am index aebf65da..390900ae 100644 --- a/src/profiles/IDE/Makefile.am +++ b/src/profiles/IDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE profiles_DATA = profile.config SUBDIRS = CompiledLanguageIDE ScriptingLanguageIDE DatabaseIDE diff --git a/src/profiles/IDE/ScriptingLanguageIDE/CMakeLists.txt b/src/profiles/IDE/ScriptingLanguageIDE/CMakeLists.txt index c5599ed3..9ef55326 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/CMakeLists.txt +++ b/src/profiles/IDE/ScriptingLanguageIDE/CMakeLists.txt @@ -17,4 +17,4 @@ add_subdirectory( ShellIDE ) install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE ) diff --git a/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am index 28f2afbc..083ad47b 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am +++ b/src/profiles/IDE/ScriptingLanguageIDE/Makefile.am @@ -1,4 +1,4 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE profiles_DATA = profile.config SUBDIRS = RubyIDE PerlIDE PHPIDE PythonIDE ShellIDE diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/CMakeLists.txt b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/CMakeLists.txt index 70817f06..98cf1375 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/CMakeLists.txt +++ b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE ) diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am index 0dfc6f41..22445a2c 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am +++ b/src/profiles/IDE/ScriptingLanguageIDE/PHPIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/CMakeLists.txt b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/CMakeLists.txt index c00b57c9..1b4e7733 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/CMakeLists.txt +++ b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE ) diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am index 06f94ac1..6813aec8 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am +++ b/src/profiles/IDE/ScriptingLanguageIDE/PerlIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/CMakeLists.txt b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/CMakeLists.txt index 0a56d3e6..27930052 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/CMakeLists.txt +++ b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE ) diff --git a/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am index 04a98540..2153c62c 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am +++ b/src/profiles/IDE/ScriptingLanguageIDE/PythonIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/CMakeLists.txt b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/CMakeLists.txt index 3890a913..6bfeeeae 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/CMakeLists.txt +++ b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE ) diff --git a/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am index 8728ed31..00012a07 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am +++ b/src/profiles/IDE/ScriptingLanguageIDE/RubyIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE profiles_DATA = profile.config diff --git a/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/CMakeLists.txt b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/CMakeLists.txt index 6fef335e..ec21b7e9 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/CMakeLists.txt +++ b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE ) diff --git a/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am index a62bce23..20833c79 100644 --- a/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am +++ b/src/profiles/IDE/ScriptingLanguageIDE/ShellIDE/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE profiles_DATA = profile.config diff --git a/src/profiles/KDevAssistant/CMakeLists.txt b/src/profiles/KDevAssistant/CMakeLists.txt index f71f9128..1f22e2e7 100644 --- a/src/profiles/KDevAssistant/CMakeLists.txt +++ b/src/profiles/KDevAssistant/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES profile.config - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/KDevAssistant ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/KDevAssistant ) diff --git a/src/profiles/KDevAssistant/Makefile.am b/src/profiles/KDevAssistant/Makefile.am index f8a5f334..dda1dd47 100644 --- a/src/profiles/KDevAssistant/Makefile.am +++ b/src/profiles/KDevAssistant/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles/KDevAssistant +profilesdir = $(kde_datadir)/tdevelop/profiles/KDevAssistant profiles_DATA = profile.config diff --git a/src/profiles/Makefile.am b/src/profiles/Makefile.am index 7d10138d..3e0a706a 100644 --- a/src/profiles/Makefile.am +++ b/src/profiles/Makefile.am @@ -1,3 +1,3 @@ -profilesdir = $(kde_datadir)/kdevelop/profiles +profilesdir = $(kde_datadir)/tdevelop/profiles profiles_DATA = profile.config SUBDIRS = IDE KDevAssistant diff --git a/src/projectmanager.cpp b/src/projectmanager.cpp index 58cbaaef..f7478e75 100644 --- a/src/projectmanager.cpp +++ b/src/projectmanager.cpp @@ -55,7 +55,7 @@ class TQDomDocument; TQString ProjectInfo::sessionFile() const { TQString sf = m_projectURL.path(-1); - sf.truncate(sf.length() - 8); // without ".kdevelop" + sf.truncate(sf.length() - 8); // without ".tdevelop" sf += "kdevses"; // suffix for a KDevelop session file return sf; } @@ -130,7 +130,7 @@ void ProjectManager::slotOpenProject() TQString defaultProjectsDir = config->readPathEntry("DefaultProjectsDir", TQDir::homeDirPath()+"/"); KURL url = KFileDialog::getOpenURL(defaultProjectsDir, - i18n("*.kdevelop|KDevelop 3 Project Files\n" + i18n("*.tdevelop|KDevelop 3 Project Files\n" "*.kdevprj|KDevelop 2 Project Files"), TopLevel::getInstance()->main(), i18n("Open Project") ); @@ -149,7 +149,7 @@ void ProjectManager::slotProjectOptions() KDialogBase::Ok|KDialogBase::Cancel, KDialogBase::Ok, TopLevel::getInstance()->main(), "project options dialog"); - TQVBox *box = dlg.addVBoxPage( i18n("General"), i18n("General"), BarIcon( "kdevelop", KIcon::SizeMedium ) ); + TQVBox *box = dlg.addVBoxPage( i18n("General"), i18n("General"), BarIcon( "tdevelop", KIcon::SizeMedium ) ); GeneralInfoWidget *g = new GeneralInfoWidget(*API::getInstance()->projectDom(), box, "general informations widget"); connect (&dlg, TQT_SIGNAL(okClicked()), g, TQT_SLOT(accept())); @@ -379,7 +379,7 @@ bool ProjectManager::loadProjectFile() KIO::NetAccess::removeTempFile(path); return false; } - if (m_info->m_document.documentElement().nodeName() != "kdevelop") + if (m_info->m_document.documentElement().nodeName() != "tdevelop") { KMessageBox::sorry(TopLevel::getInstance()->main(), i18n("This is not a valid project file.")); @@ -411,7 +411,7 @@ bool ProjectManager::saveProjectFile() API::getInstance()->projectDom()->save(stream, 2); fout.close(); } else { - KTempFile fout(TQString::tqfromLatin1("kdevelop3")); + KTempFile fout(TQString::tqfromLatin1("tdevelop3")); fout.setAutoDelete(true); if (fout.status() != 0) { KMessageBox::sorry(TopLevel::getInstance()->main(), i18n("Could not write the project file.")); @@ -457,7 +457,7 @@ void ProjectManager::getGeneralInfo() if( m_info->m_projectName.isEmpty() ) { m_info->m_projectName = m_info->m_projectURL.filename(); - m_info->m_projectName = m_info->m_projectName.left(m_info->m_projectName.length()-TQString(".kdevelop").length()); + m_info->m_projectName = m_info->m_projectName.left(m_info->m_projectName.length()-TQString(".tdevelop").length()); TQDomElement prjname = m_info->m_document.createElement("projectname"); prjname.appendChild( m_info->m_document.createTextNode( m_info->m_projectName) ); generalEl.appendChild( prjname ); @@ -618,9 +618,9 @@ bool ProjectManager::loadKDevelop2Project( const KURL & url ) return false; } - TQString cmd = KGlobal::dirs()->findExe( "kdevprj2kdevelop" ); + TQString cmd = KGlobal::dirs()->findExe( "kdevprj2tdevelop" ); if (cmd.isEmpty()) { - KMessageBox::sorry(0, i18n("You do not have 'kdevprj2kdevelop' installed.")); + KMessageBox::sorry(0, i18n("You do not have 'kdevprj2tdevelop' installed.")); return false; } @@ -631,13 +631,13 @@ bool ProjectManager::loadKDevelop2Project( const KURL & url ) proc << "perl" << cmd << KShellProcess::quote( url.path() ); proc.start( KProcess::Block ); - TQString projectFile = fileInfo.dirPath( true ) + "/" + fileInfo.baseName() + ".kdevelop"; + TQString projectFile = fileInfo.dirPath( true ) + "/" + fileInfo.baseName() + ".tdevelop"; return loadProject( KURL(projectFile) ); } // TQString ProjectManager::profileByAttributes(const TQString &language, const TQStringList &keywords) // { -// KConfig config(locate("data", "kdevelop/profiles/projectprofiles")); +// KConfig config(locate("data", "tdevelop/profiles/projectprofiles")); // config.setGroup(language); // // TQStringList profileKeywords = TQStringList::split("/", "Empty"); diff --git a/src/projectsession.cpp b/src/projectsession.cpp index 2676f56b..f09967ef 100644 --- a/src/projectsession.cpp +++ b/src/projectsession.cpp @@ -3,7 +3,7 @@ ------------------- begin : 30 Nov 2002 copyright : (C) 2002 by Falk Brettschneider - email : falk@kdevelop.org + email : falk@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -52,7 +52,7 @@ ProjectSession::~ProjectSession() //--------------------------------------------------------------------------- void ProjectSession::initXMLTree() { - // initializes the XML tree on startup of kdevelop and when a project + // initializes the XML tree on startup of tdevelop and when a project // has been closed to ensure that the XML tree exists already including // doctype when a project gets opened that doesn't have a kdevses file // or a new project gets generated (which doesn't have a kdevses file diff --git a/src/projectsession.h b/src/projectsession.h index 6ddccefa..f5370d28 100644 --- a/src/projectsession.h +++ b/src/projectsession.h @@ -3,7 +3,7 @@ ------------------- begin : 30 Nov 2002 copyright : (C) 2002 by Falk Brettschneider - email : falk@kdevelop.org + email : falk@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -30,7 +30,7 @@ class KDevPlugin; * This class stores and restores the last situation before the certain project * was closed. * Session stuff that is not related to a certain project doesn't belong to here; - * it must be saved in a program session which likely is "kdeveloprc". + * it must be saved in a program session which likely is "tdeveloprc". **/ class ProjectSession : public TQObject { diff --git a/src/shellextension.cpp b/src/shellextension.cpp index 62572767..931cc603 100644 --- a/src/shellextension.cpp +++ b/src/shellextension.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/shellextension.h b/src/shellextension.h index 1b791b21..807d0b14 100644 --- a/src/shellextension.h +++ b/src/shellextension.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp index e98ce01c..caa7f07d 100644 --- a/src/simplemainwindow.cpp +++ b/src/simplemainwindow.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * @@ -60,7 +60,7 @@ SimpleMainWindow::SimpleMainWindow(TQWidget* parent, const char *name) :DMainWindow(parent, name) { - resize(800, 600); // starts kdevelop at 800x600 the first time + resize(800, 600); // starts tdevelop at 800x600 the first time m_mainWindowShare = new MainWindowShare(TQT_TQOBJECT(this)); connect(m_bottomDock, TQT_SIGNAL(hidden()), TQT_TQOBJECT(this), TQT_SLOT(raiseEditor())); @@ -101,7 +101,7 @@ void SimpleMainWindow::init() "to add KDevelop's installation " "path to the environment variable KDEDIRS and run kbuildsycoca. Restart " "KDevelop afterwards.\n" - "Example for BASH users:\nexport KDEDIRS=/path/to/kdevelop:$KDEDIRS && kbuildsycoca"), + "Example for BASH users:\nexport KDEDIRS=/path/to/tdevelop:$KDEDIRS && kbuildsycoca"), i18n("Could Not Find Plugins") ); } @@ -552,11 +552,11 @@ void SimpleMainWindow::documentChangedState(const KURL &url, DocumentState state } switch (state) { - // we should probably restore the original icon instead of just using "kdevelop", + // we should probably restore the original icon instead of just using "tdevelop", // but I have never seen any other icon in use so this should do for now case Clean: if (m_showIconsOnTabs) - widget->setIcon(SmallIcon("kdevelop", isize)); + widget->setIcon(SmallIcon("tdevelop", isize)); else widget->setIcon(TQPixmap()); break; @@ -988,7 +988,7 @@ void SimpleMainWindow::setCaption(const TQString &caption) { TQString projectname = project->projectName(); - TQString suffix(".kdevelop"); + TQString suffix(".tdevelop"); if (projectname.endsWith(suffix)) projectname.truncate(projectname.length() - suffix.length()); diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h index 193c70eb..7577fff4 100644 --- a/src/simplemainwindow.h +++ b/src/simplemainwindow.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/src/statusbar.cpp b/src/statusbar.cpp index 267e3e2c..b730d55a 100644 --- a/src/statusbar.cpp +++ b/src/statusbar.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -20,7 +20,7 @@ #include <klocale.h> #include <kparts/part.h> #include <ktexteditor/viewcursorinterface.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <ktexteditor/viewstatusmsginterface.h> diff --git a/src/statusbar.h b/src/statusbar.h index e63a8ad0..c17392e8 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * |