summaryrefslogtreecommitdiffstats
path: root/parts/abbrev
diff options
context:
space:
mode:
Diffstat (limited to 'parts/abbrev')
-rw-r--r--parts/abbrev/CMakeLists.txt2
-rw-r--r--parts/abbrev/Makefile.am2
-rw-r--r--parts/abbrev/README.dox4
-rw-r--r--parts/abbrev/abbrevconfigwidget.cpp4
-rw-r--r--parts/abbrev/abbrevconfigwidget.h4
-rw-r--r--parts/abbrev/abbrevpart.cpp4
-rw-r--r--parts/abbrev/abbrevpart.h4
-rw-r--r--parts/abbrev/addtemplatedlg.cpp2
-rw-r--r--parts/abbrev/addtemplatedlg.h2
9 files changed, 14 insertions, 14 deletions
diff --git a/parts/abbrev/CMakeLists.txt b/parts/abbrev/CMakeLists.txt
index 8d1df697..219ad73d 100644
--- a/parts/abbrev/CMakeLists.txt
+++ b/parts/abbrev/CMakeLists.txt
@@ -38,6 +38,6 @@ tde_add_kpart( libkdevabbrev AUTOMOC
abbrevpart.cpp abbrevconfigwidget.cpp
abbrevconfigwidgetbase.ui addtemplatedlg.cpp
addtemplatedlgbase.ui
- LINK kdevelop-shared
+ LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/parts/abbrev/Makefile.am b/parts/abbrev/Makefile.am
index 0319852f..f5c3ec2e 100644
--- a/parts/abbrev/Makefile.am
+++ b/parts/abbrev/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensi
kde_module_LTLIBRARIES = libkdevabbrev.la
libkdevabbrev_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevabbrev_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
+libkdevabbrev_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevabbrev_la_SOURCES = abbrevpart.cpp abbrevconfigwidget.cpp abbrevconfigwidgetbase.ui addtemplatedlg.cpp addtemplatedlgbase.ui
diff --git a/parts/abbrev/README.dox b/parts/abbrev/README.dox
index 1c8b3002..f67a6306 100644
--- a/parts/abbrev/README.dox
+++ b/parts/abbrev/README.dox
@@ -1,9 +1,9 @@
/** \class AbbrevPart
Provides support for customizable abbrevations - short words which expand into commonly needed code structures.
-\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:roberto AT kdevelop.org">Roberto Raggi</a>
+\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a>
\feature Feature 1
\feature Feature 2
diff --git a/parts/abbrev/abbrevconfigwidget.cpp b/parts/abbrev/abbrevconfigwidget.cpp
index 6e174603..97f5c02a 100644
--- a/parts/abbrev/abbrevconfigwidget.cpp
+++ b/parts/abbrev/abbrevconfigwidget.cpp
@@ -1,8 +1,8 @@
/***************************************************************************
* Copyright (C) 2002 Roberto Raggi *
- * roberto@kdevelop.org *
+ * roberto@tdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net *
* *
diff --git a/parts/abbrev/abbrevconfigwidget.h b/parts/abbrev/abbrevconfigwidget.h
index 071bff70..7d1e8ecf 100644
--- a/parts/abbrev/abbrevconfigwidget.h
+++ b/parts/abbrev/abbrevconfigwidget.h
@@ -1,8 +1,8 @@
/***************************************************************************
* Copyright (C) 2002 Roberto Raggi *
- * roberto@kdevelop.org *
+ * roberto@tdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net *
* *
diff --git a/parts/abbrev/abbrevpart.cpp b/parts/abbrev/abbrevpart.cpp
index 5a13a32a..09fb97bf 100644
--- a/parts/abbrev/abbrevpart.cpp
+++ b/parts/abbrev/abbrevpart.cpp
@@ -1,8 +1,8 @@
/***************************************************************************
* Copyright (C) 2002 Roberto Raggi *
- * roberto@kdevelop.org *
+ * roberto@tdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net *
* *
diff --git a/parts/abbrev/abbrevpart.h b/parts/abbrev/abbrevpart.h
index 2a1f9416..a04c378f 100644
--- a/parts/abbrev/abbrevpart.h
+++ b/parts/abbrev/abbrevpart.h
@@ -1,8 +1,8 @@
/***************************************************************************
* Copyright (C) 2002 Roberto Raggi *
- * roberto@kdevelop.org *
+ * roberto@tdevelop.org *
* Copyright (C) 2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* Copyright (C) 2003 by Alexander Dymo *
* cloudtemple@mksat.net *
* *
diff --git a/parts/abbrev/addtemplatedlg.cpp b/parts/abbrev/addtemplatedlg.cpp
index a837c08a..a9678b78 100644
--- a/parts/abbrev/addtemplatedlg.cpp
+++ b/parts/abbrev/addtemplatedlg.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org)
+ * Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/abbrev/addtemplatedlg.h b/parts/abbrev/addtemplatedlg.h
index 2721ec3b..28721749 100644
--- a/parts/abbrev/addtemplatedlg.h
+++ b/parts/abbrev/addtemplatedlg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org)
+ * Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public