From d0be1721b4656109c9e21cc0ecb6f23b343b7c26 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krdc/hostprofiles.ui | 4 ++-- krdc/keycapturewidget.ui | 4 ++-- krdc/maindialogbase.ui | 4 ++-- krdc/maindialogwidget.cpp | 2 +- krdc/rdp/rdesktop.patch | 2 +- krdc/rdp/rdpprefs.ui | 6 +++--- krdc/vnc/vncprefs.ui | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'krdc') diff --git a/krdc/hostprofiles.ui b/krdc/hostprofiles.ui index aca1c6d6..34d7d939 100644 --- a/krdc/hostprofiles.ui +++ b/krdc/hostprofiles.ui @@ -160,8 +160,8 @@ load() save() - - + + klistview.h diff --git a/krdc/keycapturewidget.ui b/krdc/keycapturewidget.ui index b9c9c375..e90411b1 100644 --- a/krdc/keycapturewidget.ui +++ b/krdc/keycapturewidget.ui @@ -100,6 +100,6 @@ kdialogbase.h - - + + diff --git a/krdc/maindialogbase.ui b/krdc/maindialogbase.ui index 7072bb46..083e0c37 100644 --- a/krdc/maindialogbase.ui +++ b/krdc/maindialogbase.ui @@ -343,8 +343,8 @@ Remote Desktop Connection only supports systems that use VNC. enableBrowsingArea( bool enable ) - - + + kcombobox.h diff --git a/krdc/maindialogwidget.cpp b/krdc/maindialogwidget.cpp index c45f87e9..2ce61c2e 100644 --- a/krdc/maindialogwidget.cpp +++ b/krdc/maindialogwidget.cpp @@ -179,7 +179,7 @@ void MainDialogWidget::enableBrowsingArea( bool enable ) setMinimumSize(tqminimumSize().width(), (h > 0) ? h : 0); resize(width(), height()-hOffset); - TQTimer::singleShot( 0, tqparentWidget(), TQT_SLOT( adjustSize() ) ); + TQTimer::singleShot( 0, parentWidget(), TQT_SLOT( adjustSize() ) ); } if (enable) diff --git a/krdc/rdp/rdesktop.patch b/krdc/rdp/rdesktop.patch index ddee1c86..954d5fc2 100644 --- a/krdc/rdp/rdesktop.patch +++ b/krdc/rdp/rdesktop.patch @@ -68,7 +68,7 @@ + if ( g_embed_wnd ) + { -+ XRetqparentWindow(g_display, g_wnd, g_embed_wnd, 0, 0); ++ XReparentWindow(g_display, g_wnd, g_embed_wnd, 0, 0); + } + input_tqmask = KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | diff --git a/krdc/rdp/rdpprefs.ui b/krdc/rdp/rdpprefs.ui index 6c05ee60..0d37422a 100644 --- a/krdc/rdp/rdpprefs.ui +++ b/krdc/rdp/rdpprefs.ui @@ -343,7 +343,7 @@ - tqlayoutLabel + layoutLabel @@ -509,6 +509,6 @@ setUseKWallet( bool b ) useKWallet() - - + + diff --git a/krdc/vnc/vncprefs.ui b/krdc/vnc/vncprefs.ui index 0522d324..f569bb3f 100644 --- a/krdc/vnc/vncprefs.ui +++ b/krdc/vnc/vncprefs.ui @@ -160,6 +160,6 @@ setUseKWallet( bool b ) useKWallet() - - + + -- cgit v1.2.1