diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tdespell2/ui | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdespell2/ui')
-rw-r--r-- | tdespell2/ui/configdialog.h | 4 | ||||
-rw-r--r-- | tdespell2/ui/configwidget.h | 4 | ||||
-rw-r--r-- | tdespell2/ui/dialog.h | 4 | ||||
-rw-r--r-- | tdespell2/ui/highlighter.h | 4 |
4 files changed, 8 insertions, 8 deletions
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" |