summaryrefslogtreecommitdiffstats
path: root/krdc/rdp/krdpview.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/rdp/krdpview.h')
-rw-r--r--krdc/rdp/krdpview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/rdp/krdpview.h b/krdc/rdp/krdpview.h
index c0df50e7..c34d3c27 100644
--- a/krdc/rdp/krdpview.h
+++ b/krdc/rdp/krdpview.h
@@ -39,7 +39,7 @@ class RdpContainer : public QXEmbed
friend class KRdpView;
public:
- RdpContainer(TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0);
+ RdpContainer(TQWidget *parent = 0, const char *name = 0, WFlags f = 0);
~RdpContainer();
signals:
@@ -60,7 +60,7 @@ class KRdpView : public KRemoteView
public:
// constructor and destructor
- KRdpView(TQWidget *tqparent = 0, const char *name = 0,
+ KRdpView(TQWidget *parent = 0, const char *name = 0,
const TQString &host = TQString(), int port = TCP_PORT_RDP,
const TQString &user = TQString(), const TQString &password = TQString(),
int flags = RDP_LOGON_NORMAL, const TQString &domain = TQString(),