summaryrefslogtreecommitdiffstats
path: root/src/tools/qgpluginmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qgpluginmanager.cpp')
-rw-r--r--src/tools/qgpluginmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qgpluginmanager.cpp b/src/tools/qgpluginmanager.cpp
index ac8a2eeb..8e2ea9a0 100644
--- a/src/tools/qgpluginmanager.cpp
+++ b/src/tools/qgpluginmanager.cpp
@@ -136,8 +136,8 @@ public:
efficiency.
*/
union {
- Q_UINT8 b[52];
- Q_UINT32 w[13];
+ TQ_UINT8 b[52];
+ TQ_UINT32 w[13];
};
TQCoMatrix() { memset( b, 0, 52 ); }