summaryrefslogtreecommitdiffstats
path: root/krdc/kremoteview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:48:06 +0000
commit47c8a359c5276062c4bc17f0e82410f29081b502 (patch)
tree2d54a5f60a5b74067632f9ef6df58c2bc38155e6 /krdc/kremoteview.h
parent6f82532777a35e0e60bbd2b290b2e93e646f349b (diff)
downloadtdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.tar.gz
tdenetwork-47c8a359c5276062c4bc17f0e82410f29081b502.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krdc/kremoteview.h')
-rw-r--r--krdc/kremoteview.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/krdc/kremoteview.h b/krdc/kremoteview.h
index a3dbe438..09b312c0 100644
--- a/krdc/kremoteview.h
+++ b/krdc/kremoteview.h
@@ -19,7 +19,7 @@
#define KREMOTEVIEW_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kkeynative.h>
#include "events.h"
@@ -55,7 +55,7 @@ enum DotCursorState {
* maximum size to the remote size and minimum size to the
* smallest resolution that your scaler can handle.
* @li if you override mouseMoveEvent()
- * you must ignore the QEvent, because the KRDC widget will
+ * you must ignore the TQEvent, because the KRDC widget will
* need it for stuff like toolbar auto-hide and bump
* scrolling. If you use x11Event(), make sure that
* MotionNotify events will be forwarded.
@@ -65,7 +65,7 @@ class KRemoteView : public QWidget
{
Q_OBJECT
public:
- KRemoteView(QWidget *parent = 0,
+ KRemoteView(TQWidget *parent = 0,
const char *name = 0,
WFlags f = 0);
@@ -130,7 +130,7 @@ public:
/**
* Returns the resolution of the remote framebuffer.
- * It should return a null @ref QSize when the size
+ * It should return a null @ref TQSize when the size
* is not known.
* The backend must also emit a @ref changeSize()
* when the size of the framebuffer becomes available
@@ -138,7 +138,7 @@ public:
* @return the remote framebuffer size, a null QSize
* if unknown
*/
- virtual QSize framebufferSize() = 0;
+ virtual TQSize framebufferSize() = 0;
/**
* Initiate the disconnection. This doesn't need to happen
@@ -159,7 +159,7 @@ public:
* Returns the host the view is connected to.
* @return the host the view is connected to
*/
- virtual QString host() = 0;
+ virtual TQString host() = 0;
/**
* Returns the port the view is connected to.