diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-02 06:40:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-02 06:40:27 +0000 |
commit | 2595a15ebeb6fc46b7cb241d01ec0c2460ec2111 (patch) | |
tree | 18a8f0f4ac5a86dacfa74c3537551ec39bc85e75 /src/core/tellico_config_addons.h | |
parent | 1d90725a4001fab9d3922b2cbcceeee5e2d1686f (diff) | |
download | tellico-2595a15ebeb6fc46b7cb241d01ec0c2460ec2111.tar.gz tellico-2595a15ebeb6fc46b7cb241d01ec0c2460ec2111.zip |
TQt4 port tellico
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1239054 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/core/tellico_config_addons.h')
-rw-r--r-- | src/core/tellico_config_addons.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/core/tellico_config_addons.h b/src/core/tellico_config_addons.h index 7573257..7f243a3 100644 --- a/src/core/tellico_config_addons.h +++ b/src/core/tellico_config_addons.h @@ -16,21 +16,21 @@ public: static void deleteAndReset(); - static QStringList noCapitalizationList(); - static QStringList articleList(); - static QStringList nameSuffixList(); - static QStringList surnamePrefixList(); + static TQStringList noCapitalizationList(); + static TQStringList articleList(); + static TQStringList nameSuffixList(); + static TQStringList surnamePrefixList(); - static QString templateName(int type); - static QFont templateFont(int type); - static QColor templateBaseColor(int type); - static QColor templateTextColor(int type); - static QColor templateHighlightedBaseColor(int type); - static QColor templateHighlightedTextColor(int type); + static TQString templateName(int type); + static TQFont templateFont(int type); + static TQColor templateBaseColor(int type); + static TQColor templateTextColor(int type); + static TQColor templateHighlightedBaseColor(int type); + static TQColor templateHighlightedTextColor(int type); - static void setTemplateName(int type, const QString& name); - static void setTemplateFont(int type, const QFont& font); - static void setTemplateBaseColor(int type, const QColor& color); - static void setTemplateTextColor(int type, const QColor& color); - static void setTemplateHighlightedBaseColor(int type, const QColor& color); - static void setTemplateHighlightedTextColor(int type, const QColor& color); + static void setTemplateName(int type, const TQString& name); + static void setTemplateFont(int type, const TQFont& font); + static void setTemplateBaseColor(int type, const TQColor& color); + static void setTemplateTextColor(int type, const TQColor& color); + static void setTemplateHighlightedBaseColor(int type, const TQColor& color); + static void setTemplateHighlightedTextColor(int type, const TQColor& color); |