summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h')
-rw-r--r--experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h b/experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h
index f2f21d49a..d3473c902 100644
--- a/experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h
+++ b/experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h
@@ -110,7 +110,7 @@ struct QTLWExtra {
uint dnd : 1; // DND properties installed
uint validWMState : 1; // is WM_STATE valid?
uint waitingForMapNotify : 1; // show() has been called, haven't got the MapNotify yet
- WId parentWinId; // tqparent window Id (valid after reparenting)
+ WId parentWinId; // parent window Id (valid after reparenting)
WId userTimeWindow; // window id that contains user-time timestamp when WM supports a _NET_WM_USER_TIME_WINDOW atom
QPoint fullScreenOffset;
#ifndef QT_NO_XSYNC
@@ -165,7 +165,7 @@ struct QWExtra {
QPointer<QWidget> focus_proxy;
// Implicit pointers (shared_empty/shared_null).
- QRegion tqmask; // widget tqmask
+ QRegion mask; // widget mask
QString styleSheet;
// Other variables.