summaryrefslogtreecommitdiffstats
path: root/parts/filter
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
commit2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch)
treeae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/filter
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
Diffstat (limited to 'parts/filter')
-rw-r--r--parts/filter/CMakeLists.txt2
-rw-r--r--parts/filter/Makefile.am2
-rw-r--r--parts/filter/filterpart.cpp2
-rw-r--r--parts/filter/filterpart.h2
-rw-r--r--parts/filter/kdevfilterIface.cpp2
-rw-r--r--parts/filter/shellfilterdlg.cpp4
-rw-r--r--parts/filter/shellfilterdlg.h2
-rw-r--r--parts/filter/shellinsertdlg.cpp4
-rw-r--r--parts/filter/shellinsertdlg.h2
9 files changed, 11 insertions, 11 deletions
diff --git a/parts/filter/CMakeLists.txt b/parts/filter/CMakeLists.txt
index 3fb4b4aa..095144d3 100644
--- a/parts/filter/CMakeLists.txt
+++ b/parts/filter/CMakeLists.txt
@@ -36,6 +36,6 @@ tde_add_kpart( libkdevfilter AUTOMOC
SOURCES
filterpart.cpp shellfilterdlg.cpp shellinsertdlg.cpp
kdevfilterIface.cpp kdevfilterIface.skel
- LINK kdevelop-shared
+ LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/parts/filter/Makefile.am b/parts/filter/Makefile.am
index 5a447405..f68b0cf6 100644
--- a/parts/filter/Makefile.am
+++ b/parts/filter/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all
kde_module_LTLIBRARIES = libkdevfilter.la
libkdevfilter_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevfilter_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
+libkdevfilter_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevfilter_la_SOURCES = filterpart.cpp shellfilterdlg.cpp shellinsertdlg.cpp kdevfilterIface.cpp kdevfilterIface.skel
diff --git a/parts/filter/filterpart.cpp b/parts/filter/filterpart.cpp
index dbb0dfc6..496dc197 100644
--- a/parts/filter/filterpart.cpp
+++ b/parts/filter/filterpart.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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/filter/filterpart.h b/parts/filter/filterpart.h
index e845adcf..5404cebc 100644
--- a/parts/filter/filterpart.h
+++ b/parts/filter/filterpart.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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/filter/kdevfilterIface.cpp b/parts/filter/kdevfilterIface.cpp
index 3df749a4..30ec395c 100644
--- a/parts/filter/kdevfilterIface.cpp
+++ b/parts/filter/kdevfilterIface.cpp
@@ -5,7 +5,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/filter/shellfilterdlg.cpp b/parts/filter/shellfilterdlg.cpp
index 740762d2..6de74381 100644
--- a/parts/filter/shellfilterdlg.cpp
+++ b/parts/filter/shellfilterdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *
@@ -21,7 +21,7 @@
#include <kmessagebox.h>
#include <kprocess.h>
#include <kstdguiitem.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include "kdevplugin.h"
#include "domutil.h"
diff --git a/parts/filter/shellfilterdlg.h b/parts/filter/shellfilterdlg.h
index 842ea928..559beb0d 100644
--- a/parts/filter/shellfilterdlg.h
+++ b/parts/filter/shellfilterdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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/filter/shellinsertdlg.cpp b/parts/filter/shellinsertdlg.cpp
index 17e740b6..353dd7de 100644
--- a/parts/filter/shellinsertdlg.cpp
+++ b/parts/filter/shellinsertdlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *
@@ -22,7 +22,7 @@
#include <kprocess.h>
#include <klineedit.h>
#include <kstdguiitem.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include "kdevplugin.h"
#include "domutil.h"
diff --git a/parts/filter/shellinsertdlg.h b/parts/filter/shellinsertdlg.h
index b6954ade..cd846d45 100644
--- a/parts/filter/shellinsertdlg.h
+++ b/parts/filter/shellinsertdlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 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 *