diff options
Diffstat (limited to 'src/widgets')
63 files changed, 101 insertions, 101 deletions
diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h index cb568071d..a00d7d8fd 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 50d10e662..0d0aa65ef 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 0903ae913..1eff32887 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 4c91197e7..4a63e4b4a 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 faca22c2f..f7bf2e422 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 b96ff38dc..6ff8f0215 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 bb1f17377..b4dba6eec 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 39ad32a59..e3a767c4d 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 6f5d69fd4..51d8ab456 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 74710e0c7..e0afe5923 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 7479b9548..8fd72e4d6 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 e08adfa5e..6a8a3c182 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 42c674b4b..5a33f1329 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 b2fd75946..8b45cb751 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 acc4b0fc5..b101a4c6b 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 65df516ad..7030fe11d 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 a6f818930..b71776a05 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 e9c5d9490..c7ebd66dd 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 e9c348e4e..f8d728807 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 140131290..780f4af28 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 1542acbdd..0748a5d23 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 6a44866b7..a0eba4324 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 250389a56..b46513372 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 1104608a4..02e2939a3 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 03b7cc1d2..5212ca520 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 620c0daf9..0f7e08afc 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 a40e8df92..bbf22d8bd 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 6fb1e1b4d..04ae7db85 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 4515b0989..c84b8d852 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 fc52aac39..1b77f5d4d 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 b660eadb7..1c7c0ae34 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 63f101664..46072b589 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 dffd09930..ab52ff626 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 abad327eb..c9dcc8846 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 c5e922f95..1bf9a6c6b 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 0657b3b57..5b1abd8b0 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 131ab1aa1..6649923e6 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 cc8c431c7..887b1b265 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 91fe500b4..4b3f98f32 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 344211008..7ecb07403 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 8aa5bb023..9e8f71667 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 f60739bd4..e2ba055c4 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 c852fa3a6..32806a539 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 b103cc29d..3cd475c94 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 4d2431811..2d0d73cfe 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 87163aef8..5571d9931 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 5b0030b20..4b6cf672b 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 48d222f94..144ac8074 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 2bd4af521..e5673511d 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 a66f99a63..c5ddedaac 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 8328ebd71..ae1d5fabd 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 cfccba708..605b69a04 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 27cb9216a..4a4505c8e 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 22ecafa7d..98f1fd9fa 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 51cf6cd1e..16c24eb26 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 2844042db..4967804c8 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 346217920..2989678ac 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 1d9d3ac3a..a763cdc53 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 918dca0bd..4f5cecd21 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 6e801ccb0..8ce8cfb9a 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 d45ec0717..d19a5c440 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 ca92e9e8d..f7d0bb2f9 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 c65f47bdf..08f04b65d 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 |