diff options
Diffstat (limited to 'kbabel/common/catalogsettings.h')
-rw-r--r-- | kbabel/common/catalogsettings.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kbabel/common/catalogsettings.h b/kbabel/common/catalogsettings.h index 552f88c5..55bb1432 100644 --- a/kbabel/common/catalogsettings.h +++ b/kbabel/common/catalogsettings.h @@ -37,7 +37,7 @@ #include <tqstring.h> #include <tqregexp.h> #include <tqdatetime.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQTextCodec; class TQStringList; @@ -45,7 +45,7 @@ class TQStringList; namespace KBabel { -struct KDE_EXPORT SaveSettings +struct TDE_EXPORT SaveSettings { bool autoUpdate; bool updateLastTranslator; @@ -74,7 +74,7 @@ struct KDE_EXPORT SaveSettings int autoSaveDelay; }; -struct KDE_EXPORT IdentitySettings +struct TDE_EXPORT IdentitySettings { TQString authorName; TQString authorLocalizedName; @@ -98,7 +98,7 @@ struct KDE_EXPORT IdentitySettings }; -struct KDE_EXPORT MiscSettings +struct TDE_EXPORT MiscSettings { /** * The char, that marks keyboard accelerators. @@ -144,13 +144,13 @@ struct TagSettings TQStringList argExpressions; }; -KDE_EXPORT TQString charsetString(const int encoding); -KDE_EXPORT TQString charsetString(const TQTextCodec *codec); -KDE_EXPORT TQString GNUPluralForms(const TQString& lang); +TDE_EXPORT TQString charsetString(const int encoding); +TDE_EXPORT TQString charsetString(const TQTextCodec *codec); +TDE_EXPORT TQString GNUPluralForms(const TQString& lang); namespace Defaults { - class KDE_EXPORT Identity + class TDE_EXPORT Identity { public: static TQString authorName(); @@ -161,7 +161,7 @@ namespace Defaults static TQString timezone(); }; - class KDE_EXPORT Tag + class TDE_EXPORT Tag { public: static TQStringList tagExpressions(); |