diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /kspell2 | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kspell2')
-rw-r--r-- | kspell2/client.h | 2 | ||||
-rw-r--r-- | kspell2/filter.h | 2 | ||||
-rw-r--r-- | kspell2/settings.h | 2 | ||||
-rw-r--r-- | kspell2/tests/backgroundtest.cpp | 4 | ||||
-rw-r--r-- | kspell2/ui/configwidget.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/kspell2/client.h b/kspell2/client.h index f06b760bf..5bc5a2bb9 100644 --- a/kspell2/client.h +++ b/kspell2/client.h @@ -26,7 +26,7 @@ #include <tqstringlist.h> #include <tqstring.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> namespace KSpell2 { diff --git a/kspell2/filter.h b/kspell2/filter.h index 5e4635493..c89ce6fc7 100644 --- a/kspell2/filter.h +++ b/kspell2/filter.h @@ -24,7 +24,7 @@ #define KSPELL_FILTER_H #include <tqstring.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> namespace KSpell2 { diff --git a/kspell2/settings.h b/kspell2/settings.h index d351f9712..2346f0772 100644 --- a/kspell2/settings.h +++ b/kspell2/settings.h @@ -24,7 +24,7 @@ #include <tqstringlist.h> #include <tqstring.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> class KSharedConfig; diff --git a/kspell2/tests/backgroundtest.cpp b/kspell2/tests/backgroundtest.cpp index db9ad9a69..8050115ad 100644 --- a/kspell2/tests/backgroundtest.cpp +++ b/kspell2/tests/backgroundtest.cpp @@ -105,9 +105,9 @@ seems sensible.\ Building \ ========\ \ -This code needs to live in a subdir off the khtml directory in kdelibs. The\ +This code needs to live in a subdir off the khtml directory in tdelibs. The\ subdir should be called 'xpath'. The easiest way to regenerate the makefiles\ -is to go to the root of the kdelibs tree and run: \ +is to go to the root of the tdelibs tree and run: \ create_makefiles khtml/xpath\ \ This code is intended to compile, but not to work.\ diff --git a/kspell2/ui/configwidget.h b/kspell2/ui/configwidget.h index e51be6b89..e3fd1542b 100644 --- a/kspell2/ui/configwidget.h +++ b/kspell2/ui/configwidget.h @@ -22,7 +22,7 @@ #define KSPELL_CONFIGWIDGET_H #include <tqwidget.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> namespace KSpell2 { |