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/widgets | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/CMakeLists.txt | 4 | ||||
-rw-r--r-- | lib/widgets/Mainpage.dox | 2 | ||||
-rw-r--r-- | lib/widgets/Makefile.am | 4 | ||||
-rw-r--r-- | lib/widgets/fancylistviewitem.cpp | 4 | ||||
-rw-r--r-- | lib/widgets/fancylistviewitem.h | 2 | ||||
-rw-r--r-- | lib/widgets/flagboxes.cpp | 4 | ||||
-rw-r--r-- | lib/widgets/flagboxes.h | 2 | ||||
-rw-r--r-- | lib/widgets/kdevhtmlpart.cpp | 2 | ||||
-rw-r--r-- | lib/widgets/klistviewaction.h | 2 | ||||
-rw-r--r-- | lib/widgets/ksavealldialog.cpp | 2 | ||||
-rw-r--r-- | lib/widgets/ksavealldialog.h | 2 | ||||
-rw-r--r-- | lib/widgets/processwidget.cpp | 4 | ||||
-rw-r--r-- | lib/widgets/processwidget.h | 2 | ||||
-rw-r--r-- | lib/widgets/propeditor/CMakeLists.txt | 2 | ||||
-rw-r--r-- | lib/widgets/propeditor/Mainpage.dox | 4 | ||||
-rw-r--r-- | lib/widgets/propeditor/Makefile.am | 2 | ||||
-rw-r--r-- | lib/widgets/qcomboview.cpp | 2 |
17 files changed, 23 insertions, 23 deletions
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. <b>Link with</b>: -lkdevwidgets -<b>Include path</b>: -I\$(kde_includes)/kdevelop/widgets +<b>Include path</b>: -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 <david.nolden.kdevelop@art-master.de> + Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> 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 <tqpixmap.h> #include <tqapplication.h> #include <tqnamespace.h> -#include <kdeversion.h> +#include <tdeversion.h> #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 <david.nolden.kdevelop@art-master.de> + Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de> 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 <bernd@kdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> This library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ #include <kurlrequester.h> #include <klineedit.h> #include <kdialogbase.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <tqapplication.h> #include <tqtooltip.h> 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 <bernd@kdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@tdevelop.org> Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net> 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 <kxmlguiclient.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kaction.h> 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 <harry@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@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/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 <harry@kdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@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/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 <bernd@kdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@tdevelop.org> 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 <kdeversion.h> +#include <tdeversion.h> #include <tqdir.h> #include <kdebug.h> #include <klocale.h> 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 <bernd@kdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@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/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 -<b>Link with</b>: -lkdevelop +<b>Link with</b>: -ltdevelop -<b>Include path</b>: -I\$(kde_includes)/kdevelop/propeditor +<b>Include path</b>: -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 <kdeversion.h> +#include <tdeversion.h> #ifndef TQT_NO_COMBOBOX #include "tqpopupmenu.h" #include "tqlistview.h" |