From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- lib/interfaces/extras/CMakeLists.txt | 4 ++-- lib/interfaces/extras/Mainpage.dox | 2 +- lib/interfaces/extras/Makefile.am | 8 ++++---- lib/interfaces/extras/kdevcompileroptions.h | 2 +- lib/interfaces/extras/kdevvcsintegrator.cpp | 2 +- lib/interfaces/extras/kdevvcsintegrator.h | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/interfaces/extras') 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". Link with: -lkdevextras -Include path: -I\$(kde_includes)/kdevelop/interfaces/extras +Include path: -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 - Copyright (C) 2002 Roberto Raggi + Copyright (C) 2002 Roberto Raggi 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 + Copyright (C) 2004 Alexander Dymo 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 + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public -- cgit v1.2.1