diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /kpresenter | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kpresenter')
46 files changed, 66 insertions, 66 deletions
diff --git a/kpresenter/KPrBackDia.h b/kpresenter/KPrBackDia.h index dba9b9bc..444342fc 100644 --- a/kpresenter/KPrBackDia.h +++ b/kpresenter/KPrBackDia.h @@ -45,7 +45,7 @@ class KURLRequester; class KPrBackPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrBackPreview( TQWidget *parent, KPrPage *page ); @@ -66,7 +66,7 @@ private: class KPrBackDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrBackDialog( TQWidget* parent, const char* name, diff --git a/kpresenter/KPrBrushProperty.h b/kpresenter/KPrBrushProperty.h index ed9ca272..bd332461 100644 --- a/kpresenter/KPrBrushProperty.h +++ b/kpresenter/KPrBrushProperty.h @@ -36,7 +36,7 @@ class KComboBox; class KPrBrushProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrBrushProperty( TQWidget *parent, const char *name, const KPrBrushCmd::Brush &brush ); ~KPrBrushProperty(); diff --git a/kpresenter/KPrCanvas.h b/kpresenter/KPrCanvas.h index 2d8c7f48..e19911a7 100644 --- a/kpresenter/KPrCanvas.h +++ b/kpresenter/KPrCanvas.h @@ -82,7 +82,7 @@ class KPrPageEffects; class KPrCanvas : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kpresenter/KPrConfig.h b/kpresenter/KPrConfig.h index 50ad34f2..65a55dfc 100644 --- a/kpresenter/KPrConfig.h +++ b/kpresenter/KPrConfig.h @@ -49,7 +49,7 @@ namespace KSpell2 { class KPrConfigureInterfacePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureInterfacePage( KPrView *_view, TQWidget *parent = 0, char *name = 0 ); void apply(); @@ -66,7 +66,7 @@ private: class KPrConfigureColorBackground : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureColorBackground( KPrView* _view, TQWidget *parent = 0, char *name = 0 ); void apply(); @@ -83,7 +83,7 @@ protected: class KPrConfigureSpellPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureSpellPage( KPrView *_view, TQWidget *parent, char *name = 0 ); void apply(); @@ -97,7 +97,7 @@ private: class KPrConfigureMiscPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureMiscPage( KPrView *_view, TQWidget *parent, char *name = 0 ); KCommand *apply(); @@ -116,7 +116,7 @@ private: class KPrConfigureDefaultDocPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureDefaultDocPage( KPrView *_view, TQWidget *parent, char *name = 0 ); ~KPrConfigureDefaultDocPage(); @@ -148,7 +148,7 @@ private: class KPrConfigureToolsPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureToolsPage( KPrView *_view, TQWidget *parent, char *name = 0 ); ~KPrConfigureToolsPage(); @@ -170,7 +170,7 @@ private: class KPrConfigurePathPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigurePathPage( KPrView *_view, TQWidget *parent, char *name = 0 ); void slotDefault(); @@ -188,7 +188,7 @@ private: class KPrConfigureTTSPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrConfigureTTSPage( KPrView *_view, TQWidget *parent, char *name = 0 ); void slotDefault(); @@ -213,7 +213,7 @@ private: class KPrConfig : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum { KP_INTERFACE = 1, KP_COLOR=2, KP_KSPELL=4,KP_MISC=8, KP_DOC=16, KP_TOOLS=32,KP_PATH = 64 }; KPrConfig( KPrView* parent ); diff --git a/kpresenter/KPrCustomSlideShowDia.h b/kpresenter/KPrCustomSlideShowDia.h index ba0a0834..be08adeb 100644 --- a/kpresenter/KPrCustomSlideShowDia.h +++ b/kpresenter/KPrCustomSlideShowDia.h @@ -34,7 +34,7 @@ class KPrPage; class KPrCustomSlideShowDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrCustomSlideShowDia( KPrView* _view, KPrDocument *_doc, const char* name ); @@ -85,7 +85,7 @@ private: class KPrDefineCustomSlideShow : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrDefineCustomSlideShow( TQWidget* parent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L); KPrDefineCustomSlideShow( TQWidget* parent, const TQString &_customName, TQStringList &_listNameSlideShow, diff --git a/kpresenter/KPrDocument.h b/kpresenter/KPrDocument.h index 3584e372..ed66b54a 100644 --- a/kpresenter/KPrDocument.h +++ b/kpresenter/KPrDocument.h @@ -102,7 +102,7 @@ protected: class KPrDocument : public KoDocument { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int maxRecentFiles READ maxRecentFiles ) TQ_PROPERTY( int undoRedoLimit READ undoRedoLimit WRITE setUndoRedoLimit ) TQ_PROPERTY( double indentValue READ getIndentValue WRITE setIndentValue ) diff --git a/kpresenter/KPrDuplicateObjDia.h b/kpresenter/KPrDuplicateObjDia.h index 91fe5e5d..2e509165 100644 --- a/kpresenter/KPrDuplicateObjDia.h +++ b/kpresenter/KPrDuplicateObjDia.h @@ -32,7 +32,7 @@ class KoUnitDoubleSpinBox; class KPrDuplicatObjDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrDuplicatObjDia( TQWidget *parent, KPrDocument * _doc, const char *name=0L); int nbCopy() const; diff --git a/kpresenter/KPrEffectDia.h b/kpresenter/KPrEffectDia.h index a1bf29ee..e9abd635 100644 --- a/kpresenter/KPrEffectDia.h +++ b/kpresenter/KPrEffectDia.h @@ -42,7 +42,7 @@ class TQSpinBox; class KPrEffectDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrEffectDia( TQWidget* parent, const char*, const TQPtrList<KPrObject> &_objs, diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h index ca0d112b..7e37bf6d 100644 --- a/kpresenter/KPrFactory.h +++ b/kpresenter/KPrFactory.h @@ -27,7 +27,7 @@ class KAboutData; class KPrFactory : public KoFactory { Q_OBJECT - TQ_OBJECT + public: KPrFactory( TQObject* parent = 0, const char* name = 0 ); ~KPrFactory(); diff --git a/kpresenter/KPrFindReplace.h b/kpresenter/KPrFindReplace.h index e1495523..6dccc67b 100644 --- a/kpresenter/KPrFindReplace.h +++ b/kpresenter/KPrFindReplace.h @@ -42,7 +42,7 @@ class KCommand; class KPrFindReplace : public KoFindReplace { Q_OBJECT - TQ_OBJECT + public: /** * The parent widget can't be the canvas, otherwise the 'find next' dialog diff --git a/kpresenter/KPrGeneralProperty.h b/kpresenter/KPrGeneralProperty.h index d472d274..16773e1b 100644 --- a/kpresenter/KPrGeneralProperty.h +++ b/kpresenter/KPrGeneralProperty.h @@ -31,7 +31,7 @@ class KoGeneralPropertyUI; class KPrGeneralProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: struct GeneralValue { diff --git a/kpresenter/KPrImageEffectDia.h b/kpresenter/KPrImageEffectDia.h index 0a8fc84b..c6ba488d 100644 --- a/kpresenter/KPrImageEffectDia.h +++ b/kpresenter/KPrImageEffectDia.h @@ -30,7 +30,7 @@ class KPrImageEffectDia: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrImageEffectDia(TQWidget * parent = 0, const char * name = 0); diff --git a/kpresenter/KPrImportStyleDia.h b/kpresenter/KPrImportStyleDia.h index afae4533..9a2bcb3e 100644 --- a/kpresenter/KPrImportStyleDia.h +++ b/kpresenter/KPrImportStyleDia.h @@ -33,7 +33,7 @@ class KoParagStyle; class KPrImportStyleDia : public KoImportStyleDia { Q_OBJECT - TQ_OBJECT + public: KPrImportStyleDia( KPrDocument *_doc, KoStyleCollection* currentCollection, TQWidget *parent, const char *name = 0 ); ~KPrImportStyleDia(); diff --git a/kpresenter/KPrMSPresentationSetup.h b/kpresenter/KPrMSPresentationSetup.h index c4ce5190..6da45782 100644 --- a/kpresenter/KPrMSPresentationSetup.h +++ b/kpresenter/KPrMSPresentationSetup.h @@ -100,7 +100,7 @@ protected: class KPrMSPresentationSetup : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrMSPresentationSetup( KPrDocument *_doc, KPrView *_view ); @@ -129,7 +129,7 @@ protected slots: class KPrMSPresentationCreateDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrMSPresentationCreateDialog( KPrDocument *_doc, KPrView *_view, const KPrMSPresentation &_msPres ); diff --git a/kpresenter/KPrMarginWidget.h b/kpresenter/KPrMarginWidget.h index 6345df3e..2791c061 100644 --- a/kpresenter/KPrMarginWidget.h +++ b/kpresenter/KPrMarginWidget.h @@ -31,7 +31,7 @@ class MarginUI; class KPrMarginWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrMarginWidget( TQWidget *parent, const char *name, const KoUnit::Unit unit ); ~KPrMarginWidget(); diff --git a/kpresenter/KPrMoveHelpLineDia.h b/kpresenter/KPrMoveHelpLineDia.h index 92e15058..49a8312f 100644 --- a/kpresenter/KPrMoveHelpLineDia.h +++ b/kpresenter/KPrMoveHelpLineDia.h @@ -33,7 +33,7 @@ class KoUnitDoubleSpinBox; class KPrMoveHelpLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrMoveHelpLineDia( TQWidget *parent, double value, double limitTop, double limitBottom, KPrDocument *_doc, const char *name=0L); @@ -53,7 +53,7 @@ protected: class KPrInsertHelpLineDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrInsertHelpLineDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, const char *name=0L); @@ -76,7 +76,7 @@ protected: class KPrInsertHelpPointDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrInsertHelpPointDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, double poxX=0.0, double posY=0.0, const char *name=0L); diff --git a/kpresenter/KPrNoteBar.h b/kpresenter/KPrNoteBar.h index 6c13891c..ea9f2b2a 100644 --- a/kpresenter/KPrNoteBar.h +++ b/kpresenter/KPrNoteBar.h @@ -34,7 +34,7 @@ class KTextEdit; class KPrNoteBar : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrNoteBar( TQWidget *_parent, KPrView *_view ); diff --git a/kpresenter/KPrPBPreview.h b/kpresenter/KPrPBPreview.h index a3f1b283..729ec75a 100644 --- a/kpresenter/KPrPBPreview.h +++ b/kpresenter/KPrPBPreview.h @@ -38,7 +38,7 @@ class KoTextZoomHandler; class KPrPBPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: enum PaintType { diff --git a/kpresenter/KPrPartObject.h b/kpresenter/KPrPartObject.h index 8689e63d..9f70f676 100644 --- a/kpresenter/KPrPartObject.h +++ b/kpresenter/KPrPartObject.h @@ -31,7 +31,7 @@ class KoStore; class KPrPartObject : public TQObject, public KPr2DObject { Q_OBJECT - TQ_OBJECT + public: KPrPartObject( KPrChild *_child ); virtual ~KPrPartObject() {} diff --git a/kpresenter/KPrPenStyleWidget.h b/kpresenter/KPrPenStyleWidget.h index 19abd8ea..24dca018 100644 --- a/kpresenter/KPrPenStyleWidget.h +++ b/kpresenter/KPrPenStyleWidget.h @@ -34,7 +34,7 @@ class PenStyleUI; class KPrPenStyleWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPenStyleWidget( TQWidget *parent, const char *name, const KoPenCmd::Pen &pen, bool configureLineEnds = true ); ~KPrPenStyleWidget(); diff --git a/kpresenter/KPrPgConfDia.h b/kpresenter/KPrPgConfDia.h index 79f13f1f..7a62aa02 100644 --- a/kpresenter/KPrPgConfDia.h +++ b/kpresenter/KPrPgConfDia.h @@ -45,7 +45,7 @@ class TQSlider; class KPrPgConfDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kpresenter/KPrPicturePreview.h b/kpresenter/KPrPicturePreview.h index a511f2ac..b9cbbb08 100644 --- a/kpresenter/KPrPicturePreview.h +++ b/kpresenter/KPrPicturePreview.h @@ -31,7 +31,7 @@ class KPrPicturePreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrPicturePreview( TQWidget* parent, const char* name); diff --git a/kpresenter/KPrPictureProperty.h b/kpresenter/KPrPictureProperty.h index eb8caa8b..22b16eae 100644 --- a/kpresenter/KPrPictureProperty.h +++ b/kpresenter/KPrPictureProperty.h @@ -31,7 +31,7 @@ class TQPixmap; class KPrPictureProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPictureProperty( TQWidget *parent, const char *name, const TQPixmap &pixmap, KPrPictureSettingCmd::PictureSettings pictureSettings ); diff --git a/kpresenter/KPrPiePreview.h b/kpresenter/KPrPiePreview.h index 21be8531..61011580 100644 --- a/kpresenter/KPrPiePreview.h +++ b/kpresenter/KPrPiePreview.h @@ -32,7 +32,7 @@ class KPrPiePreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrPiePreview( TQWidget* parent, const char* ); diff --git a/kpresenter/KPrPieProperty.h b/kpresenter/KPrPieProperty.h index 3d89d961..a945eafb 100644 --- a/kpresenter/KPrPieProperty.h +++ b/kpresenter/KPrPieProperty.h @@ -30,7 +30,7 @@ class PiePropertyUI; class KPrPieProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueCmd::PieValues pieValues ); ~KPrPieProperty(); diff --git a/kpresenter/KPrPolygonPreview.h b/kpresenter/KPrPolygonPreview.h index 4a95a139..1cd5f52f 100644 --- a/kpresenter/KPrPolygonPreview.h +++ b/kpresenter/KPrPolygonPreview.h @@ -33,7 +33,7 @@ class TQPainter; class KPrPolygonPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrPolygonPreview( TQWidget* parent, const char*); diff --git a/kpresenter/KPrPolygonProperty.h b/kpresenter/KPrPolygonProperty.h index f5960574..bfaf3f63 100644 --- a/kpresenter/KPrPolygonProperty.h +++ b/kpresenter/KPrPolygonProperty.h @@ -29,7 +29,7 @@ class PolygonPropertyUI; class KPrPolygonProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrPolygonProperty( TQWidget *parent, const char *name, KPrPolygonSettingCmd::PolygonSettings &polygonSettings ); ~KPrPolygonProperty(); diff --git a/kpresenter/KPrPresDurationDia.h b/kpresenter/KPrPresDurationDia.h index 973397a6..1007955a 100644 --- a/kpresenter/KPrPresDurationDia.h +++ b/kpresenter/KPrPresDurationDia.h @@ -30,7 +30,7 @@ class TQLabel; class KPrPresDurationDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrPresDurationDia( TQWidget *parent, const char *name, diff --git a/kpresenter/KPrPrinterDlg.h b/kpresenter/KPrPrinterDlg.h index 39129af7..2999ff03 100644 --- a/kpresenter/KPrPrinterDlg.h +++ b/kpresenter/KPrPrinterDlg.h @@ -32,7 +32,7 @@ class KPrPrinterDlg : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: /// Getting the common arguments. KPrPrinterDlg( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kpresenter/KPrPropertyEditor.h b/kpresenter/KPrPropertyEditor.h index 74ab5e81..52848500 100644 --- a/kpresenter/KPrPropertyEditor.h +++ b/kpresenter/KPrPropertyEditor.h @@ -39,7 +39,7 @@ class KPrObjectProperties; class KPrPropertyEditor : public TQTabDialog { Q_OBJECT - TQ_OBJECT + public: KPrPropertyEditor( TQWidget *parent = 0, const char *name = 0, KPrPage *page = 0, KPrDocument *doc = 0 ); diff --git a/kpresenter/KPrRectPreview.h b/kpresenter/KPrRectPreview.h index d1dd20bb..2984b973 100644 --- a/kpresenter/KPrRectPreview.h +++ b/kpresenter/KPrRectPreview.h @@ -30,7 +30,7 @@ class KPrRectPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrRectPreview( TQWidget* parent, const char* ); diff --git a/kpresenter/KPrRectProperty.h b/kpresenter/KPrRectProperty.h index 6e139a91..225d6b83 100644 --- a/kpresenter/KPrRectProperty.h +++ b/kpresenter/KPrRectProperty.h @@ -30,7 +30,7 @@ class RectPropertyUI; class KPrRectProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KPrRectProperty( TQWidget *parent, const char *name, KPrRectValueCmd::RectValues &rectValue ); ~KPrRectProperty(); diff --git a/kpresenter/KPrRotationDialogImpl.h b/kpresenter/KPrRotationDialogImpl.h index e030641b..68446752 100644 --- a/kpresenter/KPrRotationDialogImpl.h +++ b/kpresenter/KPrRotationDialogImpl.h @@ -34,7 +34,7 @@ class KPrCircleGroup; class KPrRotationDialogImpl : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrRotationDialogImpl( TQWidget *parent, const char* name = 0 ); @@ -64,7 +64,7 @@ private: class KPrCircleToggle : public TQLabel { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. @@ -104,7 +104,7 @@ private: class KPrCircleGroup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: /** * Constructor. diff --git a/kpresenter/KPrShadowDialogImpl.h b/kpresenter/KPrShadowDialogImpl.h index 4f9ffa01..8e78dc8e 100644 --- a/kpresenter/KPrShadowDialogImpl.h +++ b/kpresenter/KPrShadowDialogImpl.h @@ -10,7 +10,7 @@ class KPrTextPreview; class KPrShadowDialogImpl : public ShadowDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrShadowDialogImpl( TQWidget *parent, const char* name = 0 ); diff --git a/kpresenter/KPrSideBar.h b/kpresenter/KPrSideBar.h index 8f23225f..161ae88b 100644 --- a/kpresenter/KPrSideBar.h +++ b/kpresenter/KPrSideBar.h @@ -66,7 +66,7 @@ protected: class KPrThumbBar : public KIconView, public KPrSideBarBase { Q_OBJECT - TQ_OBJECT + public: KPrThumbBar(TQWidget *parent, KPrDocument *d, KPrView *v); @@ -103,7 +103,7 @@ private: class KPrOutline: public KListView, public KPrSideBarBase { Q_OBJECT - TQ_OBJECT + public: KPrOutline( TQWidget *parent, KPrDocument *d, KPrView *v ); @@ -145,7 +145,7 @@ private: class KPrSideBar: public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: KPrSideBar(TQWidget *parent, KPrDocument *d, KPrView *v); diff --git a/kpresenter/KPrSlideTransitionDia.h b/kpresenter/KPrSlideTransitionDia.h index bd4ee1c7..35ade1be 100644 --- a/kpresenter/KPrSlideTransitionDia.h +++ b/kpresenter/KPrSlideTransitionDia.h @@ -38,7 +38,7 @@ class SlideTransitionWidget; class KPrSlideTransitionDia : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrSlideTransitionDia( TQWidget *parent, const char *name, KPrView *view ); ~KPrSlideTransitionDia(); diff --git a/kpresenter/KPrSoundPlayer.h b/kpresenter/KPrSoundPlayer.h index 46683dc8..944d5481 100644 --- a/kpresenter/KPrSoundPlayer.h +++ b/kpresenter/KPrSoundPlayer.h @@ -45,7 +45,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, class KPrSoundPlayer : public TQObject { Q_OBJECT - TQ_OBJECT + public: KPrSoundPlayer( const TQString &fileName, TQObject *parent = 0, const char *name = 0 ); diff --git a/kpresenter/KPrStyleManager.h b/kpresenter/KPrStyleManager.h index 55cd8ecf..b55425d4 100644 --- a/kpresenter/KPrStyleManager.h +++ b/kpresenter/KPrStyleManager.h @@ -32,7 +32,7 @@ class KoUnit; class KPrStyleManager : public KoStyleManager { Q_OBJECT - TQ_OBJECT + public: KPrStyleManager( TQWidget *_parent, KoUnit::Unit unit,KPrDocument *_doc, diff --git a/kpresenter/KPrTextDocument.h b/kpresenter/KPrTextDocument.h index 0587e39c..0b18aa3f 100644 --- a/kpresenter/KPrTextDocument.h +++ b/kpresenter/KPrTextDocument.h @@ -34,7 +34,7 @@ class KoTextFormatCollection; class KPrTextDocument : public KoTextDocument { Q_OBJECT - TQ_OBJECT + public: /** A text document inside a kptextobject */ KPrTextDocument( KPrTextObject * textobj, KoTextFormatCollection *fc, KoTextFormatter *formatter = 0L ); diff --git a/kpresenter/KPrTextObject.h b/kpresenter/KPrTextObject.h index 6b62d6b8..d843bdb3 100644 --- a/kpresenter/KPrTextObject.h +++ b/kpresenter/KPrTextObject.h @@ -52,7 +52,7 @@ class KoParagStyle; class KPrTextObject : public TQObject, public KPr2DObject, public KoTextFlow { Q_OBJECT - TQ_OBJECT + public: KPrTextObject( KPrDocument *doc ); virtual ~KPrTextObject(); @@ -230,7 +230,7 @@ private: class KPrTextView : public KoTextView { Q_OBJECT - TQ_OBJECT + public: KPrTextView( KPrTextObject * txtObj, KPrCanvas *_canvas, bool temp=false ); virtual ~KPrTextView(); diff --git a/kpresenter/KPrTextPreview.h b/kpresenter/KPrTextPreview.h index bedb4753..ab75dc2d 100644 --- a/kpresenter/KPrTextPreview.h +++ b/kpresenter/KPrTextPreview.h @@ -7,7 +7,7 @@ class KPrTextPreview : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KPrTextPreview( TQWidget* parent, const char* name = 0 ); diff --git a/kpresenter/KPrTextProperty.h b/kpresenter/KPrTextProperty.h index c30eeded..9157d7bd 100644 --- a/kpresenter/KPrTextProperty.h +++ b/kpresenter/KPrTextProperty.h @@ -35,7 +35,7 @@ class TQCheckBox; class KPrTextProperty : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum TextValueChange { diff --git a/kpresenter/KPrTransEffectDia.h b/kpresenter/KPrTransEffectDia.h index 3091f038..7e285656 100644 --- a/kpresenter/KPrTransEffectDia.h +++ b/kpresenter/KPrTransEffectDia.h @@ -49,7 +49,7 @@ class KPrPageEffects; class KPrEffectPreview : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KPrEffectPreview( TQWidget *parent, KPrDocument *_doc, KPrView *_view ); @@ -75,7 +75,7 @@ protected slots: class KPrTransEffectDia: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KPrTransEffectDia( TQWidget *parent, const char *name, diff --git a/kpresenter/KPrView.h b/kpresenter/KPrView.h index f00b7e2d..f1e26d1f 100644 --- a/kpresenter/KPrView.h +++ b/kpresenter/KPrView.h @@ -118,7 +118,7 @@ class KPrView : public KoView { friend class PageBase; Q_OBJECT - TQ_OBJECT + public: KPrView( KPrDocument* _doc, TQWidget *_parent = 0, const char *_name = 0 ); diff --git a/kpresenter/KPrWebPresentation.h b/kpresenter/KPrWebPresentation.h index d5ffae15..99b90ef6 100644 --- a/kpresenter/KPrWebPresentation.h +++ b/kpresenter/KPrWebPresentation.h @@ -149,7 +149,7 @@ protected: class KPrWebPresentationWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KPrWebPresentationWizard( const TQString &_config, KPrDocument *_doc, KPrView *_view ); @@ -194,7 +194,7 @@ protected slots: class KPrWebPresentationCreateDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KPrWebPresentationCreateDialog( KPrDocument *_doc, KPrView *_view, const KPrWebPresentation &_webPres ); diff --git a/kpresenter/autoformEdit/AFChoose.h b/kpresenter/autoformEdit/AFChoose.h index c76a7302..883da064 100644 --- a/kpresenter/autoformEdit/AFChoose.h +++ b/kpresenter/autoformEdit/AFChoose.h @@ -32,7 +32,7 @@ class KIconCanvas; class AFChoose : public TQTabDialog { Q_OBJECT - TQ_OBJECT + public: |