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/jspolicies.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/jspolicies.h')
-rw-r--r-- | kcontrol/konqhtml/jspolicies.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kcontrol/konqhtml/jspolicies.h b/kcontrol/konqhtml/jspolicies.h index a955abc96..29f73c090 100644 --- a/kcontrol/konqhtml/jspolicies.h +++ b/kcontrol/konqhtml/jspolicies.h @@ -22,8 +22,8 @@ #ifndef __JSPOLICIES_H__ #define __JSPOLICIES_H__ -#include <qgroupbox.h> -#include <qstring.h> +#include <tqgroupbox.h> +#include <tqstring.h> #include <khtml_settings.h> @@ -63,11 +63,11 @@ public: * @param domain name of the domain this instance is used to configure the * policies for (case insensitive, ignored if global == true) */ - JSPolicies(KConfig* config, const QString &group, bool global, - const QString &domain = QString::null); + JSPolicies(KConfig* config, const TQString &group, bool global, + const TQString &domain = TQString::null); /** - * dummy constructor to make QMap happy. + * dummy constructor to make TQMap happy. * * Never construct an object by using this. * @internal @@ -201,7 +201,7 @@ private: * * @author Leo Savernik */ -class JSPoliciesFrame : public QGroupBox { +class JSPoliciesFrame : public TQGroupBox { Q_OBJECT public: /** @@ -211,8 +211,8 @@ public: * @param title title for group box * @param parent parent widget */ - JSPoliciesFrame(JSPolicies *policies, const QString &title, - QWidget* parent = 0); + JSPoliciesFrame(JSPolicies *policies, const TQString &title, + TQWidget* parent = 0); virtual ~JSPoliciesFrame(); @@ -258,11 +258,11 @@ private slots: private: JSPolicies *policies; - QButtonGroup *js_popup; - QButtonGroup *js_resize; - QButtonGroup *js_move; - QButtonGroup *js_focus; - QButtonGroup *js_statusbar; + TQButtonGroup *js_popup; + TQButtonGroup *js_resize; + TQButtonGroup *js_move; + TQButtonGroup *js_focus; + TQButtonGroup *js_statusbar; }; |