diff options
Diffstat (limited to 'krdc/vnc/kvncview.h')
-rw-r--r-- | krdc/vnc/kvncview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/vnc/kvncview.h b/krdc/vnc/kvncview.h index 3cd72a5c..7fdf402c 100644 --- a/krdc/vnc/kvncview.h +++ b/krdc/vnc/kvncview.h @@ -77,7 +77,7 @@ protected: bool x11Event(XEvent*); public: - KVncView(TQWidget* tqparent=0, const char *name=0, + KVncView(TQWidget* parent=0, const char *name=0, const TQString &host = TQString(""), int port = 5900, const TQString &password = TQString(), Quality quality = TQUALITY_UNKNOWN, |