diff options
Diffstat (limited to 'parts/grepview')
-rw-r--r-- | parts/grepview/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/grepview/Makefile.am | 2 | ||||
-rw-r--r-- | parts/grepview/README.dox | 4 | ||||
-rw-r--r-- | parts/grepview/grepdlg.cpp | 4 | ||||
-rw-r--r-- | parts/grepview/grepdlg.h | 2 | ||||
-rw-r--r-- | parts/grepview/grepviewpart.cpp | 2 | ||||
-rw-r--r-- | parts/grepview/grepviewpart.h | 2 | ||||
-rw-r--r-- | parts/grepview/grepviewwidget.cpp | 2 | ||||
-rw-r--r-- | parts/grepview/grepviewwidget.h | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/parts/grepview/CMakeLists.txt b/parts/grepview/CMakeLists.txt index 88f421a0..5ad23e4f 100644 --- a/parts/grepview/CMakeLists.txt +++ b/parts/grepview/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_kpart( libkdevgrepview AUTOMOC SOURCES grepviewpart.cpp grepviewwidget.cpp grepdlg.cpp LINK - kdevwidgets-shared kdevelop-shared + kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/grepview/Makefile.am b/parts/grepview/Makefile.am index 49f3c202..c282e75a 100644 --- a/parts/grepview/Makefile.am +++ b/parts/grepview/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ kde_module_LTLIBRARIES = libkdevgrepview.la libkdevgrepview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevgrepview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevgrepview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) libkdevgrepview_la_SOURCES = grepviewpart.cpp grepviewwidget.cpp grepdlg.cpp diff --git a/parts/grepview/README.dox b/parts/grepview/README.dox index d5e9130a..d0f7fbed 100644 --- a/parts/grepview/README.dox +++ b/parts/grepview/README.dox @@ -1,12 +1,12 @@ /** \class GrepViewPart Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions. -\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:jens.dagerbo AT swipnet.se">Jens Dagerbo</a> aka teatime \feature grep works on editor context menu -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=grep%20frontend&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">Grep Frontend component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=grep%20frontend&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">Grep Frontend component at Bugzilla database</a> */ diff --git a/parts/grepview/grepdlg.cpp b/parts/grepview/grepdlg.cpp index db81ff76..18849f40 100644 --- a/parts/grepview/grepdlg.cpp +++ b/parts/grepview/grepdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * 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 * @@ -27,7 +27,7 @@ #include <kconfig.h> #include <kmessagebox.h> #include <kdebug.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqlabel.h> #include <kcombobox.h> #include <kurlcompletion.h> diff --git a/parts/grepview/grepdlg.h b/parts/grepview/grepdlg.h index 08931890..3ddcfd68 100644 --- a/parts/grepview/grepdlg.h +++ b/parts/grepview/grepdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team * - * 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/grepview/grepviewpart.cpp b/parts/grepview/grepviewpart.cpp index 741f3c43..997723c1 100644 --- a/parts/grepview/grepviewpart.cpp +++ b/parts/grepview/grepviewpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-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/grepview/grepviewpart.h b/parts/grepview/grepviewpart.h index f318de75..2a05c5d6 100644 --- a/parts/grepview/grepviewpart.h +++ b/parts/grepview/grepviewpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-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/grepview/grepviewwidget.cpp b/parts/grepview/grepviewwidget.cpp index be31174f..b0cd9968 100644 --- a/parts/grepview/grepviewwidget.cpp +++ b/parts/grepview/grepviewwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-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/grepview/grepviewwidget.h b/parts/grepview/grepviewwidget.h index cb517c81..430a4794 100644 --- a/parts/grepview/grepviewwidget.h +++ b/parts/grepview/grepviewwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999-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 * |