From 0a841682a5517fa5c9807fd0f09ffcf141bf1b35 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:52:14 -0600 Subject: Additional renaming of kde to tde --- kopete/libkopete/compat/kpixmapregionselectorwidget.cpp | 2 +- kopete/libkopete/compat/kpixmapregionselectorwidget.h | 2 +- kopete/libkopete/kautoconfig.cpp | 4 ++-- kopete/libkopete/kautoconfig.h | 4 ++-- kopete/libkopete/kopete_export.h | 2 +- kopete/libkopete/kopeteaccount.cpp | 2 +- kopete/libkopete/kopeteawayaction.cpp | 2 +- kopete/libkopete/kopeteawayaction.h | 2 +- kopete/libkopete/kopetechatsession.cpp | 2 +- kopete/libkopete/kopetecommandhandler.cpp | 2 +- kopete/libkopete/kopetecontact.cpp | 2 +- kopete/libkopete/kopetemetacontact.cpp | 2 +- kopete/libkopete/kopeteplugin.h | 2 +- kopete/libkopete/kopeteprefs.h | 2 +- kopete/libkopete/private/kopeteemoticons.cpp | 2 +- kopete/libkopete/ui/addressbookselectorwidget.cpp | 2 +- kopete/libkopete/ui/kopetestdaction.cpp | 2 +- kopete/libkopete/ui/metacontactselectorwidget.cpp | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) (limited to 'kopete/libkopete') diff --git a/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp b/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp index 453ca98b..25f99824 100644 --- a/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp +++ b/kopete/libkopete/compat/kpixmapregionselectorwidget.cpp @@ -18,7 +18,7 @@ */ /* NOTE: There are two copies of this .h and the .cpp file, with subtle differences. - * One copy is in kdelibs/tdeui, and the other copy is in tdepim/libtdepim + * One copy is in tdelibs/tdeui, and the other copy is in tdepim/libtdepim * This is because tdepim has to remain backwards compatible. Any changes * to either file should be made to the other. */ diff --git a/kopete/libkopete/compat/kpixmapregionselectorwidget.h b/kopete/libkopete/compat/kpixmapregionselectorwidget.h index 5cbb067c..5a9ec050 100644 --- a/kopete/libkopete/compat/kpixmapregionselectorwidget.h +++ b/kopete/libkopete/compat/kpixmapregionselectorwidget.h @@ -34,7 +34,7 @@ class KPopupMenu; * user with a friendly way to select a rectangular subregion of the pixmap. * * NOTE: There are two copies of this .h and the .cpp file, with subtle differences. - * One copy is in kdelibs/tdeui, and the other copy is in tdepim/libtdepim + * One copy is in tdelibs/tdeui, and the other copy is in tdepim/libtdepim * This is because tdepim has to remain backwards compatible. Any changes * to either file should be made to the other. * diff --git a/kopete/libkopete/kautoconfig.cpp b/kopete/libkopete/kautoconfig.cpp index 6dbc1bac..bb28bb0e 100644 --- a/kopete/libkopete/kautoconfig.cpp +++ b/kopete/libkopete/kautoconfig.cpp @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (C) 2003 Benjamin C Meyer (ben+kdelibs at meyerhome dot net) + * Copyright (C) 2003 Benjamin C Meyer (ben+tdelibs at meyerhome dot net) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -25,7 +25,7 @@ #include #include #include -#include +#include /** * Macro function to warn developers when they are making calls diff --git a/kopete/libkopete/kautoconfig.h b/kopete/libkopete/kautoconfig.h index ea781976..6be452b0 100644 --- a/kopete/libkopete/kautoconfig.h +++ b/kopete/libkopete/kautoconfig.h @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (C) 2003 Benjamin C Meyer (ben+kdelibs at meyerhome dot net) + * Copyright (C) 2003 Benjamin C Meyer (ben+tdelibs at meyerhome dot net) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -83,7 +83,7 @@ class TQWidget; * * @see KAutoConfigDialog * @since 3.2 - * @author Benjamin C Meyer + * @author Benjamin C Meyer */ class KOPETE_EXPORT KAutoConfig : public TQObject { diff --git a/kopete/libkopete/kopete_export.h b/kopete/libkopete/kopete_export.h index df184b57..2c1e35cf 100644 --- a/kopete/libkopete/kopete_export.h +++ b/kopete/libkopete/kopete_export.h @@ -19,7 +19,7 @@ #define KOPETE_EXPORT_H #include -#include +#include #if KDE_IS_VERSION(3,3,2) #define KOPETE_EXPORT KDE_EXPORT diff --git a/kopete/libkopete/kopeteaccount.cpp b/kopete/libkopete/kopeteaccount.cpp index 9f7b2516..ab9d7624 100644 --- a/kopete/libkopete/kopeteaccount.cpp +++ b/kopete/libkopete/kopeteaccount.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopeteawayaction.cpp b/kopete/libkopete/kopeteawayaction.cpp index ac656fbb..537b01fd 100644 --- a/kopete/libkopete/kopeteawayaction.cpp +++ b/kopete/libkopete/kopeteawayaction.cpp @@ -16,7 +16,7 @@ */ #include -#include +#include #include #include diff --git a/kopete/libkopete/kopeteawayaction.h b/kopete/libkopete/kopeteawayaction.h index 707750f6..25121850 100644 --- a/kopete/libkopete/kopeteawayaction.h +++ b/kopete/libkopete/kopeteawayaction.h @@ -18,7 +18,7 @@ #ifndef KOPETEAWAYACTION_H #define KOPETEAWAYACTION_H -#include +#include #include #include diff --git a/kopete/libkopete/kopetechatsession.cpp b/kopete/libkopete/kopetechatsession.cpp index 9c19ebb5..d49e135c 100644 --- a/kopete/libkopete/kopetechatsession.cpp +++ b/kopete/libkopete/kopetechatsession.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopetecommandhandler.cpp b/kopete/libkopete/kopetecommandhandler.cpp index 04153e86..ec2618bc 100644 --- a/kopete/libkopete/kopetecommandhandler.cpp +++ b/kopete/libkopete/kopetecommandhandler.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/kopetecontact.cpp b/kopete/libkopete/kopetecontact.cpp index 66ecf11f..44eb7c4b 100644 --- a/kopete/libkopete/kopetecontact.cpp +++ b/kopete/libkopete/kopetecontact.cpp @@ -23,7 +23,7 @@ #include -#include +#include #include #include diff --git a/kopete/libkopete/kopetemetacontact.cpp b/kopete/libkopete/kopetemetacontact.cpp index 1db7b1e5..9ec2704c 100644 --- a/kopete/libkopete/kopetemetacontact.cpp +++ b/kopete/libkopete/kopetemetacontact.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include "kabcpersistence.h" #include "kopetecontactlist.h" diff --git a/kopete/libkopete/kopeteplugin.h b/kopete/libkopete/kopeteplugin.h index e22e1b37..cae084ee 100644 --- a/kopete/libkopete/kopeteplugin.h +++ b/kopete/libkopete/kopeteplugin.h @@ -177,7 +177,7 @@ public: signals: /** * Notify that the settings of a plugin were changed. - * These changes are passed on from the new KCDialog code in kdelibs/kutils. + * These changes are passed on from the new KCDialog code in tdelibs/kutils. */ void settingsChanged(); diff --git a/kopete/libkopete/kopeteprefs.h b/kopete/libkopete/kopeteprefs.h index c2d6e291..e27eff55 100644 --- a/kopete/libkopete/kopeteprefs.h +++ b/kopete/libkopete/kopeteprefs.h @@ -18,7 +18,7 @@ #define __KOPETEPREFS_H__ #include -#include +#include #include #include diff --git a/kopete/libkopete/private/kopeteemoticons.cpp b/kopete/libkopete/private/kopeteemoticons.cpp index 26375517..502504f2 100644 --- a/kopete/libkopete/private/kopeteemoticons.cpp +++ b/kopete/libkopete/private/kopeteemoticons.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include diff --git a/kopete/libkopete/ui/addressbookselectorwidget.cpp b/kopete/libkopete/ui/addressbookselectorwidget.cpp index ec9604a8..710d56f1 100644 --- a/kopete/libkopete/ui/addressbookselectorwidget.cpp +++ b/kopete/libkopete/ui/addressbookselectorwidget.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include diff --git a/kopete/libkopete/ui/kopetestdaction.cpp b/kopete/libkopete/ui/kopetestdaction.cpp index b1283a79..e09cdeb4 100644 --- a/kopete/libkopete/ui/kopetestdaction.cpp +++ b/kopete/libkopete/ui/kopetestdaction.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include diff --git a/kopete/libkopete/ui/metacontactselectorwidget.cpp b/kopete/libkopete/ui/metacontactselectorwidget.cpp index 425b1be8..0fa64a4e 100644 --- a/kopete/libkopete/ui/metacontactselectorwidget.cpp +++ b/kopete/libkopete/ui/metacontactselectorwidget.cpp @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.1