From c6cb3f27942501d24b0ded69c90ebbf7c43c755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:30 +0200 Subject: Additional k => tde renaming and fixes --- tdespell2/backgroundchecker.h | 4 ++-- tdespell2/backgroundengine.h | 4 ++-- tdespell2/backgroundthread.h | 4 ++-- tdespell2/broker.h | 4 ++-- tdespell2/client.h | 4 ++-- tdespell2/defaultdictionary.h | 4 ++-- tdespell2/dictionary.h | 4 ++-- tdespell2/filter.h | 4 ++-- tdespell2/plugins/aspell/tdespell_aspellclient.h | 4 ++-- tdespell2/plugins/aspell/tdespell_aspelldict.h | 4 ++-- tdespell2/plugins/hspell/tdespell_hspellclient.h | 4 ++-- tdespell2/plugins/hspell/tdespell_hspelldict.h | 4 ++-- tdespell2/plugins/ispell/tdespell_ispellclient.h | 4 ++-- tdespell2/plugins/ispell/tdespell_ispelldict.h | 4 ++-- tdespell2/settings.h | 4 ++-- tdespell2/tests/Makefile.am | 4 ++-- tdespell2/threadevents.h | 4 ++-- tdespell2/ui/configdialog.h | 4 ++-- tdespell2/ui/configwidget.h | 4 ++-- tdespell2/ui/dialog.h | 4 ++-- tdespell2/ui/highlighter.h | 4 ++-- 21 files changed, 42 insertions(+), 42 deletions(-) (limited to 'tdespell2') diff --git a/tdespell2/backgroundchecker.h b/tdespell2/backgroundchecker.h index 9346b0c89..84deea5c8 100644 --- a/tdespell2/backgroundchecker.h +++ b/tdespell2/backgroundchecker.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_BACKGROUNDCHECKER_H -#define KSPELL_BACKGROUNDCHECKER_H +#ifndef TDESPELL_BACKGROUNDCHECKER_H +#define TDESPELL_BACKGROUNDCHECKER_H #include "broker.h" diff --git a/tdespell2/backgroundengine.h b/tdespell2/backgroundengine.h index d5bee8ca5..9ddbe7289 100644 --- a/tdespell2/backgroundengine.h +++ b/tdespell2/backgroundengine.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_BACKGROUNDENGINE_H -#define KSPELL_BACKGROUNDENGINE_H +#ifndef TDESPELL_BACKGROUNDENGINE_H +#define TDESPELL_BACKGROUNDENGINE_H #include "broker.h" diff --git a/tdespell2/backgroundthread.h b/tdespell2/backgroundthread.h index 12c631c2b..5b553c849 100644 --- a/tdespell2/backgroundthread.h +++ b/tdespell2/backgroundthread.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_BACKGROUNDTHREAD_H -#define KSPELL_BACKGROUNDTHREAD_H +#ifndef TDESPELL_BACKGROUNDTHREAD_H +#define TDESPELL_BACKGROUNDTHREAD_H #include "broker.h" diff --git a/tdespell2/broker.h b/tdespell2/broker.h index f96361a58..c41fa2988 100644 --- a/tdespell2/broker.h +++ b/tdespell2/broker.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_BROKER_H -#define KSPELL_BROKER_H +#ifndef TDESPELL_BROKER_H +#define TDESPELL_BROKER_H #include diff --git a/tdespell2/client.h b/tdespell2/client.h index 5bc5a2bb9..9f18f9518 100644 --- a/tdespell2/client.h +++ b/tdespell2/client.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_CLIENT_H -#define KSPELL_CLIENT_H +#ifndef TDESPELL_CLIENT_H +#define TDESPELL_CLIENT_H #include #include diff --git a/tdespell2/defaultdictionary.h b/tdespell2/defaultdictionary.h index 287bb7c21..1a0090751 100644 --- a/tdespell2/defaultdictionary.h +++ b/tdespell2/defaultdictionary.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_DEFAULTDICTIONARY_H -#define KSPELL_DEFAULTDICTIONARY_H +#ifndef TDESPELL_DEFAULTDICTIONARY_H +#define TDESPELL_DEFAULTDICTIONARY_H #include "dictionary.h" diff --git a/tdespell2/dictionary.h b/tdespell2/dictionary.h index 31567ece9..b2b6d2f44 100644 --- a/tdespell2/dictionary.h +++ b/tdespell2/dictionary.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_DICTIONARY_H -#define KSPELL_DICTIONARY_H +#ifndef TDESPELL_DICTIONARY_H +#define TDESPELL_DICTIONARY_H #include #include diff --git a/tdespell2/filter.h b/tdespell2/filter.h index c89ce6fc7..d8992c0f3 100644 --- a/tdespell2/filter.h +++ b/tdespell2/filter.h @@ -20,8 +20,8 @@ * 02110-1301 USA */ -#ifndef KSPELL_FILTER_H -#define KSPELL_FILTER_H +#ifndef TDESPELL_FILTER_H +#define TDESPELL_FILTER_H #include #include diff --git a/tdespell2/plugins/aspell/tdespell_aspellclient.h b/tdespell2/plugins/aspell/tdespell_aspellclient.h index 6da78f000..1384b0242 100644 --- a/tdespell2/plugins/aspell/tdespell_aspellclient.h +++ b/tdespell2/plugins/aspell/tdespell_aspellclient.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_ASPELLCLIENT_H -#define KSPELL_ASPELLCLIENT_H +#ifndef TDESPELL_ASPELLCLIENT_H +#define TDESPELL_ASPELLCLIENT_H #include "client.h" #include diff --git a/tdespell2/plugins/aspell/tdespell_aspelldict.h b/tdespell2/plugins/aspell/tdespell_aspelldict.h index 6b6174a1c..a462733f7 100644 --- a/tdespell2/plugins/aspell/tdespell_aspelldict.h +++ b/tdespell2/plugins/aspell/tdespell_aspelldict.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_ASPELLDICT_H -#define KSPELL_ASPELLDICT_H +#ifndef TDESPELL_ASPELLDICT_H +#define TDESPELL_ASPELLDICT_H #include "dictionary.h" diff --git a/tdespell2/plugins/hspell/tdespell_hspellclient.h b/tdespell2/plugins/hspell/tdespell_hspellclient.h index 993cfe907..00a89749e 100644 --- a/tdespell2/plugins/hspell/tdespell_hspellclient.h +++ b/tdespell2/plugins/hspell/tdespell_hspellclient.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_HSPELLCLIENT_H -#define KSPELL_HSPELLCLIENT_H +#ifndef TDESPELL_HSPELLCLIENT_H +#define TDESPELL_HSPELLCLIENT_H #include "client.h" #include diff --git a/tdespell2/plugins/hspell/tdespell_hspelldict.h b/tdespell2/plugins/hspell/tdespell_hspelldict.h index 7b18003be..d2fda232a 100644 --- a/tdespell2/plugins/hspell/tdespell_hspelldict.h +++ b/tdespell2/plugins/hspell/tdespell_hspelldict.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_HSPELLDICT_H -#define KSPELL_HSPELLDICT_H +#ifndef TDESPELL_HSPELLDICT_H +#define TDESPELL_HSPELLDICT_H #include "dictionary.h" /* libhspell is a C library and it does not have #ifdef __cplusplus */ diff --git a/tdespell2/plugins/ispell/tdespell_ispellclient.h b/tdespell2/plugins/ispell/tdespell_ispellclient.h index 06cbe0bab..7deee7de8 100644 --- a/tdespell2/plugins/ispell/tdespell_ispellclient.h +++ b/tdespell2/plugins/ispell/tdespell_ispellclient.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_ISPELLCLIENT_H -#define KSPELL_ISPELLCLIENT_H +#ifndef TDESPELL_ISPELLCLIENT_H +#define TDESPELL_ISPELLCLIENT_H #include "client.h" #include diff --git a/tdespell2/plugins/ispell/tdespell_ispelldict.h b/tdespell2/plugins/ispell/tdespell_ispelldict.h index 7513d094c..12b628c49 100644 --- a/tdespell2/plugins/ispell/tdespell_ispelldict.h +++ b/tdespell2/plugins/ispell/tdespell_ispelldict.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_ASPELLDICT_H -#define KSPELL_ASPELLDICT_H +#ifndef TDESPELL_ASPELLDICT_H +#define TDESPELL_ASPELLDICT_H #include "dictionary.h" diff --git a/tdespell2/settings.h b/tdespell2/settings.h index ebf3ad46d..b1b9569f0 100644 --- a/tdespell2/settings.h +++ b/tdespell2/settings.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_SETTINGS_H -#define KSPELL_SETTINGS_H +#ifndef TDESPELL_SETTINGS_H +#define TDESPELL_SETTINGS_H #include #include diff --git a/tdespell2/tests/Makefile.am b/tdespell2/tests/Makefile.am index 682ad272a..362f59202 100644 --- a/tdespell2/tests/Makefile.am +++ b/tdespell2/tests/Makefile.am @@ -18,7 +18,7 @@ test_dialog_SOURCES = test_dialog.cpp test_dialog_LDADD = ../ui/libtdespell2.la $(LIB_TDECORE) test_highlighter_SOURCES = test_highlighter.cpp -test_highlighter_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_KPARTS) ../../tdeutils/libtdeutils.la +test_highlighter_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_TDEPARTS) ../../tdeutils/libtdeutils.la test_configdialog_SOURCES = test_configdialog.cpp -test_configdialog_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_KPARTS) ../../tdeutils/libtdeutils.la +test_configdialog_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_TDEPARTS) ../../tdeutils/libtdeutils.la diff --git a/tdespell2/threadevents.h b/tdespell2/threadevents.h index 87a516148..119a566c5 100644 --- a/tdespell2/threadevents.h +++ b/tdespell2/threadevents.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_THREADEVENTS_H -#define KSPELL_THREADEVENTS_H +#ifndef TDESPELL_THREADEVENTS_H +#define TDESPELL_THREADEVENTS_H #include #include diff --git a/tdespell2/ui/configdialog.h b/tdespell2/ui/configdialog.h index ead508d34..43a785490 100644 --- a/tdespell2/ui/configdialog.h +++ b/tdespell2/ui/configdialog.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_CONFIGDIALOG_H -#define KSPELL_CONFIGDIALOG_H +#ifndef TDESPELL_CONFIGDIALOG_H +#define TDESPELL_CONFIGDIALOG_H #include diff --git a/tdespell2/ui/configwidget.h b/tdespell2/ui/configwidget.h index e3fd1542b..2f65ed20e 100644 --- a/tdespell2/ui/configwidget.h +++ b/tdespell2/ui/configwidget.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_CONFIGWIDGET_H -#define KSPELL_CONFIGWIDGET_H +#ifndef TDESPELL_CONFIGWIDGET_H +#define TDESPELL_CONFIGWIDGET_H #include #include diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h index 1da714c7c..2c5606804 100644 --- a/tdespell2/ui/dialog.h +++ b/tdespell2/ui/dialog.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_DIALOG_H -#define KSPELL_DIALOG_H +#ifndef TDESPELL_DIALOG_H +#define TDESPELL_DIALOG_H #include diff --git a/tdespell2/ui/highlighter.h b/tdespell2/ui/highlighter.h index 2309c3a64..d290a28e7 100644 --- a/tdespell2/ui/highlighter.h +++ b/tdespell2/ui/highlighter.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#ifndef KSPELL_HIGHLIGHTER_H -#define KSPELL_HIGHLIGHTER_H +#ifndef TDESPELL_HIGHLIGHTER_H +#define TDESPELL_HIGHLIGHTER_H #include "filter.h" -- cgit v1.2.3