summaryrefslogtreecommitdiffstats
path: root/krdc/rdp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-21 11:50:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-24 18:52:15 +0900
commit51f2e0ff8cb13efa4f5d1d2574940f080a4f3934 (patch)
tree35063f9531a9d686aca0b50a1dd2ce899e2bb0c9 /krdc/rdp
parent4be03979c04f7469f18d32a60487f511cc046417 (diff)
downloadtdenetwork-51f2e0ff8cb13efa4f5d1d2574940f080a4f3934.tar.gz
tdenetwork-51f2e0ff8cb13efa4f5d1d2574940f080a4f3934.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
Diffstat (limited to 'krdc/rdp')
-rw-r--r--krdc/rdp/krdpview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/rdp/krdpview.cpp b/krdc/rdp/krdpview.cpp
index 4494fcfd..057c6fe6 100644
--- a/krdc/rdp/krdpview.cpp
+++ b/krdc/rdp/krdpview.cpp
@@ -209,7 +209,7 @@ bool KRdpView::start()
SmartPtr<RdpHostPref> hp, rdpDefaults;
bool useTDEWallet = false;
- TQWidget *desktop = TQT_TQWIDGET(TQApplication::desktop());
+ TQWidget *desktop = TQApplication::desktop();
if(!rdpAppDataConfigured)
{
@@ -228,7 +228,7 @@ bool KRdpView::start()
m_container->show();
- m_process = new TDEProcess(TQT_TQOBJECT(m_container));
+ m_process = new TDEProcess(m_container);
*m_process << "rdesktop";
// Check for fullscreen mode
if ((hp->width() == 0) && (hp->height() == 0)) {