summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqwidget.h')
-rw-r--r--src/kernel/ntqwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/ntqwidget.h b/src/kernel/ntqwidget.h
index b6c261cca..3a9f32eb3 100644
--- a/src/kernel/ntqwidget.h
+++ b/src/kernel/ntqwidget.h
@@ -65,7 +65,7 @@ class TQWSRegionManager;
class TQStyle;
class TQStyleControlElementData;
-class Q_EXPORT TQWidget : public TQObject, public TQPaintDevice
+class TQ_EXPORT TQWidget : public TQObject, public TQPaintDevice
{
TQ_OBJECT
TQ_ENUMS( BackgroundMode FocusPolicy BackgroundOrigin )
@@ -991,7 +991,7 @@ class TQOleDropTarget;
class TQMacDndExtra;
#endif
-struct Q_EXPORT TQTLWExtra {
+struct TQ_EXPORT TQTLWExtra {
#ifndef TQT_NO_WIDGET_TOPEXTRA
TQString caption; // widget caption
TQString iconText; // widget icon text
@@ -1046,7 +1046,7 @@ struct Q_EXPORT TQTLWExtra {
// dear user: you can see this struct, but it is internal. do not touch.
-struct Q_EXPORT TQWExtra {
+struct TQ_EXPORT TQWExtra {
TQ_INT16 minw, minh; // minimum size
TQ_INT16 maxw, maxh; // maximum size
TQPixmap *bg_pix; // background pixmap