|
|
|
@ -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();
|
|
|
|
|