summaryrefslogtreecommitdiffstats
path: root/tdespell2
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:02:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:00:39 +0200
commitc6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch)
tree08aa592dea84d77931478751d69b47cb4d6b50ee /tdespell2
parentf41d2ce0f1929574f3b65eef2675ac65177608f1 (diff)
downloadtdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz
tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdespell2')
-rw-r--r--tdespell2/backgroundchecker.h4
-rw-r--r--tdespell2/backgroundengine.h4
-rw-r--r--tdespell2/backgroundthread.h4
-rw-r--r--tdespell2/broker.h4
-rw-r--r--tdespell2/client.h4
-rw-r--r--tdespell2/defaultdictionary.h4
-rw-r--r--tdespell2/dictionary.h4
-rw-r--r--tdespell2/filter.h4
-rw-r--r--tdespell2/plugins/aspell/tdespell_aspellclient.h4
-rw-r--r--tdespell2/plugins/aspell/tdespell_aspelldict.h4
-rw-r--r--tdespell2/plugins/hspell/tdespell_hspellclient.h4
-rw-r--r--tdespell2/plugins/hspell/tdespell_hspelldict.h4
-rw-r--r--tdespell2/plugins/ispell/tdespell_ispellclient.h4
-rw-r--r--tdespell2/plugins/ispell/tdespell_ispelldict.h4
-rw-r--r--tdespell2/settings.h4
-rw-r--r--tdespell2/tests/Makefile.am4
-rw-r--r--tdespell2/threadevents.h4
-rw-r--r--tdespell2/ui/configdialog.h4
-rw-r--r--tdespell2/ui/configwidget.h4
-rw-r--r--tdespell2/ui/dialog.h4
-rw-r--r--tdespell2/ui/highlighter.h4
21 files changed, 42 insertions, 42 deletions
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 <ksharedptr.h>
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 <tqobject.h>
#include <tqstringlist.h>
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 <tqstringlist.h>
#include <tqstring.h>
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 <tqstring.h>
#include <tdelibs_export.h>
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 <tqobject.h>
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 <tqobject.h>
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 <tqobject.h>
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 <tqstringlist.h>
#include <tqstring.h>
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 <tqevent.h>
#include <tqstring.h>
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 <kdialogbase.h>
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 <tqwidget.h>
#include <tdelibs_export.h>
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 <kdialogbase.h>
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"