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/abbrev | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/abbrev')
-rw-r--r-- | parts/abbrev/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/abbrev/Makefile.am | 2 | ||||
-rw-r--r-- | parts/abbrev/README.dox | 4 | ||||
-rw-r--r-- | parts/abbrev/abbrevconfigwidget.cpp | 4 | ||||
-rw-r--r-- | parts/abbrev/abbrevconfigwidget.h | 4 | ||||
-rw-r--r-- | parts/abbrev/abbrevpart.cpp | 4 | ||||
-rw-r--r-- | parts/abbrev/abbrevpart.h | 4 | ||||
-rw-r--r-- | parts/abbrev/addtemplatedlg.cpp | 2 | ||||
-rw-r--r-- | parts/abbrev/addtemplatedlg.h | 2 |
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 |