summaryrefslogtreecommitdiffstats
path: root/languages/lib
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 /languages/lib
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
Diffstat (limited to 'languages/lib')
-rw-r--r--languages/lib/debugger/CMakeLists.txt2
-rw-r--r--languages/lib/debugger/Mainpage.dox2
-rw-r--r--languages/lib/debugger/Makefile.am2
-rw-r--r--languages/lib/debugger/debugger.h2
-rw-r--r--languages/lib/designer_integration/CMakeLists.txt4
-rw-r--r--languages/lib/designer_integration/Makefile.am2
-rw-r--r--languages/lib/designer_integration/implementationwidget.cpp2
-rw-r--r--languages/lib/designer_integration/implementationwidget.h2
-rw-r--r--languages/lib/designer_integration/qtdesignerintegration.cpp2
-rw-r--r--languages/lib/designer_integration/qtdesignerintegration.h2
-rw-r--r--languages/lib/interfaces/CMakeLists.txt4
-rw-r--r--languages/lib/interfaces/Mainpage.dox2
-rw-r--r--languages/lib/interfaces/Makefile.am4
-rw-r--r--languages/lib/interfaces/kdevpcsimporter.cpp2
-rw-r--r--languages/lib/interfaces/kdevpcsimporter.h2
15 files changed, 18 insertions, 18 deletions
diff --git a/languages/lib/debugger/CMakeLists.txt b/languages/lib/debugger/CMakeLists.txt
index 5e4e118f..0f980a45 100644
--- a/languages/lib/debugger/CMakeLists.txt
+++ b/languages/lib/debugger/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
install( FILES
debugger.h kdevdebugger.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/languages/debugger )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/debugger )
##### lang_debugger (shared) ####################
diff --git a/languages/lib/debugger/Mainpage.dox b/languages/lib/debugger/Mainpage.dox
index 6dfb64ab..5d8b3f2e 100644
--- a/languages/lib/debugger/Mainpage.dox
+++ b/languages/lib/debugger/Mainpage.dox
@@ -5,7 +5,7 @@ This library contains classes to implement debugger support for a programming la
<b>Link with</b>: -llang_debugger
-<b>Include path</b>: -I\$(kde_includes)/kdevelop/languages/debugger
+<b>Include path</b>: -I\$(kde_includes)/tdevelop/languages/debugger
\section usingdebugger Where to use this library
diff --git a/languages/lib/debugger/Makefile.am b/languages/lib/debugger/Makefile.am
index 34e277b7..70484a34 100644
--- a/languages/lib/debugger/Makefile.am
+++ b/languages/lib/debugger/Makefile.am
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = liblang_debugger.la
liblang_debugger_la_LDFLAGS = $(all_libraries)
liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KPARTS) -lktexteditor
liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp
-langincludedirdir = $(includedir)/kdevelop/languages/debugger
+langincludedirdir = $(includedir)/tdevelop/languages/debugger
langincludedir_HEADERS = debugger.h kdevdebugger.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil
diff --git a/languages/lib/debugger/debugger.h b/languages/lib/debugger/debugger.h
index 0b813f66..d5603a69 100644
--- a/languages/lib/debugger/debugger.h
+++ b/languages/lib/debugger/debugger.h
@@ -8,7 +8,7 @@
#include <kparts/part.h>
#include <ktexteditor/markinterface.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <ktexteditor/markinterfaceextension.h>
class KDevPartController;
diff --git a/languages/lib/designer_integration/CMakeLists.txt b/languages/lib/designer_integration/CMakeLists.txt
index ca493996..2b319a90 100644
--- a/languages/lib/designer_integration/CMakeLists.txt
+++ b/languages/lib/designer_integration/CMakeLists.txt
@@ -29,7 +29,7 @@ link_directories(
install( FILES
qtdesignerintegration.h implementationwidget.h
${CMAKE_CURRENT_BINARY_DIR}/implementationwidgetbase.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/languages/designer_integration )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/designer_integration )
##### designerintegration (shared) ##############
@@ -39,6 +39,6 @@ tde_add_library( designerintegration SHARED AUTOMOC
implementationwidgetbase.ui implementationwidget.cpp
qtdesignerintegration.cpp
VERSION 0.0.0
- LINK kdevelop-shared
+ LINK tdevelop-shared
DESTINATION ${LIB_INSTALL_DIR}
)
diff --git a/languages/lib/designer_integration/Makefile.am b/languages/lib/designer_integration/Makefile.am
index 182ff9ad..3ba9afb5 100644
--- a/languages/lib/designer_integration/Makefile.am
+++ b/languages/lib/designer_integration/Makefile.am
@@ -8,7 +8,7 @@ libdesignerintegration_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfa
libdesignerintegration_la_SOURCES = implementationwidgetbase.ui \
implementationwidget.cpp qtdesignerintegration.cpp
-langincludedirdir = $(includedir)/kdevelop/languages/designer_integration
+langincludedirdir = $(includedir)/tdevelop/languages/designer_integration
langincludedir_HEADERS = qtdesignerintegration.h implementationwidget.h implementationwidgetbase.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil
diff --git a/languages/lib/designer_integration/implementationwidget.cpp b/languages/lib/designer_integration/implementationwidget.cpp
index d9a3d6a7..68782e60 100644
--- a/languages/lib/designer_integration/implementationwidget.cpp
+++ b/languages/lib/designer_integration/implementationwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/languages/lib/designer_integration/implementationwidget.h b/languages/lib/designer_integration/implementationwidget.h
index 83b84bb4..d6825d0b 100644
--- a/languages/lib/designer_integration/implementationwidget.h
+++ b/languages/lib/designer_integration/implementationwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/languages/lib/designer_integration/qtdesignerintegration.cpp b/languages/lib/designer_integration/qtdesignerintegration.cpp
index 1d9e0c01..6cd22927 100644
--- a/languages/lib/designer_integration/qtdesignerintegration.cpp
+++ b/languages/lib/designer_integration/qtdesignerintegration.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/languages/lib/designer_integration/qtdesignerintegration.h b/languages/lib/designer_integration/qtdesignerintegration.h
index d1f72aeb..d561d59f 100644
--- a/languages/lib/designer_integration/qtdesignerintegration.h
+++ b/languages/lib/designer_integration/qtdesignerintegration.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2004 by Alexander Dymo *
- * adymo@kdevelop.org *
+ * adymo@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
diff --git a/languages/lib/interfaces/CMakeLists.txt b/languages/lib/interfaces/CMakeLists.txt
index dc4eea21..370eece3 100644
--- a/languages/lib/interfaces/CMakeLists.txt
+++ b/languages/lib/interfaces/CMakeLists.txt
@@ -22,12 +22,12 @@ link_directories(
##### headers ###################################
-install( FILES kdevpcsimporter.h DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/languages/interfaces )
+install( FILES kdevpcsimporter.h DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/interfaces )
##### other data ################################
-install( FILES kdeveloppcsimporter.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
+install( FILES tdeveloppcsimporter.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
##### lang_interfaces (shared) ##################
diff --git a/languages/lib/interfaces/Mainpage.dox b/languages/lib/interfaces/Mainpage.dox
index f31c4bfc..c8cd98b7 100644
--- a/languages/lib/interfaces/Mainpage.dox
+++ b/languages/lib/interfaces/Mainpage.dox
@@ -5,6 +5,6 @@ This library contains interfaces for KDevelop language support facilities.
<b>Link with</b>: -llang_interfaces
-<b>Include path</b>: -I\$(kde_includes)/kdevelop/languages/interfaces
+<b>Include path</b>: -I\$(kde_includes)/tdevelop/languages/interfaces
*/
diff --git a/languages/lib/interfaces/Makefile.am b/languages/lib/interfaces/Makefile.am
index b8ae2a04..d469eaa6 100644
--- a/languages/lib/interfaces/Makefile.am
+++ b/languages/lib/interfaces/Makefile.am
@@ -1,6 +1,6 @@
METASOURCES = AUTO
-langincludedirdir = $(includedir)/kdevelop/languages/interfaces
+langincludedirdir = $(includedir)/tdevelop/languages/interfaces
lib_LTLIBRARIES = liblang_interfaces.la
liblang_interfaces_la_LDFLAGS = $(all_libraries)
liblang_interfaces_la_SOURCES = kdevpcsimporter.cpp
@@ -8,7 +8,7 @@ liblang_interfaces_la_LIBADD = $(LIB_QT)
langincludedir_HEADERS = kdevpcsimporter.h
INCLUDES = $(all_includes)
servicetypedir = $(kde_servicetypesdir)
-servicetype_DATA = kdeveloppcsimporter.desktop
+servicetype_DATA = tdeveloppcsimporter.desktop
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil
DOXYGEN_PROJECTNAME = KDevelop Language Support Interfaces Library
diff --git a/languages/lib/interfaces/kdevpcsimporter.cpp b/languages/lib/interfaces/kdevpcsimporter.cpp
index c4b4e664..b6779322 100644
--- a/languages/lib/interfaces/kdevpcsimporter.cpp
+++ b/languages/lib/interfaces/kdevpcsimporter.cpp
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/languages/lib/interfaces/kdevpcsimporter.h b/languages/lib/interfaces/kdevpcsimporter.h
index 7253a30b..e90fdec2 100644
--- a/languages/lib/interfaces/kdevpcsimporter.h
+++ b/languages/lib/interfaces/kdevpcsimporter.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public