summaryrefslogtreecommitdiffstats
path: root/krdc/vnc/vnchostpref.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/vnc/vnchostpref.h')
-rw-r--r--krdc/vnc/vnchostpref.h8
1 files changed, 4 insertions, 4 deletions
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);