diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kcontrol/konqhtml/policies.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/konqhtml/policies.h')
-rw-r--r-- | kcontrol/konqhtml/policies.h | 18 |
1 files changed, 9 insertions, 9 deletions
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 <qstring.h> +#include <tqstring.h> 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__ |