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 /lib/interfaces/extras | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'lib/interfaces/extras')
-rw-r--r-- | lib/interfaces/extras/CMakeLists.txt | 4 | ||||
-rw-r--r-- | lib/interfaces/extras/Mainpage.dox | 2 | ||||
-rw-r--r-- | lib/interfaces/extras/Makefile.am | 8 | ||||
-rw-r--r-- | lib/interfaces/extras/kdevcompileroptions.h | 2 | ||||
-rw-r--r-- | lib/interfaces/extras/kdevvcsintegrator.cpp | 2 | ||||
-rw-r--r-- | lib/interfaces/extras/kdevvcsintegrator.h | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/lib/interfaces/extras/CMakeLists.txt b/lib/interfaces/extras/CMakeLists.txt index 522a9c10..eb4cdb75 100644 --- a/lib/interfaces/extras/CMakeLists.txt +++ b/lib/interfaces/extras/CMakeLists.txt @@ -23,10 +23,10 @@ link_directories( install( FILES kdevcompileroptions.h kdevvcsintegrator.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extras ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extras ) install( FILES - kdevelopcompileroptions.desktop kdevelopvcsintegrator.desktop + tdevelopcompileroptions.desktop tdevelopvcsintegrator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/extras/Mainpage.dox b/lib/interfaces/extras/Mainpage.dox index f72dade5..454e292e 100644 --- a/lib/interfaces/extras/Mainpage.dox +++ b/lib/interfaces/extras/Mainpage.dox @@ -6,6 +6,6 @@ but that can be implemented by extra plugins or "plugins for plugins". <b>Link with</b>: -lkdevextras -<b>Include path</b>: -I\$(kde_includes)/kdevelop/interfaces/extras +<b>Include path</b>: -I\$(kde_includes)/tdevelop/interfaces/extras */ diff --git a/lib/interfaces/extras/Makefile.am b/lib/interfaces/extras/Makefile.am index 37aa2244..d97c6d77 100644 --- a/lib/interfaces/extras/Makefile.am +++ b/lib/interfaces/extras/Makefile.am @@ -4,13 +4,13 @@ METASOURCES = AUTO libkdevextras_la_LIBADD = $(LIB_QT) libkdevextras_la_LDFLAGS = $(all_libraries) lib_LTLIBRARIES = libkdevextras.la -kdevelopincludedir = $(includedir)/kdevelop/interfaces/extras +tdevelopincludedir = $(includedir)/tdevelop/interfaces/extras servicetypedir = $(kde_servicetypesdir) -kdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h +tdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h libkdevextras_la_SOURCES = kdevcompileroptions.cpp kdevvcsintegrator.cpp -servicetype_DATA = kdevelopcompileroptions.desktop \ - kdevelopvcsintegrator.desktop +servicetype_DATA = tdevelopcompileroptions.desktop \ + tdevelopvcsintegrator.desktop DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library diff --git a/lib/interfaces/extras/kdevcompileroptions.h b/lib/interfaces/extras/kdevcompileroptions.h index 220956f5..abdcf2ea 100644 --- a/lib/interfaces/extras/kdevcompileroptions.h +++ b/lib/interfaces/extras/kdevcompileroptions.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel <hoelzer@kde.org> - Copyright (C) 2002 Roberto Raggi <roberto@kdevelop.org> + Copyright (C) 2002 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/lib/interfaces/extras/kdevvcsintegrator.cpp b/lib/interfaces/extras/kdevvcsintegrator.cpp index 5a6ab429..f26349b7 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.cpp +++ b/lib/interfaces/extras/kdevvcsintegrator.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@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/lib/interfaces/extras/kdevvcsintegrator.h b/lib/interfaces/extras/kdevvcsintegrator.h index b5098e6c..c12d87c4 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.h +++ b/lib/interfaces/extras/kdevvcsintegrator.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo <adymo@kdevelop.org> + Copyright (C) 2004 Alexander Dymo <adymo@tdevelop.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public |