diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/fileview | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/fileview')
-rw-r--r-- | parts/fileview/CMakeLists.txt | 4 | ||||
-rw-r--r-- | parts/fileview/Makefile.am | 4 | ||||
-rw-r--r-- | parts/fileview/README.dox | 8 | ||||
-rw-r--r-- | parts/fileview/addfilegroupdlg.cpp | 4 | ||||
-rw-r--r-- | parts/fileview/addfilegroupdlg.h | 2 | ||||
-rw-r--r-- | parts/fileview/filegroupsconfigwidget.cpp | 2 | ||||
-rw-r--r-- | parts/fileview/filegroupsconfigwidget.h | 2 | ||||
-rw-r--r-- | parts/fileview/filegroupspart.cpp | 2 | ||||
-rw-r--r-- | parts/fileview/filegroupspart.h | 2 | ||||
-rw-r--r-- | parts/fileview/filegroupswidget.cpp | 4 | ||||
-rw-r--r-- | parts/fileview/filegroupswidget.h | 2 | ||||
-rw-r--r-- | parts/fileview/filetreeviewwidgetimpl.cpp | 2 | ||||
-rw-r--r-- | parts/fileview/filetreewidget.cpp | 6 | ||||
-rw-r--r-- | parts/fileview/filetreewidget.h | 2 | ||||
-rw-r--r-- | parts/fileview/fileviewpart.cpp | 2 | ||||
-rw-r--r-- | parts/fileview/fileviewpart.h | 2 | ||||
-rw-r--r-- | parts/fileview/partwidget.cpp | 2 | ||||
-rw-r--r-- | parts/fileview/partwidget.h | 2 | ||||
-rw-r--r-- | parts/fileview/vcscolorsconfigwidget.cpp | 2 | ||||
-rw-r--r-- | parts/fileview/vcsfiletreewidgetimpl.cpp | 2 |
20 files changed, 29 insertions, 29 deletions
diff --git a/parts/fileview/CMakeLists.txt b/parts/fileview/CMakeLists.txt index 9f228a18..4f5f87dc 100644 --- a/parts/fileview/CMakeLists.txt +++ b/parts/fileview/CMakeLists.txt @@ -40,7 +40,7 @@ tde_add_kpart( libkdevfileview AUTOMOC vcscolorsconfigwidgetbase.ui vcscolorsconfigwidget.cpp stdfiletreewidgetimpl.cpp filetreeviewwidgetimpl.cpp vcsfiletreewidgetimpl.cpp fileitemfactory.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -52,6 +52,6 @@ tde_add_kpart( libkdevfilegroups AUTOMOC filegroupswidget.cpp addfilegroupdlg.cpp filegroupsconfigwidget.cpp filegroupsconfigwidgetbase.ui filegroupspart.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/fileview/Makefile.am b/parts/fileview/Makefile.am index 7cc33aa6..3211d736 100644 --- a/parts/fileview/Makefile.am +++ b/parts/fileview/Makefile.am @@ -6,10 +6,10 @@ INCLUDES = -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevfileview.la libkdevfilegroups.la libkdevfileview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfileview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfileview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfilegroups_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfilegroups_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfilegroups_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfileview_la_SOURCES = fileviewpart.cpp filetreewidget.cpp partwidget.cpp vcscolorsconfigwidgetbase.ui vcscolorsconfigwidget.cpp stdfiletreewidgetimpl.cpp filetreeviewwidgetimpl.cpp vcsfiletreewidgetimpl.cpp fileitemfactory.cpp diff --git a/parts/fileview/README.dox b/parts/fileview/README.dox index d8143dd1..7eb838e6 100644 --- a/parts/fileview/README.dox +++ b/parts/fileview/README.dox @@ -1,13 +1,13 @@ /** \class FileViewPart The file tree list view for displaying files within project dir. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:mario.scalas AT libero.it">Mario Scalas</a> \feature Provides a way of navigating and interacting with the source files of the current project. -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=file+tree&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file tree component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=file+tree&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file tree component at Bugzilla database</a> \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. @@ -42,12 +42,12 @@ The file tree list view for displaying files within project dir. /** \class FileGroupsPart Allows grouping of project files according to filename patterns. -\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> +\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> \maintainer <a href="mailto:mario.scalas AT libero.it">Mario Scalas</a> \feature Provides a way of navigating and interacting with the source files (grouped by extension type) of the current project. -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=File+Groups&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file groups component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=File+Groups&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">file groups component at Bugzilla database</a> */ diff --git a/parts/fileview/addfilegroupdlg.cpp b/parts/fileview/addfilegroupdlg.cpp index 9e45d1ae..98eec46d 100644 --- a/parts/fileview/addfilegroupdlg.cpp +++ b/parts/fileview/addfilegroupdlg.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 * @@ -15,7 +15,7 @@ #include <kbuttonbox.h> #include <klocale.h> #include <kstdguiitem.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "addfilegroupdlg.h" diff --git a/parts/fileview/addfilegroupdlg.h b/parts/fileview/addfilegroupdlg.h index f531d1a3..cd96a448 100644 --- a/parts/fileview/addfilegroupdlg.h +++ b/parts/fileview/addfilegroupdlg.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 * diff --git a/parts/fileview/filegroupsconfigwidget.cpp b/parts/fileview/filegroupsconfigwidget.cpp index c1a4f5bc..17f58f9a 100644 --- a/parts/fileview/filegroupsconfigwidget.cpp +++ b/parts/fileview/filegroupsconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * diff --git a/parts/fileview/filegroupsconfigwidget.h b/parts/fileview/filegroupsconfigwidget.h index f3f530ad..409c449f 100644 --- a/parts/fileview/filegroupsconfigwidget.h +++ b/parts/fileview/filegroupsconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * diff --git a/parts/fileview/filegroupspart.cpp b/parts/fileview/filegroupspart.cpp index 4451ff2a..92200d03 100644 --- a/parts/fileview/filegroupspart.cpp +++ b/parts/fileview/filegroupspart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * diff --git a/parts/fileview/filegroupspart.h b/parts/fileview/filegroupspart.h index 3a1207ec..7c5a1ba6 100644 --- a/parts/fileview/filegroupspart.h +++ b/parts/fileview/filegroupspart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * diff --git a/parts/fileview/filegroupswidget.cpp b/parts/fileview/filegroupswidget.cpp index 0c498e98..7efefd96 100644 --- a/parts/fileview/filegroupswidget.cpp +++ b/parts/fileview/filegroupswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * @@ -25,7 +25,7 @@ #include <kpopupmenu.h> #include <kxmlguiclient.h> #include <kaction.h> -#include <kdeversion.h> +#include <tdeversion.h> #include "kdevcore.h" #include "kdevproject.h" diff --git a/parts/fileview/filegroupswidget.h b/parts/fileview/filegroupswidget.h index b77bbf8d..a1b60af1 100644 --- a/parts/fileview/filegroupswidget.h +++ b/parts/fileview/filegroupswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * diff --git a/parts/fileview/filetreeviewwidgetimpl.cpp b/parts/fileview/filetreeviewwidgetimpl.cpp index 7ca52b17..2793a52b 100644 --- a/parts/fileview/filetreeviewwidgetimpl.cpp +++ b/parts/fileview/filetreeviewwidgetimpl.cpp @@ -14,7 +14,7 @@ #include <kdebug.h> #include <kaction.h> #include <klocale.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdevproject.h> diff --git a/parts/fileview/filetreewidget.cpp b/parts/fileview/filetreewidget.cpp index f5aa0ff4..fb4560fc 100644 --- a/parts/fileview/filetreewidget.cpp +++ b/parts/fileview/filetreewidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Mario Scalas (VCS Support) * * mario.scalas@libero.it * * * @@ -45,7 +45,7 @@ using namespace filetreeview; // class FileTreeViewItem /////////////////////////////////////////////////////////////////////////////// -#include <kdeversion.h> +#include <tdeversion.h> /////////////////////////////////////////////////////////////////////////////// // class FileTreeWidget @@ -164,7 +164,7 @@ void FileTreeWidget::hideOrShow() return; // Need to skip the root item (which is the sub-directory) - // i.e. "/home/devmario/src/kdevelop/parts/cvsservice" + // i.e. "/home/devmario/src/tdevelop/parts/cvsservice" item = static_cast<FileTreeViewItem*>( item->firstChild() ); // Now fill the sub-tree while (item) diff --git a/parts/fileview/filetreewidget.h b/parts/fileview/filetreewidget.h index 84d45e6d..dfd3bd9e 100644 --- a/parts/fileview/filetreewidget.h +++ b/parts/fileview/filetreewidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Mario Scalas (VCS Support) * * mario.scalas@libero.it * * * diff --git a/parts/fileview/fileviewpart.cpp b/parts/fileview/fileviewpart.cpp index 0e3758c9..0c7ab17d 100644 --- a/parts/fileview/fileviewpart.cpp +++ b/parts/fileview/fileviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Mario Scalas * * mario.scalas@libero.it * * * diff --git a/parts/fileview/fileviewpart.h b/parts/fileview/fileviewpart.h index 0dfd4796..c8cbd854 100644 --- a/parts/fileview/fileviewpart.h +++ b/parts/fileview/fileviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 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 * diff --git a/parts/fileview/partwidget.cpp b/parts/fileview/partwidget.cpp index 6b06647c..39177191 100644 --- a/parts/fileview/partwidget.cpp +++ b/parts/fileview/partwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.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/parts/fileview/partwidget.h b/parts/fileview/partwidget.h index 3dfa18a6..c3ad85b1 100644 --- a/parts/fileview/partwidget.h +++ b/parts/fileview/partwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by KDevelop authors * - * kdevelop-devel@kde.org * + * tdevelop-devel@kde.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/parts/fileview/vcscolorsconfigwidget.cpp b/parts/fileview/vcscolorsconfigwidget.cpp index 63067c04..cfbca285 100644 --- a/parts/fileview/vcscolorsconfigwidget.cpp +++ b/parts/fileview/vcscolorsconfigwidget.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: KDevelop Authors <kdevelop-devel@kdevelop.org>, (C) 2003 +// Author: KDevelop Authors <tdevelop-devel@tdevelop.org>, (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/parts/fileview/vcsfiletreewidgetimpl.cpp b/parts/fileview/vcsfiletreewidgetimpl.cpp index 79486ec0..0e102cd9 100644 --- a/parts/fileview/vcsfiletreewidgetimpl.cpp +++ b/parts/fileview/vcsfiletreewidgetimpl.cpp @@ -16,7 +16,7 @@ #include <kaction.h> #include <klocale.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> //#include <kdevproject.h> #include <urlutil.h> |