summaryrefslogtreecommitdiffstats
path: root/krdc/rdp
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/rdp')
-rw-r--r--krdc/rdp/krdpview.cpp2
-rw-r--r--krdc/rdp/rdpprefs.ui.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/krdc/rdp/krdpview.cpp b/krdc/rdp/krdpview.cpp
index 14f5cabc..73ea3753 100644
--- a/krdc/rdp/krdpview.cpp
+++ b/krdc/rdp/krdpview.cpp
@@ -295,7 +295,7 @@ bool KRdpView::start()
connect(m_process, TQT_SIGNAL(receivedStderr(KProcess *, char *, int)), TQT_SLOT(receivedStderr(KProcess *, char *, int)));
connect(m_container, TQT_SIGNAL(embeddedWindowDestroyed()), TQT_SLOT(connectionClosed()));
connect(m_container, TQT_SIGNAL(newEmbeddedWindow(WId)), TQT_SLOT(connectionOpened(WId)));
- qDebug("Color depth: %d", hp->colorDepth());
+ tqDebug("Color depth: %d", hp->colorDepth());
if(!m_process->start(KProcess::NotifyOnExit, KProcess::Stderr))
{
KMessageBox::error(0, i18n("Could not start rdesktop; make sure rdesktop is properly installed."),
diff --git a/krdc/rdp/rdpprefs.ui.h b/krdc/rdp/rdpprefs.ui.h
index 8e091cf8..f6fb7998 100644
--- a/krdc/rdp/rdpprefs.ui.h
+++ b/krdc/rdp/rdpprefs.ui.h
@@ -73,7 +73,7 @@ int RdpPrefs::rdpHeight()
int RdpPrefs::colorDepth()
{
- qDebug("current depth: %i", cmbColorDepth->currentItem() );
+ tqDebug("current depth: %i", cmbColorDepth->currentItem() );
switch (cmbColorDepth->currentItem())
{
case 0: