summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp')
-rw-r--r--experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp b/experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp
index bc02db737..fe49df11e 100644
--- a/experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp
+++ b/experimental/tqtinterface/qt4/tools/qvfb/qvfbview.cpp
@@ -65,9 +65,9 @@
//#define TQT_TQWS_EXPERIMENTAL_REVERSE_BIT_ENDIANNESS
-TQVFbView::TQVFbView( int display_id, int w, int h, int d, TQWidget *tqparent,
+TQVFbView::TQVFbView( int display_id, int w, int h, int d, TQWidget *parent,
const char *name, uint flags )
- : TQScrollView( tqparent, name, flags ), emulateTouchscreen(FALSE), qwslock(NULL)
+ : TQScrollView( parent, name, flags ), emulateTouchscreen(FALSE), qwslock(NULL)
{
displayid = display_id;
viewport()->setMouseTracking( TRUE );