diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 |
commit | b6c6d9f8dd1221e5d9dc5b674e93797761470024 (patch) | |
tree | 94563ba51148e9fd71f5c8df86439c84945d5d81 /experimental/tqtinterface/qt4/include/private | |
parent | 03256f3cd5149f3ff5f5f45765b0b0659db4e036 (diff) | |
download | tde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.tar.gz tde-b6c6d9f8dd1221e5d9dc5b674e93797761470024.zip |
rename the following methods:
tqparent parent
tqmask mask
Diffstat (limited to 'experimental/tqtinterface/qt4/include/private')
-rw-r--r-- | experimental/tqtinterface/qt4/include/private/qt4_qwidget_p.h | 4 |
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. |