diff options
Diffstat (limited to 'kbabel/common/catalog.h')
-rw-r--r-- | kbabel/common/catalog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/common/catalog.h b/kbabel/common/catalog.h index f5c37309..402af6dc 100644 --- a/kbabel/common/catalog.h +++ b/kbabel/common/catalog.h @@ -44,8 +44,8 @@ #include <tqptrlist.h> #include <tqvaluevector.h> -#include <kdemacros.h> -#include <kstandarddirs.h> +#include <tdemacros.h> +#include <tdestandarddirs.h> class KDataTool; class TQString; @@ -107,7 +107,7 @@ struct DiffEntry * @short Class, that represents a translation catalog(po-file) * @author Matthias Kiefer <matthias.kiefer@gmx.de> */ -class KDE_EXPORT Catalog : public TQObject +class TDE_EXPORT Catalog : public TQObject { TQ_OBJECT @@ -188,7 +188,7 @@ public: * @return context information found in the message comment * @deprecated */ - TQString context(uint index) const KDE_DEPRECATED; + TQString context(uint index) const TDE_DEPRECATED; /** * Get the header for the current file. |