From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcontrol/konqhtml/policies.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kcontrol/konqhtml/policies.h') diff --git a/kcontrol/konqhtml/policies.h b/kcontrol/konqhtml/policies.h index b5643c0bd..a9814396a 100644 --- a/kcontrol/konqhtml/policies.h +++ b/kcontrol/konqhtml/policies.h @@ -22,7 +22,7 @@ #ifndef __POLICIES_H__ #define __POLICIES_H__ -#include +#include class KConfig; @@ -54,9 +54,9 @@ public: * @param feature_key key of the "feature enabled" policy. The final * key the policy is stored under will be prefix + featureKey. */ - Policies(KConfig* config, const QString &group, bool global, - const QString &domain, const QString &prefix, - const QString &feature_key); + Policies(KConfig* config, const TQString &group, bool global, + const TQString &domain, const TQString &prefix, + const TQString &feature_key); virtual ~Policies(); @@ -70,7 +70,7 @@ public: /** sets a new domain for this policy * @param domain domain name, will be converted to lowercase */ - void setDomain(const QString &domain); + void setDomain(const TQString &domain); /** * Returns whether the "feature enabled" policy is inherited. @@ -124,10 +124,10 @@ protected: bool is_global; KConfig *config; - QString groupname; - QString domain; - QString prefix; - QString feature_key; + TQString groupname; + TQString domain; + TQString prefix; + TQString feature_key; }; #endif // __POLICIES_H__ -- cgit v1.2.1