summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabeldict')
-rw-r--r--kbabel/kbabeldict/dictchooser.h2
-rw-r--r--kbabel/kbabeldict/dictionarymenu.h2
-rw-r--r--kbabel/kbabeldict/kbabeldictbox.h2
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp2
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp2
-rw-r--r--kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp2
-rw-r--r--kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp2
-rw-r--r--kbabel/kbabeldict/modules/tmx/pc_factory.cpp2
-rw-r--r--kbabel/kbabeldict/searchengine.h10
9 files changed, 13 insertions, 13 deletions
diff --git a/kbabel/kbabeldict/dictchooser.h b/kbabel/kbabeldict/dictchooser.h
index 5bdc685a..d775412c 100644
--- a/kbabel/kbabeldict/dictchooser.h
+++ b/kbabel/kbabeldict/dictchooser.h
@@ -47,7 +47,7 @@ class TQPushButton;
class TQListBoxItem;
-class KDE_EXPORT DictChooser : public TQWidget
+class TDE_EXPORT DictChooser : public TQWidget
{
TQ_OBJECT
diff --git a/kbabel/kbabeldict/dictionarymenu.h b/kbabel/kbabeldict/dictionarymenu.h
index 62e216e0..2b730b1f 100644
--- a/kbabel/kbabeldict/dictionarymenu.h
+++ b/kbabel/kbabeldict/dictionarymenu.h
@@ -43,7 +43,7 @@ class TQSignalMapper;
class TDEPopupMenu;
class TDEActionCollection;
-class KDE_EXPORT DictionaryMenu : public TQObject
+class TDE_EXPORT DictionaryMenu : public TQObject
{
TQ_OBJECT
diff --git a/kbabel/kbabeldict/kbabeldictbox.h b/kbabel/kbabeldict/kbabeldictbox.h
index 5e506793..859df4af 100644
--- a/kbabel/kbabeldict/kbabeldictbox.h
+++ b/kbabel/kbabeldict/kbabeldictbox.h
@@ -60,7 +60,7 @@ struct ModuleInfo
};
-class KDE_EXPORT KBabelDictBox : public TQWidget, virtual public KBabelDictIFace
+class TDE_EXPORT KBabelDictBox : public TQWidget, virtual public KBabelDictIFace
{
TQ_OBJECT
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp
index 2273a9c4..de8f678c 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp
+++ b/kbabel/kbabeldict/modules/dbsearchengine/dbse_factory.cpp
@@ -10,7 +10,7 @@
extern "C"
{
- KDE_EXPORT void *init_kbabeldict_dbsearchengine()
+ TDE_EXPORT void *init_kbabeldict_dbsearchengine()
{
return new DbSeFactory;
}
diff --git a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp
index ad2aa0dd..6276c7e4 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp
+++ b/kbabel/kbabeldict/modules/dbsearchengine2/dbse2_factory.cpp
@@ -10,7 +10,7 @@
extern "C"
{
- KDE_EXPORT void *init_kbabeldict_dbsearchengine2()
+ TDE_EXPORT void *init_kbabeldict_dbsearchengine2()
// void *init_libdbsearchengine2()
{
return new DbSe2Factory;
diff --git a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp
index 8d706b99..8d2940d4 100644
--- a/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp
+++ b/kbabel/kbabeldict/modules/poauxiliary/pa_factory.cpp
@@ -43,7 +43,7 @@
extern "C"
{
- KDE_EXPORT void *init_kbabeldict_poauxiliary()
+ TDE_EXPORT void *init_kbabeldict_poauxiliary()
{
return new PaFactory;
}
diff --git a/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp b/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp
index 936a5a5a..862dbf2f 100644
--- a/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp
+++ b/kbabel/kbabeldict/modules/pocompendium/pc_factory.cpp
@@ -43,7 +43,7 @@
extern "C"
{
- KDE_EXPORT void *init_kbabeldict_pocompendium()
+ TDE_EXPORT void *init_kbabeldict_pocompendium()
{
return new PcFactory;
}
diff --git a/kbabel/kbabeldict/modules/tmx/pc_factory.cpp b/kbabel/kbabeldict/modules/tmx/pc_factory.cpp
index 6a522d4c..78850366 100644
--- a/kbabel/kbabeldict/modules/tmx/pc_factory.cpp
+++ b/kbabel/kbabeldict/modules/tmx/pc_factory.cpp
@@ -43,7 +43,7 @@
extern "C"
{
- KDE_EXPORT void *init_kbabeldict_tmxcompendium()
+ TDE_EXPORT void *init_kbabeldict_tmxcompendium()
{
return new PcFactory;
}
diff --git a/kbabel/kbabeldict/searchengine.h b/kbabel/kbabeldict/searchengine.h
index c04640ce..729e0644 100644
--- a/kbabel/kbabeldict/searchengine.h
+++ b/kbabel/kbabeldict/searchengine.h
@@ -48,7 +48,7 @@
* Information, that is not available in a specific implementation of
* the SearchEngine, should be left empty.
*/
-class KDE_EXPORT TranslationInfo
+class TDE_EXPORT TranslationInfo
{
public:
/**
@@ -107,7 +107,7 @@ public:
* plus additional information where it was found,
* the date and time of the last change, the translator, etc.
*/
-class KDE_EXPORT SearchResult
+class TDE_EXPORT SearchResult
{
public:
SearchResult();
@@ -162,7 +162,7 @@ public:
/**
*
*/
-class KDE_EXPORT SearchFilter
+class TDE_EXPORT SearchFilter
{
public:
SearchFilter() :
@@ -241,7 +241,7 @@ private:
* necessary function. The widget should not be bigger than 400x400.
* If you need more space, you maybe want to use a tabbed widget.
*/
-class KDE_EXPORT PrefWidget : public TQWidget
+class TDE_EXPORT PrefWidget : public TQWidget
{
TQ_OBJECT
@@ -266,7 +266,7 @@ public slots:
};
-class KDE_EXPORT SearchEngine : public TQObject
+class TDE_EXPORT SearchEngine : public TQObject
{
TQ_OBJECT