summaryrefslogtreecommitdiffstats
path: root/src/kernel/qapplication_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
-rw-r--r--src/kernel/qapplication_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index 0baf4c3b..7816325c 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -2611,7 +2611,7 @@ bool qt_wstate_iconified( WId winid )
&length, &after, &data );
bool iconic = FALSE;
if ( r == Success && data && format == 32 ) {
- // Q_UINT32 *wstate = (Q_UINT32*)data;
+ // TQ_UINT32 *wstate = (TQ_UINT32*)data;
unsigned long *wstate = (unsigned long *) data;
iconic = (*wstate == IconicState );
XFree( (char *)data );