summaryrefslogtreecommitdiffstats
path: root/krdc
diff options
context:
space:
mode:
Diffstat (limited to 'krdc')
-rw-r--r--krdc/keycapturedialog.h2
-rw-r--r--krdc/kfullscreenpanel.h4
-rw-r--r--krdc/krdc.h2
-rw-r--r--krdc/kremoteview.h2
-rw-r--r--krdc/kservicelocator.h2
-rw-r--r--krdc/main.h2
-rw-r--r--krdc/maindialog.h2
-rw-r--r--krdc/maindialogwidget.h2
-rw-r--r--krdc/preferencesdialog.h2
-rw-r--r--krdc/rdp/krdpview.h4
-rw-r--r--krdc/vnc/kvncview.h2
11 files changed, 13 insertions, 13 deletions
diff --git a/krdc/keycapturedialog.h b/krdc/keycapturedialog.h
index ee7a0153..42a0f19d 100644
--- a/krdc/keycapturedialog.h
+++ b/krdc/keycapturedialog.h
@@ -29,7 +29,7 @@ class KeyCaptureWidget;
class KeyCaptureDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
bool m_grabbed;
public:
diff --git a/krdc/kfullscreenpanel.h b/krdc/kfullscreenpanel.h
index d6e28927..429a7194 100644
--- a/krdc/kfullscreenpanel.h
+++ b/krdc/kfullscreenpanel.h
@@ -25,7 +25,7 @@
class Counter : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
private:
TQTimer m_timer;
float m_stopValue, m_currentValue, m_stepSize;
@@ -47,7 +47,7 @@ signals:
class KFullscreenPanel : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
private:
TQWidget *m_child;
TQVBoxLayout *m_layout;
diff --git a/krdc/krdc.h b/krdc/krdc.h
index 9c8ed657..17949297 100644
--- a/krdc/krdc.h
+++ b/krdc/krdc.h
@@ -63,7 +63,7 @@ protected:
class KRDC : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
private:
SmartPtr<KProgressDialog> m_progressDialog; // dialog, displayed while connecting
TQVBoxLayout *m_layout; // the layout for autosizing the scrollview
diff --git a/krdc/kremoteview.h b/krdc/kremoteview.h
index af4fb0ef..5869ea0e 100644
--- a/krdc/kremoteview.h
+++ b/krdc/kremoteview.h
@@ -64,7 +64,7 @@ enum DotCursorState {
class KRemoteView : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KRemoteView(TQWidget *parent = 0,
const char *name = 0,
diff --git a/krdc/kservicelocator.h b/krdc/kservicelocator.h
index 05e75f6e..b2ef8743 100644
--- a/krdc/kservicelocator.h
+++ b/krdc/kservicelocator.h
@@ -41,7 +41,7 @@ class KServiceLocatorPrivate;
*/
class KServiceLocator : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
private:
friend class KServiceLocatorPrivate;
KServiceLocatorPrivate *d;
diff --git a/krdc/main.h b/krdc/main.h
index ebea4b3f..95593651 100644
--- a/krdc/main.h
+++ b/krdc/main.h
@@ -27,7 +27,7 @@ class KApplication;
class MainController : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
private:
SmartPtr<KRDC> m_krdc;
WindowMode m_windowMode;
diff --git a/krdc/maindialog.h b/krdc/maindialog.h
index 03900ed9..c7743d22 100644
--- a/krdc/maindialog.h
+++ b/krdc/maindialog.h
@@ -27,7 +27,7 @@ class MainDialogWidget;
class MainDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainDialog( TQWidget *parent, const char *name=0 );
~MainDialog() {}
diff --git a/krdc/maindialogwidget.h b/krdc/maindialogwidget.h
index 5241bee6..173c8310 100644
--- a/krdc/maindialogwidget.h
+++ b/krdc/maindialogwidget.h
@@ -30,7 +30,7 @@
class MainDialogWidget : public MainDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainDialogWidget( TQWidget *parent, const char *name );
diff --git a/krdc/preferencesdialog.h b/krdc/preferencesdialog.h
index 947d38c0..5f1748bd 100644
--- a/krdc/preferencesdialog.h
+++ b/krdc/preferencesdialog.h
@@ -33,7 +33,7 @@ class RdpPrefs;
class PreferencesDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
PreferencesDialog( TQWidget *parent, const char *name=0 );
diff --git a/krdc/rdp/krdpview.h b/krdc/rdp/krdpview.h
index 7f6180b5..edab5870 100644
--- a/krdc/rdp/krdpview.h
+++ b/krdc/rdp/krdpview.h
@@ -34,7 +34,7 @@ class KRdpView;
class RdpContainer : public QXEmbed
{
Q_OBJECT
- TQ_OBJECT
+
friend class KRdpView;
@@ -56,7 +56,7 @@ class RdpContainer : public QXEmbed
class KRdpView : public KRemoteView
{
Q_OBJECT
- TQ_OBJECT
+
public:
// constructor and destructor
diff --git a/krdc/vnc/kvncview.h b/krdc/vnc/kvncview.h
index 7a8c9a2c..c2c137b6 100644
--- a/krdc/vnc/kvncview.h
+++ b/krdc/vnc/kvncview.h
@@ -32,7 +32,7 @@ class TQClipBoard;
class KVncView : public KRemoteView
{
Q_OBJECT
- TQ_OBJECT
+
private:
ControllerThread m_cthread;
WriterThread m_wthread;