From 47c8a359c5276062c4bc17f0e82410f29081b502 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:48:06 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krdc/vnc/vnchostpref.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'krdc/vnc/vnchostpref.h') diff --git a/krdc/vnc/vnchostpref.h b/krdc/vnc/vnchostpref.h index 33a20600..cfd91053 100644 --- a/krdc/vnc/vnchostpref.h +++ b/krdc/vnc/vnchostpref.h @@ -34,13 +34,13 @@ protected: virtual void remove(); public: - static const QString VncType; + static const TQString VncType; - VncHostPref(KConfig *conf, const QString &host=QString::null, - const QString &type=QString::null); + VncHostPref(KConfig *conf, const TQString &host=TQString::null, + const TQString &type=TQString::null); virtual ~VncHostPref(); - virtual QString prefDescription() const; + virtual TQString prefDescription() const; void setQuality(int q); int quality() const; void setAskOnConnect(bool ask); -- cgit v1.2.1