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/widgets/CMakeLists.txt | 4 ++-- lib/widgets/Mainpage.dox | 2 +- lib/widgets/Makefile.am | 4 ++-- lib/widgets/fancylistviewitem.cpp | 4 ++-- lib/widgets/fancylistviewitem.h | 2 +- lib/widgets/flagboxes.cpp | 4 ++-- lib/widgets/flagboxes.h | 2 +- lib/widgets/kdevhtmlpart.cpp | 2 +- lib/widgets/klistviewaction.h | 2 +- lib/widgets/ksavealldialog.cpp | 2 +- lib/widgets/ksavealldialog.h | 2 +- lib/widgets/processwidget.cpp | 4 ++-- lib/widgets/processwidget.h | 2 +- lib/widgets/propeditor/CMakeLists.txt | 2 +- lib/widgets/propeditor/Mainpage.dox | 4 ++-- lib/widgets/propeditor/Makefile.am | 2 +- lib/widgets/qcomboview.cpp | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) (limited to 'lib/widgets') diff --git a/lib/widgets/CMakeLists.txt b/lib/widgets/CMakeLists.txt index aae0455b..b819bc91 100644 --- a/lib/widgets/CMakeLists.txt +++ b/lib/widgets/CMakeLists.txt @@ -30,12 +30,12 @@ install( FILES ksavealldialog.h resizablecombo.h kcomboview.h kdevhtmlpart.h processlinemaker.h processwidget.h fancylistviewitem.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/widgets ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/widgets ) ##### other data ################################ -install( FILES kdevhtml_partui.rc DESTINATION ${DATA_INSTALL_DIR}/kdevelop ) +install( FILES kdevhtml_partui.rc DESTINATION ${DATA_INSTALL_DIR}/tdevelop ) ##### kdevwidgets (shared) ###################### diff --git a/lib/widgets/Mainpage.dox b/lib/widgets/Mainpage.dox index 82ae4551..1208c02f 100644 --- a/lib/widgets/Mainpage.dox +++ b/lib/widgets/Mainpage.dox @@ -5,6 +5,6 @@ This library contains a collection of widgets. Link with: -lkdevwidgets -Include path: -I\$(kde_includes)/kdevelop/widgets +Include path: -I\$(kde_includes)/tdevelop/widgets */ diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 59962b1c..f42447e7 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO lib_LTLIBRARIES = libkdevwidgets.la -kdevwidgetsincludedir = $(includedir)/kdevelop/widgets +kdevwidgetsincludedir = $(includedir)/tdevelop/widgets libkdevwidgets_la_SOURCES = flagboxes.cpp qcomboview.cpp klistviewaction.cpp \ kcomboview.cpp resizablecombo.cpp kdevhtmlpart.cpp processlinemaker.cpp \ @@ -20,7 +20,7 @@ SUBDIRS = propeditor libkdevwidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la libkdevwidgets_la_LDFLAGS = -no-undefined $(all_libraries) -rcdir = $(kde_datadir)/kdevelop +rcdir = $(kde_datadir)/tdevelop rc_DATA = kdevhtml_partui.rc diff --git a/lib/widgets/fancylistviewitem.cpp b/lib/widgets/fancylistviewitem.cpp index 26677de6..ef911ca0 100644 --- a/lib/widgets/fancylistviewitem.cpp +++ b/lib/widgets/fancylistviewitem.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden + Copyright (C) 2006 David Nolden This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include "fancylistviewitem.h" diff --git a/lib/widgets/fancylistviewitem.h b/lib/widgets/fancylistviewitem.h index ab8b3310..49dc5600 100644 --- a/lib/widgets/fancylistviewitem.h +++ b/lib/widgets/fancylistviewitem.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden + Copyright (C) 2006 David Nolden 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/widgets/flagboxes.cpp b/lib/widgets/flagboxes.cpp index 0f1f9193..038d7936 100644 --- a/lib/widgets/flagboxes.cpp +++ b/lib/widgets/flagboxes.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann + Copyright (C) 2000-2001 Bernd Gehrmann Copyright (C) 2003 Alexander Dymo This library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/lib/widgets/flagboxes.h b/lib/widgets/flagboxes.h index ba04fd10..76e7ab84 100644 --- a/lib/widgets/flagboxes.h +++ b/lib/widgets/flagboxes.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann + Copyright (C) 2000-2001 Bernd Gehrmann Copyright (C) 2003 Alexander Dymo This library is free software; you can redistribute it and/or diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 690c39ac..bb9bc892 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -22,7 +22,7 @@ KDevHTMLPart::KDevHTMLPart() : KHTMLPart(0L, 0L, 0L, "KDevHTMLPart", DefaultGUI ) { - setXMLFile(locate("data", "kdevelop/kdevhtml_partui.rc"), true); + setXMLFile(locate("data", "tdevelop/kdevhtml_partui.rc"), true); connect(browserExtension(), TQT_SIGNAL(openURLRequestDelayed(const KURL &,const KParts::URLArgs &)), this, TQT_SLOT(openURLRequest(const KURL &)) ); diff --git a/lib/widgets/klistviewaction.h b/lib/widgets/klistviewaction.h index d8f53eb8..dfe3414a 100644 --- a/lib/widgets/klistviewaction.h +++ b/lib/widgets/klistviewaction.h @@ -20,7 +20,7 @@ #define KLISTVIEWACTION_H #include -#include +#include #include class KComboView; diff --git a/lib/widgets/ksavealldialog.cpp b/lib/widgets/ksavealldialog.cpp index 0a922b7d..72618589 100644 --- a/lib/widgets/ksavealldialog.cpp +++ b/lib/widgets/ksavealldialog.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 Harald Fernengel 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/widgets/ksavealldialog.h b/lib/widgets/ksavealldialog.h index 8aee6870..36b5089a 100644 --- a/lib/widgets/ksavealldialog.h +++ b/lib/widgets/ksavealldialog.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 Harald Fernengel 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/widgets/processwidget.cpp b/lib/widgets/processwidget.cpp index 3de31905..1b4cb3ab 100644 --- a/lib/widgets/processwidget.cpp +++ b/lib/widgets/processwidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann + Copyright (C) 1999-2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -20,7 +20,7 @@ #include "processwidget.h" #include "processlinemaker.h" -#include +#include #include #include #include diff --git a/lib/widgets/processwidget.h b/lib/widgets/processwidget.h index 15ae5b85..5c33dd86 100644 --- a/lib/widgets/processwidget.h +++ b/lib/widgets/processwidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann + Copyright (C) 1999-2001 Bernd Gehrmann 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/widgets/propeditor/CMakeLists.txt b/lib/widgets/propeditor/CMakeLists.txt index 792ff33c..08a1b665 100644 --- a/lib/widgets/propeditor/CMakeLists.txt +++ b/lib/widgets/propeditor/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/propeditor ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/propeditor ) ##### kdevpropertyeditor (shared) ############### diff --git a/lib/widgets/propeditor/Mainpage.dox b/lib/widgets/propeditor/Mainpage.dox index 6bc81be0..a46f0eb5 100644 --- a/lib/widgets/propeditor/Mainpage.dox +++ b/lib/widgets/propeditor/Mainpage.dox @@ -1,9 +1,9 @@ /** @mainpage The KDevelop Property Editing Library -Link with: -lkdevelop +Link with: -ltdevelop -Include path: -I\$(kde_includes)/kdevelop/propeditor +Include path: -I\$(kde_includes)/tdevelop/propeditor \section whatis What is Property Editor? diff --git a/lib/widgets/propeditor/Makefile.am b/lib/widgets/propeditor/Makefile.am index 08fff469..00bc07ca 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -10,7 +10,7 @@ pcheckbox.cpp pdateedit.cpp pfontcombo.cpp property.cpp ps pcolorbutton.cpp pdatetimeedit.cpp plineedit.cpp propertyeditor.cpp psizepolicyedit.cpp pyesnobutton.cpp\ pcolorcombo.cpp pdoublenuminput.cpp ppixmapedit.cpp propertylist.cpp pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp qeditlistbox.cpp -kdevpropeditorincludedir = $(includedir)/kdevelop/propeditor +kdevpropeditorincludedir = $(includedir)/tdevelop/propeditor kdevpropeditorinclude_HEADERS = childproperty.h pcombobox.h pdummywidget.h ppointedit.h propertymachinefactory.h pcursoredit.h pfontbutton.h prectedit.h propertywidget.h pdateedit.h pfontcombo.h property.h psizeedit.h pdatetimeedit.h plineedit.h propertyeditor.h psizepolicyedit.h pdoublenuminput.h ppixmapedit.h propertylist.h pspinbox.h propertywidgetproxy.h multiproperty.h pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils diff --git a/lib/widgets/qcomboview.cpp b/lib/widgets/qcomboview.cpp index 68e940ae..2dcfb9f3 100644 --- a/lib/widgets/qcomboview.cpp +++ b/lib/widgets/qcomboview.cpp @@ -14,7 +14,7 @@ **********************************************************************/ #include "qcomboview.h" -#include +#include #ifndef TQT_NO_COMBOBOX #include "tqpopupmenu.h" #include "tqlistview.h" -- cgit v1.2.1