diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:11 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:03:17 +0200 |
commit | e19722342046756a90d65060c756198e31ff4457 (patch) | |
tree | 8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /lib/widgets | |
parent | c3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff) | |
download | tdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz tdevelop-e19722342046756a90d65060c756198e31ff4457.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/flagboxes.cpp | 2 | ||||
-rw-r--r-- | lib/widgets/flagboxes.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 | 2 | ||||
-rw-r--r-- | lib/widgets/processwidget.h | 2 | ||||
-rw-r--r-- | lib/widgets/propeditor/Makefile.am | 2 | ||||
-rw-r--r-- | lib/widgets/tdelistviewaction.h | 4 |
8 files changed, 9 insertions, 9 deletions
diff --git a/lib/widgets/flagboxes.cpp b/lib/widgets/flagboxes.cpp index 20fc45be..7e643d66 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@tdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.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/flagboxes.h b/lib/widgets/flagboxes.h index 60b9d850..79c77fa7 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@tdevelop.org> + Copyright (C) 2000-2001 Bernd Gehrmann <bernd@kdevelop.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/ksavealldialog.cpp b/lib/widgets/ksavealldialog.cpp index be5b658f..9690e8a4 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@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.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 d7b989c5..fcd63fc0 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@tdevelop.org> + Copyright (C) 2002 Harald Fernengel <harry@kdevelop.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 4f1e6e83..a4188643 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@tdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.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.h b/lib/widgets/processwidget.h index eaffbfc4..a8279477 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@tdevelop.org> + Copyright (C) 1999-2001 Bernd Gehrmann <bernd@kdevelop.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/Makefile.am b/lib/widgets/propeditor/Makefile.am index e6217ec6..e07d5c69 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/compat $(all_includes) METASOURCES = AUTO lib_LTLIBRARIES = libkdevpropertyeditor.la -libkdevpropertyeditor_la_LIBADD = $(LIB_KIO) +libkdevpropertyeditor_la_LIBADD = $(LIB_TDEIO) libkdevpropertyeditor_la_LDFLAGS = -no-undefined $(all_libraries) libkdevpropertyeditor_la_SOURCES = childproperty.cpp pcombobox.cpp pdummywidget.cpp ppointedit.cpp propertymachinefactory.cpp pstringlistedit.cpp\ multiproperty.cpp pcursoredit.cpp pfontbutton.cpp prectedit.cpp propertywidget.cpp psymbolcombo.cpp\ diff --git a/lib/widgets/tdelistviewaction.h b/lib/widgets/tdelistviewaction.h index bf547ab3..43ce2785 100644 --- a/lib/widgets/tdelistviewaction.h +++ b/lib/widgets/tdelistviewaction.h @@ -16,8 +16,8 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef KLISTVIEWACTION_H -#define KLISTVIEWACTION_H +#ifndef TDELISTVIEWACTION_H +#define TDELISTVIEWACTION_H #include <kxmlguiclient.h> #include <tdeversion.h> |