summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-13 13:18:58 +0900
commit1ba13366a7a377d50b9e8df9044ce11d8209f98c (patch)
tree40765573bcccd42239475344141eb98d2ac5d45e /src/widgets
parent926102a455014e6ab308aaced19e32eed7ed4414 (diff)
downloadtqt3-1ba13366a7a377d50b9e8df9044ce11d8209f98c.tar.gz
tqt3-1ba13366a7a377d50b9e8df9044ce11d8209f98c.zip
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/ntqaction.h4
-rw-r--r--src/widgets/ntqbutton.h2
-rw-r--r--src/widgets/ntqbuttongroup.h2
-rw-r--r--src/widgets/ntqcheckbox.h2
-rw-r--r--src/widgets/ntqcombobox.h2
-rw-r--r--src/widgets/ntqdatetimeedit.h8
-rw-r--r--src/widgets/ntqdial.h2
-rw-r--r--src/widgets/ntqdockarea.h8
-rw-r--r--src/widgets/ntqdockwindow.h2
-rw-r--r--src/widgets/ntqframe.h2
-rw-r--r--src/widgets/ntqgrid.h2
-rw-r--r--src/widgets/ntqgridview.h2
-rw-r--r--src/widgets/ntqgroupbox.h2
-rw-r--r--src/widgets/ntqhbox.h2
-rw-r--r--src/widgets/ntqhbuttongroup.h2
-rw-r--r--src/widgets/ntqheader.h4
-rw-r--r--src/widgets/ntqhgroupbox.h2
-rw-r--r--src/widgets/ntqiconview.h8
-rw-r--r--src/widgets/ntqlabel.h2
-rw-r--r--src/widgets/ntqlcdnumber.h2
-rw-r--r--src/widgets/ntqlineedit.h2
-rw-r--r--src/widgets/ntqlistbox.h8
-rw-r--r--src/widgets/ntqlistview.h8
-rw-r--r--src/widgets/ntqmainwindow.h6
-rw-r--r--src/widgets/ntqmenubar.h2
-rw-r--r--src/widgets/ntqmenudata.h6
-rw-r--r--src/widgets/ntqmultilineedit.h2
-rw-r--r--src/widgets/ntqpopupmenu.h2
-rw-r--r--src/widgets/ntqprogressbar.h2
-rw-r--r--src/widgets/ntqpushbutton.h2
-rw-r--r--src/widgets/ntqradiobutton.h2
-rw-r--r--src/widgets/ntqrangecontrol.h4
-rw-r--r--src/widgets/ntqscrollbar.h2
-rw-r--r--src/widgets/ntqscrollview.h2
-rw-r--r--src/widgets/ntqslider.h2
-rw-r--r--src/widgets/ntqspinbox.h2
-rw-r--r--src/widgets/ntqsplashscreen.h2
-rw-r--r--src/widgets/ntqsplitter.h10
-rw-r--r--src/widgets/ntqstatusbar.h2
-rw-r--r--src/widgets/ntqsyntaxhighlighter.h2
-rw-r--r--src/widgets/ntqtabbar.h4
-rw-r--r--src/widgets/ntqtabwidget.h2
-rw-r--r--src/widgets/ntqtextbrowser.h2
-rw-r--r--src/widgets/ntqtextedit.h4
-rw-r--r--src/widgets/ntqtextview.h2
-rw-r--r--src/widgets/ntqtoolbar.h2
-rw-r--r--src/widgets/ntqtoolbox.h2
-rw-r--r--src/widgets/ntqtoolbutton.h2
-rw-r--r--src/widgets/ntqtooltip.h4
-rw-r--r--src/widgets/ntqvalidator.h8
-rw-r--r--src/widgets/ntqvbox.h2
-rw-r--r--src/widgets/ntqvbuttongroup.h2
-rw-r--r--src/widgets/ntqvgroupbox.h2
-rw-r--r--src/widgets/ntqwhatsthis.h2
-rw-r--r--src/widgets/ntqwidgetplugin.h4
-rw-r--r--src/widgets/ntqwidgetstack.h2
-rw-r--r--src/widgets/qdatetimeedit.cpp2
-rw-r--r--src/widgets/qdockarea.cpp2
-rw-r--r--src/widgets/qeffects_p.h4
-rw-r--r--src/widgets/qiconview.cpp4
-rw-r--r--src/widgets/qtitlebar_p.h2
-rw-r--r--src/widgets/qwidgetplugin.cpp8
-rw-r--r--src/widgets/qwidgetresizehandler_p.h2
63 files changed, 101 insertions, 101 deletions
diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h
index cb568071..a00d7d8f 100644
--- a/src/widgets/ntqaction.h
+++ b/src/widgets/ntqaction.h
@@ -56,7 +56,7 @@ class TQStatusBar;
class TQPopupMenu;
class TQToolTipGroup;
-class Q_EXPORT TQAction : public TQObject
+class TQ_EXPORT TQAction : public TQObject
{
TQ_OBJECT
TQ_PROPERTY( bool toggleAction READ isToggleAction WRITE setToggleAction)
@@ -151,7 +151,7 @@ private:
#endif
};
-class Q_EXPORT TQActionGroup : public TQAction
+class TQ_EXPORT TQActionGroup : public TQAction
{
TQ_OBJECT
TQ_PROPERTY( bool exclusive READ isExclusive WRITE setExclusive )
diff --git a/src/widgets/ntqbutton.h b/src/widgets/ntqbutton.h
index 50d10e66..0d0aa65e 100644
--- a/src/widgets/ntqbutton.h
+++ b/src/widgets/ntqbutton.h
@@ -53,7 +53,7 @@ class TQButtonGroup;
class TQToolBar;
class TQButtonData;
-class Q_EXPORT TQButton : public TQWidget
+class TQ_EXPORT TQButton : public TQWidget
{
TQ_OBJECT
TQ_ENUMS( ToggleType ToggleState )
diff --git a/src/widgets/ntqbuttongroup.h b/src/widgets/ntqbuttongroup.h
index 0903ae91..1eff3288 100644
--- a/src/widgets/ntqbuttongroup.h
+++ b/src/widgets/ntqbuttongroup.h
@@ -52,7 +52,7 @@ class TQButton;
class TQButtonList;
-class Q_EXPORT TQButtonGroup : public TQGroupBox
+class TQ_EXPORT TQButtonGroup : public TQGroupBox
{
TQ_OBJECT
TQ_PROPERTY( bool exclusive READ isExclusive WRITE setExclusive )
diff --git a/src/widgets/ntqcheckbox.h b/src/widgets/ntqcheckbox.h
index 4c91197e..4a63e4b4 100644
--- a/src/widgets/ntqcheckbox.h
+++ b/src/widgets/ntqcheckbox.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_CHECKBOX
-class Q_EXPORT TQCheckBox : public TQButton
+class TQ_EXPORT TQCheckBox : public TQButton
{
TQ_OBJECT
TQ_PROPERTY( bool checked READ isChecked WRITE setChecked )
diff --git a/src/widgets/ntqcombobox.h b/src/widgets/ntqcombobox.h
index faca22c2..f7bf2e42 100644
--- a/src/widgets/ntqcombobox.h
+++ b/src/widgets/ntqcombobox.h
@@ -56,7 +56,7 @@ class TQListBox;
class TQComboBoxData;
class TQWheelEvent;
-class Q_EXPORT TQComboBox : public TQWidget
+class TQ_EXPORT TQComboBox : public TQWidget
{
TQ_OBJECT
TQ_ENUMS( Policy )
diff --git a/src/widgets/ntqdatetimeedit.h b/src/widgets/ntqdatetimeedit.h
index b96ff38d..6ff8f021 100644
--- a/src/widgets/ntqdatetimeedit.h
+++ b/src/widgets/ntqdatetimeedit.h
@@ -49,7 +49,7 @@
#ifndef TQT_NO_DATETIMEEDIT
-class Q_EXPORT TQDateTimeEditBase : public TQWidget
+class TQ_EXPORT TQDateTimeEditBase : public TQWidget
{
TQ_OBJECT
public:
@@ -74,7 +74,7 @@ private:
class TQDateEditPrivate;
-class Q_EXPORT TQDateEdit : public TQDateTimeEditBase
+class TQ_EXPORT TQDateEdit : public TQDateTimeEditBase
{
TQ_OBJECT
TQ_ENUMS( Order )
@@ -154,7 +154,7 @@ private:
class TQTimeEditPrivate;
-class Q_EXPORT TQTimeEdit : public TQDateTimeEditBase
+class TQ_EXPORT TQTimeEdit : public TQDateTimeEditBase
{
TQ_OBJECT
TQ_SETS( Display )
@@ -238,7 +238,7 @@ private:
class TQDateTimeEditPrivate;
-class Q_EXPORT TQDateTimeEdit : public TQWidget
+class TQ_EXPORT TQDateTimeEdit : public TQWidget
{
TQ_OBJECT
TQ_PROPERTY( TQDateTime dateTime READ dateTime WRITE setDateTime )
diff --git a/src/widgets/ntqdial.h b/src/widgets/ntqdial.h
index bb1f1737..b4dba6ee 100644
--- a/src/widgets/ntqdial.h
+++ b/src/widgets/ntqdial.h
@@ -51,7 +51,7 @@
class TQDialPrivate;
-class Q_EXPORT TQDial: public TQWidget, public TQRangeControl
+class TQ_EXPORT TQDial: public TQWidget, public TQRangeControl
{
TQ_OBJECT
TQ_PROPERTY( bool tracking READ tracking WRITE setTracking )
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h
index 39ad32a5..e3a767c4 100644
--- a/src/widgets/ntqdockarea.h
+++ b/src/widgets/ntqdockarea.h
@@ -60,7 +60,7 @@ class TQMouseEvent;
class TQDockWindowResizeHandle;
class TQDockAreaPrivate;
-class Q_EXPORT TQDockAreaLayout : public TQLayout
+class TQ_EXPORT TQDockAreaLayout : public TQLayout
{
TQ_OBJECT
friend class TQDockArea;
@@ -103,7 +103,7 @@ private:
#endif
};
-class Q_EXPORT TQDockArea : public TQWidget
+class TQ_EXPORT TQDockArea : public TQWidget
{
TQ_OBJECT
TQ_ENUMS( HandlePosition )
@@ -180,8 +180,8 @@ private: // Disabled copy constructor and operator=
};
#ifndef TQT_NO_TEXTSTREAM
-Q_EXPORT TQTextStream &operator<<( TQTextStream &, const TQDockArea & );
-Q_EXPORT TQTextStream &operator>>( TQTextStream &, TQDockArea & );
+TQ_EXPORT TQTextStream &operator<<( TQTextStream &, const TQDockArea & );
+TQ_EXPORT TQTextStream &operator>>( TQTextStream &, TQDockArea & );
#endif
#define Q_DEFINED_QDOCKAREA
diff --git a/src/widgets/ntqdockwindow.h b/src/widgets/ntqdockwindow.h
index 6f5d69fd..51d8ab45 100644
--- a/src/widgets/ntqdockwindow.h
+++ b/src/widgets/ntqdockwindow.h
@@ -62,7 +62,7 @@ class TQDockWindowPrivate;
class TQToolBar;
class TQWindowsXPStyle;
-class Q_EXPORT TQDockWindow : public TQFrame
+class TQ_EXPORT TQDockWindow : public TQFrame
{
TQ_OBJECT
TQ_ENUMS( CloseMode Place )
diff --git a/src/widgets/ntqframe.h b/src/widgets/ntqframe.h
index 74710e0c..e0afe592 100644
--- a/src/widgets/ntqframe.h
+++ b/src/widgets/ntqframe.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_FRAME
-class Q_EXPORT TQFrame : public TQWidget
+class TQ_EXPORT TQFrame : public TQWidget
{
TQ_OBJECT
TQ_ENUMS( Shape Shadow )
diff --git a/src/widgets/ntqgrid.h b/src/widgets/ntqgrid.h
index 7479b954..8fd72e4d 100644
--- a/src/widgets/ntqgrid.h
+++ b/src/widgets/ntqgrid.h
@@ -45,7 +45,7 @@
class TQGridLayout;
-class Q_EXPORT TQGrid : public TQFrame
+class TQ_EXPORT TQGrid : public TQFrame
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqgridview.h b/src/widgets/ntqgridview.h
index e08adfa5..6a8a3c18 100644
--- a/src/widgets/ntqgridview.h
+++ b/src/widgets/ntqgridview.h
@@ -49,7 +49,7 @@
class TQGridViewPrivate;
-class Q_EXPORT TQGridView : public TQScrollView
+class TQ_EXPORT TQGridView : public TQScrollView
{
TQ_OBJECT
TQ_PROPERTY( int numRows READ numRows WRITE setNumRows )
diff --git a/src/widgets/ntqgroupbox.h b/src/widgets/ntqgroupbox.h
index 42c674b4..5a33f132 100644
--- a/src/widgets/ntqgroupbox.h
+++ b/src/widgets/ntqgroupbox.h
@@ -54,7 +54,7 @@ class TQVBoxLayout;
class TQGridLayout;
class TQSpacerItem;
-class Q_EXPORT TQGroupBox : public TQFrame
+class TQ_EXPORT TQGroupBox : public TQFrame
{
TQ_OBJECT
TQ_PROPERTY( TQString title READ title WRITE setTitle )
diff --git a/src/widgets/ntqhbox.h b/src/widgets/ntqhbox.h
index b2fd7594..8b45cb75 100644
--- a/src/widgets/ntqhbox.h
+++ b/src/widgets/ntqhbox.h
@@ -48,7 +48,7 @@
class TQBoxLayout;
-class Q_EXPORT TQHBox : public TQFrame
+class TQ_EXPORT TQHBox : public TQFrame
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqhbuttongroup.h b/src/widgets/ntqhbuttongroup.h
index acc4b0fc..b101a4c6 100644
--- a/src/widgets/ntqhbuttongroup.h
+++ b/src/widgets/ntqhbuttongroup.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_HBUTTONGROUP
-class Q_EXPORT TQHButtonGroup : public TQButtonGroup
+class TQ_EXPORT TQHButtonGroup : public TQButtonGroup
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqheader.h b/src/widgets/ntqheader.h
index 65df516a..7030fe11 100644
--- a/src/widgets/ntqheader.h
+++ b/src/widgets/ntqheader.h
@@ -53,7 +53,7 @@ class TQShowEvent;
class TQHeaderData;
class TQTable;
-class Q_EXPORT TQHeader : public TQWidget
+class TQ_EXPORT TQHeader : public TQWidget
{
friend class TQTable;
friend class TQTableHeader;
@@ -212,7 +212,7 @@ inline TQHeader::Orientation TQHeader::orientation() const
inline void TQHeader::setTracking( bool enable ) { trackingIsOn = enable; }
inline bool TQHeader::tracking() const { return trackingIsOn; }
-extern Q_EXPORT bool tqt_qheader_label_return_null_strings; // needed for professional edition
+extern TQ_EXPORT bool tqt_qheader_label_return_null_strings; // needed for professional edition
#endif // TQT_NO_HEADER
diff --git a/src/widgets/ntqhgroupbox.h b/src/widgets/ntqhgroupbox.h
index a6f81893..b71776a0 100644
--- a/src/widgets/ntqhgroupbox.h
+++ b/src/widgets/ntqhgroupbox.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_HGROUPBOX
-class Q_EXPORT TQHGroupBox : public TQGroupBox
+class TQ_EXPORT TQHGroupBox : public TQGroupBox
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqiconview.h b/src/widgets/ntqiconview.h
index e9c5d949..c7ebd66d 100644
--- a/src/widgets/ntqiconview.h
+++ b/src/widgets/ntqiconview.h
@@ -72,7 +72,7 @@ class TQIconDragPrivate;
#ifndef TQT_NO_DRAGANDDROP
-class Q_EXPORT TQIconDragItem
+class TQ_EXPORT TQIconDragItem
{
public:
TQIconDragItem();
@@ -86,7 +86,7 @@ private:
};
-class Q_EXPORT TQIconDrag : public TQDragObject
+class TQ_EXPORT TQIconDrag : public TQDragObject
{
TQ_OBJECT
public:
@@ -116,7 +116,7 @@ private:
class TQIconViewToolTip;
class TQIconViewItemPrivate;
-class Q_EXPORT TQIconViewItem : public TQt
+class TQ_EXPORT TQIconViewItem : public TQt
{
friend class TQIconView;
friend class TQIconViewToolTip;
@@ -263,7 +263,7 @@ private:
class TQIconViewPrivate; /* don't touch */
-class Q_EXPORT TQIconView : public TQScrollView
+class TQ_EXPORT TQIconView : public TQScrollView
{
friend class TQIconViewItem;
friend class TQIconViewPrivate;
diff --git a/src/widgets/ntqlabel.h b/src/widgets/ntqlabel.h
index e9c348e4..f8d72880 100644
--- a/src/widgets/ntqlabel.h
+++ b/src/widgets/ntqlabel.h
@@ -50,7 +50,7 @@
class TQSimpleRichText;
class TQLabelPrivate;
-class Q_EXPORT TQLabel : public TQFrame
+class TQ_EXPORT TQLabel : public TQFrame
{
TQ_OBJECT
TQ_PROPERTY( TQString text READ text WRITE setText )
diff --git a/src/widgets/ntqlcdnumber.h b/src/widgets/ntqlcdnumber.h
index 14013129..780f4af2 100644
--- a/src/widgets/ntqlcdnumber.h
+++ b/src/widgets/ntqlcdnumber.h
@@ -51,7 +51,7 @@
class TQLCDNumberPrivate;
-class Q_EXPORT TQLCDNumber : public TQFrame // LCD number widget
+class TQ_EXPORT TQLCDNumber : public TQFrame // LCD number widget
{
TQ_OBJECT
TQ_ENUMS( Mode SegmentStyle )
diff --git a/src/widgets/ntqlineedit.h b/src/widgets/ntqlineedit.h
index 1542acbd..0748a5d2 100644
--- a/src/widgets/ntqlineedit.h
+++ b/src/widgets/ntqlineedit.h
@@ -56,7 +56,7 @@ class TQPopupMenu;
class TQTextParagraph;
class TQTextCursor;
-class Q_EXPORT TQLineEdit : public TQFrame
+class TQ_EXPORT TQLineEdit : public TQFrame
{
TQ_OBJECT
TQ_ENUMS( EchoMode )
diff --git a/src/widgets/ntqlistbox.h b/src/widgets/ntqlistbox.h
index 6a44866b..a0eba432 100644
--- a/src/widgets/ntqlistbox.h
+++ b/src/widgets/ntqlistbox.h
@@ -56,7 +56,7 @@ class TQStrList;
class TQStringList;
-class Q_EXPORT TQListBox : public TQScrollView
+class TQ_EXPORT TQListBox : public TQScrollView
{
friend class TQListBoxItem;
friend class TQListBoxPrivate;
@@ -315,7 +315,7 @@ private: // Disabled copy constructor and operator=
};
-class Q_EXPORT TQListBoxItem
+class TQ_EXPORT TQListBoxItem
{
public:
TQListBoxItem( TQListBox* listbox = 0 );
@@ -373,7 +373,7 @@ private: // Disabled copy constructor and operator=
};
-class Q_EXPORT TQListBoxText : public TQListBoxItem
+class TQ_EXPORT TQListBoxText : public TQListBoxItem
{
public:
TQListBoxText( TQListBox* listbox, const TQString & text=TQString::null );
@@ -398,7 +398,7 @@ private: // Disabled copy constructor and operator=
};
-class Q_EXPORT TQListBoxPixmap : public TQListBoxItem
+class TQ_EXPORT TQListBoxPixmap : public TQListBoxItem
{
public:
TQListBoxPixmap( TQListBox* listbox, const TQPixmap & );
diff --git a/src/widgets/ntqlistview.h b/src/widgets/ntqlistview.h
index 250389a5..b4651337 100644
--- a/src/widgets/ntqlistview.h
+++ b/src/widgets/ntqlistview.h
@@ -63,7 +63,7 @@ class TQMimeSource;
class TQLineEdit;
class TQListViewToolTip;
-class Q_EXPORT TQListViewItem : public TQt
+class TQ_EXPORT TQListViewItem : public TQt
{
friend class TQListViewItemIterator;
friend class TQListViewToolTip;
@@ -234,7 +234,7 @@ private:
class TQCheckListItem;
-class Q_EXPORT TQListView: public TQScrollView
+class TQ_EXPORT TQListView: public TQScrollView
{
friend class TQListViewItemIterator;
friend class TQListViewItem;
@@ -468,7 +468,7 @@ private: // Disabled copy constructor and operator=
};
-class Q_EXPORT TQCheckListItem : public TQListViewItem
+class TQ_EXPORT TQCheckListItem : public TQListViewItem
{
public:
enum Type { RadioButton,
@@ -540,7 +540,7 @@ private:
TQCheckListItemPrivate *d;
};
-class Q_EXPORT TQListViewItemIterator
+class TQ_EXPORT TQListViewItemIterator
{
friend struct TQListViewPrivate;
friend class TQListView;
diff --git a/src/widgets/ntqmainwindow.h b/src/widgets/ntqmainwindow.h
index 1104608a..02e2939a 100644
--- a/src/widgets/ntqmainwindow.h
+++ b/src/widgets/ntqmainwindow.h
@@ -57,7 +57,7 @@ class TQMainWindowPrivate;
class TQMainWindowLayout;
class TQPopupMenu;
-class Q_EXPORT TQMainWindow: public TQWidget
+class TQ_EXPORT TQMainWindow: public TQWidget
{
TQ_OBJECT
TQ_PROPERTY( bool rightJustification READ rightJustification WRITE setRightJustification DESIGNABLE false )
@@ -252,8 +252,8 @@ inline void TQMainWindow::setToolBarsMovable( bool b )
#endif
#ifndef TQT_NO_TEXTSTREAM
-Q_EXPORT TQTextStream &operator<<( TQTextStream &, const TQMainWindow & );
-Q_EXPORT TQTextStream &operator>>( TQTextStream &, TQMainWindow & );
+TQ_EXPORT TQTextStream &operator<<( TQTextStream &, const TQMainWindow & );
+TQ_EXPORT TQTextStream &operator>>( TQTextStream &, TQMainWindow & );
#endif
#endif // TQT_NO_MAINWINDOW
diff --git a/src/widgets/ntqmenubar.h b/src/widgets/ntqmenubar.h
index 03b7cc1d..5212ca52 100644
--- a/src/widgets/ntqmenubar.h
+++ b/src/widgets/ntqmenubar.h
@@ -51,7 +51,7 @@
class TQPopupMenu;
-class Q_EXPORT TQMenuBar : public TQFrame, public TQMenuData
+class TQ_EXPORT TQMenuBar : public TQFrame, public TQMenuData
{
TQ_OBJECT
TQ_ENUMS( Separator )
diff --git a/src/widgets/ntqmenudata.h b/src/widgets/ntqmenudata.h
index 620c0daf..0f7e08af 100644
--- a/src/widgets/ntqmenudata.h
+++ b/src/widgets/ntqmenudata.h
@@ -59,7 +59,7 @@ class TQObject;
class TQCustomMenuItem;
class TQMenuItemData;
-class Q_EXPORT TQMenuItem // internal menu item class
+class TQ_EXPORT TQMenuItem // internal menu item class
{
friend class TQMenuData;
public:
@@ -137,7 +137,7 @@ typedef TQPtrList<TQMenuItem> TQMenuItemList;
typedef TQPtrListIterator<TQMenuItem> TQMenuItemListIt;
-class Q_EXPORT TQCustomMenuItem : public TQt
+class TQ_EXPORT TQCustomMenuItem : public TQt
{
public:
TQCustomMenuItem();
@@ -151,7 +151,7 @@ public:
};
-class Q_EXPORT TQMenuData // menu data class
+class TQ_EXPORT TQMenuData // menu data class
{
friend class TQMenuBar;
friend class TQPopupMenu;
diff --git a/src/widgets/ntqmultilineedit.h b/src/widgets/ntqmultilineedit.h
index a40e8df9..bbf22d8b 100644
--- a/src/widgets/ntqmultilineedit.h
+++ b/src/widgets/ntqmultilineedit.h
@@ -51,7 +51,7 @@ class TQMultiLineEditCommand;
class TQValidator;
class TQMultiLineEditData;
-class Q_EXPORT TQMultiLineEdit : public TQTextEdit
+class TQ_EXPORT TQMultiLineEdit : public TQTextEdit
{
TQ_OBJECT
TQ_PROPERTY( int numLines READ numLines )
diff --git a/src/widgets/ntqpopupmenu.h b/src/widgets/ntqpopupmenu.h
index 6fb1e1b4..04ae7db8 100644
--- a/src/widgets/ntqpopupmenu.h
+++ b/src/widgets/ntqpopupmenu.h
@@ -49,7 +49,7 @@
#ifndef TQT_NO_POPUPMENU
class TQPopupMenuPrivate;
-class Q_EXPORT TQPopupMenu : public TQFrame, public TQMenuData
+class TQ_EXPORT TQPopupMenu : public TQFrame, public TQMenuData
{
TQ_OBJECT
TQ_PROPERTY( bool checkable READ isCheckable WRITE setCheckable )
diff --git a/src/widgets/ntqprogressbar.h b/src/widgets/ntqprogressbar.h
index 4515b098..c84b8d85 100644
--- a/src/widgets/ntqprogressbar.h
+++ b/src/widgets/ntqprogressbar.h
@@ -51,7 +51,7 @@
class TQProgressBarPrivate;
-class Q_EXPORT TQProgressBar : public TQFrame
+class TQ_EXPORT TQProgressBar : public TQFrame
{
TQ_OBJECT
TQ_PROPERTY( int totalSteps READ totalSteps WRITE setTotalSteps )
diff --git a/src/widgets/ntqpushbutton.h b/src/widgets/ntqpushbutton.h
index fc52aac3..1b77f5d4 100644
--- a/src/widgets/ntqpushbutton.h
+++ b/src/widgets/ntqpushbutton.h
@@ -50,7 +50,7 @@
class TQPushButtonPrivate;
class TQPopupMenu;
-class Q_EXPORT TQPushButton : public TQButton
+class TQ_EXPORT TQPushButton : public TQButton
{
TQ_OBJECT
diff --git a/src/widgets/ntqradiobutton.h b/src/widgets/ntqradiobutton.h
index b660eadb..1c7c0ae3 100644
--- a/src/widgets/ntqradiobutton.h
+++ b/src/widgets/ntqradiobutton.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_RADIOBUTTON
-class Q_EXPORT TQRadioButton : public TQButton
+class TQ_EXPORT TQRadioButton : public TQButton
{
TQ_OBJECT
TQ_PROPERTY( bool checked READ isChecked WRITE setChecked )
diff --git a/src/widgets/ntqrangecontrol.h b/src/widgets/ntqrangecontrol.h
index 63f10166..46072b58 100644
--- a/src/widgets/ntqrangecontrol.h
+++ b/src/widgets/ntqrangecontrol.h
@@ -52,7 +52,7 @@
class TQRangeControlPrivate;
-class Q_EXPORT TQRangeControl
+class TQ_EXPORT TQRangeControl
{
public:
TQRangeControl();
@@ -127,7 +127,7 @@ inline int TQRangeControl::pageStep() const
#ifndef TQT_NO_SPINWIDGET
class TQSpinWidgetPrivate;
-class Q_EXPORT TQSpinWidget : public TQWidget
+class TQ_EXPORT TQSpinWidget : public TQWidget
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqscrollbar.h b/src/widgets/ntqscrollbar.h
index dffd0993..ab52ff62 100644
--- a/src/widgets/ntqscrollbar.h
+++ b/src/widgets/ntqscrollbar.h
@@ -50,7 +50,7 @@ class TQTimer;
#ifndef TQT_NO_SCROLLBAR
-class Q_EXPORT TQScrollBar : public TQWidget, public TQRangeControl
+class TQ_EXPORT TQScrollBar : public TQWidget, public TQRangeControl
{
TQ_OBJECT
TQ_PROPERTY( int minValue READ minValue WRITE setMinValue )
diff --git a/src/widgets/ntqscrollview.h b/src/widgets/ntqscrollview.h
index abad327e..c9dcc884 100644
--- a/src/widgets/ntqscrollview.h
+++ b/src/widgets/ntqscrollview.h
@@ -49,7 +49,7 @@
class TQScrollViewData;
-class Q_EXPORT TQScrollView : public TQFrame
+class TQ_EXPORT TQScrollView : public TQFrame
{
TQ_OBJECT
TQ_ENUMS( ResizePolicy ScrollBarMode )
diff --git a/src/widgets/ntqslider.h b/src/widgets/ntqslider.h
index c5e922f9..1bf9a6c6 100644
--- a/src/widgets/ntqslider.h
+++ b/src/widgets/ntqslider.h
@@ -52,7 +52,7 @@ struct TQSliderPrivate;
class TQTimer;
-class Q_EXPORT TQSlider : public TQWidget, public TQRangeControl
+class TQ_EXPORT TQSlider : public TQWidget, public TQRangeControl
{
TQ_OBJECT
TQ_ENUMS( TickSetting )
diff --git a/src/widgets/ntqspinbox.h b/src/widgets/ntqspinbox.h
index 0657b3b5..5b1abd8b 100644
--- a/src/widgets/ntqspinbox.h
+++ b/src/widgets/ntqspinbox.h
@@ -52,7 +52,7 @@ class TQLineEdit;
class TQValidator;
class TQSpinBoxPrivate;
-class Q_EXPORT TQSpinBox: public TQWidget, public TQRangeControl
+class TQ_EXPORT TQSpinBox: public TQWidget, public TQRangeControl
{
TQ_OBJECT
TQ_ENUMS( ButtonSymbols )
diff --git a/src/widgets/ntqsplashscreen.h b/src/widgets/ntqsplashscreen.h
index 131ab1aa..6649923e 100644
--- a/src/widgets/ntqsplashscreen.h
+++ b/src/widgets/ntqsplashscreen.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_SPLASHSCREEN
class TQSplashScreenPrivate;
-class Q_EXPORT TQSplashScreen : public TQWidget
+class TQ_EXPORT TQSplashScreen : public TQWidget
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqsplitter.h b/src/widgets/ntqsplitter.h
index cc8c431c..887b1b26 100644
--- a/src/widgets/ntqsplitter.h
+++ b/src/widgets/ntqsplitter.h
@@ -69,7 +69,7 @@ public:
int handleWidth;
};
-class Q_EXPORT TQSplitterLayoutStruct : public TQt
+class TQ_EXPORT TQSplitterLayoutStruct : public TQt
{
public:
TQCOORD sizer;
@@ -83,7 +83,7 @@ public:
TQCOORD getSizer( Orientation orient );
};
-class Q_EXPORT TQSplitter : public TQFrame
+class TQ_EXPORT TQSplitter : public TQFrame
{
TQ_OBJECT
TQ_PROPERTY( Orientation orientation READ orientation WRITE setOrientation )
@@ -186,11 +186,11 @@ private:
};
#ifndef TQT_NO_TEXTSTREAM
-Q_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& );
-Q_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& );
+TQ_EXPORT TQTextStream& operator<<( TQTextStream&, const TQSplitter& );
+TQ_EXPORT TQTextStream& operator>>( TQTextStream&, TQSplitter& );
#endif
-class Q_EXPORT TQSplitterHandle : public TQWidget
+class TQ_EXPORT TQSplitterHandle : public TQWidget
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqstatusbar.h b/src/widgets/ntqstatusbar.h
index 91fe500b..4b3f98f3 100644
--- a/src/widgets/ntqstatusbar.h
+++ b/src/widgets/ntqstatusbar.h
@@ -51,7 +51,7 @@
class TQStatusBarPrivate;
-class Q_EXPORT TQStatusBar: public TQWidget
+class TQ_EXPORT TQStatusBar: public TQWidget
{
TQ_OBJECT
TQ_PROPERTY( bool sizeGripEnabled READ isSizeGripEnabled WRITE setSizeGripEnabled )
diff --git a/src/widgets/ntqsyntaxhighlighter.h b/src/widgets/ntqsyntaxhighlighter.h
index 34421100..7ecb0740 100644
--- a/src/widgets/ntqsyntaxhighlighter.h
+++ b/src/widgets/ntqsyntaxhighlighter.h
@@ -52,7 +52,7 @@ class TQSyntaxHighlighterInternal;
class TQSyntaxHighlighterPrivate;
class TQTextParagraph;
-class Q_EXPORT TQSyntaxHighlighter : public TQt
+class TQ_EXPORT TQSyntaxHighlighter : public TQt
{
friend class TQSyntaxHighlighterInternal;
diff --git a/src/widgets/ntqtabbar.h b/src/widgets/ntqtabbar.h
index 8aa5bb02..9e8f7166 100644
--- a/src/widgets/ntqtabbar.h
+++ b/src/widgets/ntqtabbar.h
@@ -49,7 +49,7 @@
class TQTabBar;
class TQIconSet;
-class Q_EXPORT TQTab : public TQt
+class TQ_EXPORT TQTab : public TQt
{
friend class TQTabBar;
friend class TQTabWidget;
@@ -85,7 +85,7 @@ private:
struct TQTabPrivate;
//class *TQAccel;
-class Q_EXPORT TQTabBar: public TQWidget
+class TQ_EXPORT TQTabBar: public TQWidget
{
TQ_OBJECT
TQ_ENUMS( Shape )
diff --git a/src/widgets/ntqtabwidget.h b/src/widgets/ntqtabwidget.h
index f60739bd..e2ba055c 100644
--- a/src/widgets/ntqtabwidget.h
+++ b/src/widgets/ntqtabwidget.h
@@ -54,7 +54,7 @@ class TQTab;
class TQWidgetStack;
-class Q_EXPORT TQTabWidget : public TQWidget
+class TQ_EXPORT TQTabWidget : public TQWidget
{
TQ_OBJECT
TQ_ENUMS( TabPosition )
diff --git a/src/widgets/ntqtextbrowser.h b/src/widgets/ntqtextbrowser.h
index c852fa3a..32806a53 100644
--- a/src/widgets/ntqtextbrowser.h
+++ b/src/widgets/ntqtextbrowser.h
@@ -52,7 +52,7 @@
class TQTextBrowserData;
-class Q_EXPORT TQTextBrowser : public TQTextEdit
+class TQ_EXPORT TQTextBrowser : public TQTextEdit
{
TQ_OBJECT
TQ_PROPERTY( TQString source READ source WRITE setSource )
diff --git a/src/widgets/ntqtextedit.h b/src/widgets/ntqtextedit.h
index b103cc29..3cd475c9 100644
--- a/src/widgets/ntqtextedit.h
+++ b/src/widgets/ntqtextedit.h
@@ -132,7 +132,7 @@ public:
};
#endif
-class Q_EXPORT TQTextEdit : public TQScrollView
+class TQ_EXPORT TQTextEdit : public TQScrollView
{
friend class TQTextBrowser;
friend class TQSyntaxHighlighter;
@@ -470,7 +470,7 @@ private slots:
void clipboardChanged();
private:
- struct Q_EXPORT UndoRedoInfo {
+ struct TQ_EXPORT UndoRedoInfo {
enum Type { Invalid, Insert, Delete, Backspace, Return, RemoveSelected, Format, Style, IME };
UndoRedoInfo( TQTextDocument *dc );
diff --git a/src/widgets/ntqtextview.h b/src/widgets/ntqtextview.h
index 4d243181..2d0d73cf 100644
--- a/src/widgets/ntqtextview.h
+++ b/src/widgets/ntqtextview.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_TEXTVIEW
-class Q_EXPORT TQTextView : public TQTextEdit
+class TQ_EXPORT TQTextView : public TQTextEdit
{
TQ_OBJECT
TQ_OVERRIDE( int undoDepth DESIGNABLE false SCRIPTABLE false )
diff --git a/src/widgets/ntqtoolbar.h b/src/widgets/ntqtoolbar.h
index 87163aef..5571d993 100644
--- a/src/widgets/ntqtoolbar.h
+++ b/src/widgets/ntqtoolbar.h
@@ -52,7 +52,7 @@ class TQButton;
class TQBoxLayout;
class TQToolBarPrivate;
-class Q_EXPORT TQToolBar: public TQDockWindow
+class TQ_EXPORT TQToolBar: public TQDockWindow
{
TQ_OBJECT
TQ_PROPERTY( TQString label READ label WRITE setLabel )
diff --git a/src/widgets/ntqtoolbox.h b/src/widgets/ntqtoolbox.h
index 5b0030b2..4b6cf672 100644
--- a/src/widgets/ntqtoolbox.h
+++ b/src/widgets/ntqtoolbox.h
@@ -51,7 +51,7 @@
class TQToolBoxPrivate;
class TQWidgetList;
-class Q_EXPORT TQToolBox : public TQFrame
+class TQ_EXPORT TQToolBox : public TQFrame
{
TQ_OBJECT
TQ_PROPERTY( int currentIndex READ currentIndex WRITE setCurrentIndex )
diff --git a/src/widgets/ntqtoolbutton.h b/src/widgets/ntqtoolbutton.h
index 48d222f9..144ac807 100644
--- a/src/widgets/ntqtoolbutton.h
+++ b/src/widgets/ntqtoolbutton.h
@@ -54,7 +54,7 @@ class TQToolButtonPrivate;
class TQToolBar;
class TQPopupMenu;
-class Q_EXPORT TQToolButton : public TQButton
+class TQ_EXPORT TQToolButton : public TQButton
{
TQ_OBJECT
TQ_ENUMS( TextPosition )
diff --git a/src/widgets/ntqtooltip.h b/src/widgets/ntqtooltip.h
index 2bd4af52..e5673511 100644
--- a/src/widgets/ntqtooltip.h
+++ b/src/widgets/ntqtooltip.h
@@ -53,7 +53,7 @@ class TQTipManager;
class TQIconViewToolTip;
class TQListViewToolTip;
-class Q_EXPORT TQToolTipGroup: public TQObject
+class TQ_EXPORT TQToolTipGroup: public TQObject
{
TQ_OBJECT
TQ_PROPERTY( bool delay READ delay WRITE setDelay )
@@ -88,7 +88,7 @@ private: // Disabled copy constructor and operator=
};
-class Q_EXPORT TQToolTip: public TQt
+class TQ_EXPORT TQToolTip: public TQt
{
public:
TQToolTip( TQWidget *, TQToolTipGroup * = 0 );
diff --git a/src/widgets/ntqvalidator.h b/src/widgets/ntqvalidator.h
index a66f99a6..c5ddedaa 100644
--- a/src/widgets/ntqvalidator.h
+++ b/src/widgets/ntqvalidator.h
@@ -50,7 +50,7 @@
#ifndef TQT_NO_VALIDATOR
-class Q_EXPORT TQValidator : public TQObject
+class TQ_EXPORT TQValidator : public TQObject
{
TQ_OBJECT
public:
@@ -70,7 +70,7 @@ private:
};
-class Q_EXPORT TQIntValidator : public TQValidator
+class TQ_EXPORT TQIntValidator : public TQValidator
{
TQ_OBJECT
TQ_PROPERTY( int bottom READ bottom WRITE setBottom )
@@ -102,7 +102,7 @@ private:
#ifndef TQT_NO_REGEXP
-class Q_EXPORT TQDoubleValidator : public TQValidator
+class TQ_EXPORT TQDoubleValidator : public TQValidator
{
TQ_OBJECT
TQ_PROPERTY( double bottom READ bottom WRITE setBottom )
@@ -137,7 +137,7 @@ private:
};
-class Q_EXPORT TQRegExpValidator : public TQValidator
+class TQ_EXPORT TQRegExpValidator : public TQValidator
{
TQ_OBJECT
// TQ_PROPERTY( TQRegExp regExp READ regExp WRITE setRegExp )
diff --git a/src/widgets/ntqvbox.h b/src/widgets/ntqvbox.h
index 8328ebd7..ae1d5fab 100644
--- a/src/widgets/ntqvbox.h
+++ b/src/widgets/ntqvbox.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_VBOX
-class Q_EXPORT TQVBox : public TQHBox
+class TQ_EXPORT TQVBox : public TQHBox
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqvbuttongroup.h b/src/widgets/ntqvbuttongroup.h
index cfccba70..605b69a0 100644
--- a/src/widgets/ntqvbuttongroup.h
+++ b/src/widgets/ntqvbuttongroup.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_VBUTTONGROUP
-class Q_EXPORT TQVButtonGroup : public TQButtonGroup
+class TQ_EXPORT TQVButtonGroup : public TQButtonGroup
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqvgroupbox.h b/src/widgets/ntqvgroupbox.h
index 27cb9216..4a4505c8 100644
--- a/src/widgets/ntqvgroupbox.h
+++ b/src/widgets/ntqvgroupbox.h
@@ -47,7 +47,7 @@
#ifndef TQT_NO_VGROUPBOX
-class Q_EXPORT TQVGroupBox : public TQGroupBox
+class TQ_EXPORT TQVGroupBox : public TQGroupBox
{
TQ_OBJECT
public:
diff --git a/src/widgets/ntqwhatsthis.h b/src/widgets/ntqwhatsthis.h
index 22ecafa7..98f1fd9f 100644
--- a/src/widgets/ntqwhatsthis.h
+++ b/src/widgets/ntqwhatsthis.h
@@ -51,7 +51,7 @@ class TQToolButton;
class TQPopupMenu;
class TQStyleSheet;
-class Q_EXPORT TQWhatsThis: public TQt
+class TQ_EXPORT TQWhatsThis: public TQt
{
public:
TQWhatsThis( TQWidget *);
diff --git a/src/widgets/ntqwidgetplugin.h b/src/widgets/ntqwidgetplugin.h
index 51cf6cd1..16c24eb2 100644
--- a/src/widgets/ntqwidgetplugin.h
+++ b/src/widgets/ntqwidgetplugin.h
@@ -61,7 +61,7 @@
class TQWidgetPluginPrivate;
class TQWidget;
-class Q_EXPORT TQWidgetPlugin : public TQGPlugin
+class TQ_EXPORT TQWidgetPlugin : public TQGPlugin
{
TQ_OBJECT
public:
@@ -86,7 +86,7 @@ private:
class TQWidgetContainerPluginPrivate;
-class Q_EXPORT TQWidgetContainerPlugin : public TQWidgetPlugin
+class TQ_EXPORT TQWidgetContainerPlugin : public TQWidgetPlugin
{
public:
diff --git a/src/widgets/ntqwidgetstack.h b/src/widgets/ntqwidgetstack.h
index 2844042d..4967804c 100644
--- a/src/widgets/ntqwidgetstack.h
+++ b/src/widgets/ntqwidgetstack.h
@@ -53,7 +53,7 @@
class TQWidgetStackPrivate;
-class Q_EXPORT TQWidgetStack: public TQFrame
+class TQ_EXPORT TQWidgetStack: public TQFrame
{
TQ_OBJECT
public:
diff --git a/src/widgets/qdatetimeedit.cpp b/src/widgets/qdatetimeedit.cpp
index 34621792..2989678a 100644
--- a/src/widgets/qdatetimeedit.cpp
+++ b/src/widgets/qdatetimeedit.cpp
@@ -58,7 +58,7 @@
#define TQDATETIMEEDIT_HIDDEN_CHAR '0'
-class Q_EXPORT TQNumberSection
+class TQ_EXPORT TQNumberSection
{
public:
TQNumberSection( int selStart = 0, int selEnd = 0, bool separat = TRUE, int actual = -1 )
diff --git a/src/widgets/qdockarea.cpp b/src/widgets/qdockarea.cpp
index 1d9d3ac3..a763cdc5 100644
--- a/src/widgets/qdockarea.cpp
+++ b/src/widgets/qdockarea.cpp
@@ -52,7 +52,7 @@
//#define TQDOCKAREA_DEBUG
-struct Q_EXPORT DockData
+struct TQ_EXPORT DockData
{
DockData() : w( 0 ), rect() {}
DockData( TQDockWindow *dw, const TQRect &r ) : w( dw ), rect( r ) {}
diff --git a/src/widgets/qeffects_p.h b/src/widgets/qeffects_p.h
index 918dca0b..4f5cecd2 100644
--- a/src/widgets/qeffects_p.h
+++ b/src/widgets/qeffects_p.h
@@ -74,8 +74,8 @@ struct TQEffects
typedef uint DirFlags;
};
-extern void Q_EXPORT qScrollEffect( TQWidget*, TQEffects::DirFlags dir = TQEffects::DownScroll, int time = -1 );
-extern void Q_EXPORT qFadeEffect( TQWidget*, int time = -1 );
+extern void TQ_EXPORT qScrollEffect( TQWidget*, TQEffects::DirFlags dir = TQEffects::DownScroll, int time = -1 );
+extern void TQ_EXPORT qFadeEffect( TQWidget*, int time = -1 );
#endif // TQT_NO_EFFECTS
#endif // TQEFFECTS_P_H
diff --git a/src/widgets/qiconview.cpp b/src/widgets/qiconview.cpp
index 6e801ccb..8ce8cfb9 100644
--- a/src/widgets/qiconview.cpp
+++ b/src/widgets/qiconview.cpp
@@ -166,7 +166,7 @@ static TQPixmap *get_qiv_buffer_pixmap( const TQSize &s )
#ifndef TQT_NO_DRAGANDDROP
-class Q_EXPORT TQIconDragData
+class TQ_EXPORT TQIconDragData
{
public:
TQIconDragData();
@@ -184,7 +184,7 @@ public:
bool operator==( const TQIconDragData &i ) const;
};
-class Q_EXPORT TQIconDragDataItem
+class TQ_EXPORT TQIconDragDataItem
{
public:
TQIconDragDataItem() {}
diff --git a/src/widgets/qtitlebar_p.h b/src/widgets/qtitlebar_p.h
index d45ec071..d19a5c44 100644
--- a/src/widgets/qtitlebar_p.h
+++ b/src/widgets/qtitlebar_p.h
@@ -66,7 +66,7 @@ class TQToolTip;
class TQTitleBarPrivate;
class TQPixmap;
-class Q_EXPORT TQTitleBar : public TQWidget
+class TQ_EXPORT TQTitleBar : public TQWidget
{
TQ_OBJECT
TQ_PROPERTY( bool autoRaise READ autoRaise WRITE setAutoRaise )
diff --git a/src/widgets/qwidgetplugin.cpp b/src/widgets/qwidgetplugin.cpp
index ca92e9e8..f7d0bb2f 100644
--- a/src/widgets/qwidgetplugin.cpp
+++ b/src/widgets/qwidgetplugin.cpp
@@ -61,7 +61,7 @@
Writing a widget plugin is achieved by subclassing this base
class, reimplementing the pure virtual functions keys(), create(),
group(), iconSet(), includeFile(), toolTip(), whatsThis() and
- isContainer(), and exporting the class with the \c Q_EXPORT_PLUGIN
+ isContainer(), and exporting the class with the \c TQ_EXPORT_PLUGIN
macro.
See the \link designer-manual.book TQt Designer manual's\endlink,
@@ -351,7 +351,7 @@ TQString TQWidgetPluginPrivate::createCode( const TQString &key, const TQString
/*!
Constructs a widget plugin. This is invoked automatically by the
- \c Q_EXPORT_PLUGIN macro.
+ \c TQ_EXPORT_PLUGIN macro.
*/
TQWidgetPlugin::TQWidgetPlugin()
: TQGPlugin( (TQWidgetFactoryInterface*)(d = new TQWidgetPluginPrivate( this )) )
@@ -461,7 +461,7 @@ bool TQWidgetPlugin::isContainer( const TQString & ) const
subclassing this base class. First by reimplementing
TQWidgetPlugin's pure virtual functions keys(), create(), group(),
iconSet(), includeFile(), toolTip(), whatsThis() and
- isContainer(), and exporting the class with the \c Q_EXPORT_PLUGIN
+ isContainer(), and exporting the class with the \c TQ_EXPORT_PLUGIN
macro. In addition containerOfWidget(), isPassiveInteractor() and
supportsPages() must be reimplemented. If the widget
supportsPages(), count(), currentIndex(), pageLabel(), page(),
@@ -475,7 +475,7 @@ bool TQWidgetPlugin::isContainer( const TQString & ) const
/*!
Constructs a complex container widget plugin. This is invoked
- automatically by the \c Q_EXPORT_PLUGIN macro.
+ automatically by the \c TQ_EXPORT_PLUGIN macro.
*/
TQWidgetContainerPlugin::TQWidgetContainerPlugin()
diff --git a/src/widgets/qwidgetresizehandler_p.h b/src/widgets/qwidgetresizehandler_p.h
index c65f47bd..08f04b65 100644
--- a/src/widgets/qwidgetresizehandler_p.h
+++ b/src/widgets/qwidgetresizehandler_p.h
@@ -60,7 +60,7 @@
class TQMouseEvent;
class TQKeyEvent;
-class Q_EXPORT TQWidgetResizeHandler : public TQObject
+class TQ_EXPORT TQWidgetResizeHandler : public TQObject
{
TQ_OBJECT