summaryrefslogtreecommitdiffstats
path: root/krdc/vnc/kvncview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/vnc/kvncview.cpp')
-rw-r--r--krdc/vnc/kvncview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krdc/vnc/kvncview.cpp b/krdc/vnc/kvncview.cpp
index d30ea356..88219776 100644
--- a/krdc/vnc/kvncview.cpp
+++ b/krdc/vnc/kvncview.cpp
@@ -94,8 +94,8 @@ KVncView::KVncView(TQWidget *parent,
setFocusPolicy(TQWidget::StrongFocus);
m_cb = TQApplication::clipboard();
- connect(m_cb, TQT_SIGNAL(selectionChanged()), this, TQT_SLOT(selectionChanged()));
- connect(m_cb, TQT_SIGNAL(dataChanged()), this, TQT_SLOT(clipboardChanged()));
+ connect(m_cb, TQ_SIGNAL(selectionChanged()), this, TQ_SLOT(selectionChanged()));
+ connect(m_cb, TQ_SIGNAL(dataChanged()), this, TQ_SLOT(clipboardChanged()));
TDEStandardDirs *dirs = TDEGlobal::dirs();
TQBitmap cursorBitmap(dirs->findResource("appdata",
@@ -290,7 +290,7 @@ bool KVncView::start() {
setStatus(REMOTE_VIEW_CONNECTING);
m_cthreadObject.moveToThread(&m_cthread);
- TQTimer::singleShot(0, &m_cthreadObject, SLOT(run()));
+ TQTimer::singleShot(0, &m_cthreadObject, TQ_SLOT(run()));
m_cthread.start();
setBackgroundMode(TQt::NoBackground);