summaryrefslogtreecommitdiffstats
path: root/kpresenter
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /kpresenter
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpresenter')
-rw-r--r--kpresenter/KPrBackDia.h4
-rw-r--r--kpresenter/KPrBrushProperty.h2
-rw-r--r--kpresenter/KPrCanvas.h2
-rw-r--r--kpresenter/KPrConfig.h18
-rw-r--r--kpresenter/KPrCustomSlideShowDia.h4
-rw-r--r--kpresenter/KPrDocument.h2
-rw-r--r--kpresenter/KPrDuplicateObjDia.h2
-rw-r--r--kpresenter/KPrEffectDia.h2
-rw-r--r--kpresenter/KPrFactory.h2
-rw-r--r--kpresenter/KPrFindReplace.h2
-rw-r--r--kpresenter/KPrGeneralProperty.h2
-rw-r--r--kpresenter/KPrImageEffectDia.h2
-rw-r--r--kpresenter/KPrImportStyleDia.h2
-rw-r--r--kpresenter/KPrMSPresentationSetup.h4
-rw-r--r--kpresenter/KPrMarginWidget.h2
-rw-r--r--kpresenter/KPrMoveHelpLineDia.h6
-rw-r--r--kpresenter/KPrNoteBar.h2
-rw-r--r--kpresenter/KPrPBPreview.h2
-rw-r--r--kpresenter/KPrPartObject.h2
-rw-r--r--kpresenter/KPrPenStyleWidget.h2
-rw-r--r--kpresenter/KPrPgConfDia.h2
-rw-r--r--kpresenter/KPrPicturePreview.h2
-rw-r--r--kpresenter/KPrPictureProperty.h2
-rw-r--r--kpresenter/KPrPiePreview.h2
-rw-r--r--kpresenter/KPrPieProperty.h2
-rw-r--r--kpresenter/KPrPolygonPreview.h2
-rw-r--r--kpresenter/KPrPolygonProperty.h2
-rw-r--r--kpresenter/KPrPresDurationDia.h2
-rw-r--r--kpresenter/KPrPrinterDlg.h2
-rw-r--r--kpresenter/KPrPropertyEditor.h2
-rw-r--r--kpresenter/KPrRectPreview.h2
-rw-r--r--kpresenter/KPrRectProperty.h2
-rw-r--r--kpresenter/KPrRotationDialogImpl.h6
-rw-r--r--kpresenter/KPrShadowDialogImpl.h2
-rw-r--r--kpresenter/KPrSideBar.h6
-rw-r--r--kpresenter/KPrSlideTransitionDia.h2
-rw-r--r--kpresenter/KPrSoundPlayer.h2
-rw-r--r--kpresenter/KPrStyleManager.h2
-rw-r--r--kpresenter/KPrTextDocument.h2
-rw-r--r--kpresenter/KPrTextObject.h4
-rw-r--r--kpresenter/KPrTextPreview.h2
-rw-r--r--kpresenter/KPrTextProperty.h2
-rw-r--r--kpresenter/KPrTransEffectDia.h4
-rw-r--r--kpresenter/KPrView.h2
-rw-r--r--kpresenter/KPrWebPresentation.h4
-rw-r--r--kpresenter/autoformEdit/AFChoose.h2
46 files changed, 66 insertions, 66 deletions
diff --git a/kpresenter/KPrBackDia.h b/kpresenter/KPrBackDia.h
index 06b3e58b..6dd774d4 100644
--- a/kpresenter/KPrBackDia.h
+++ b/kpresenter/KPrBackDia.h
@@ -43,7 +43,7 @@ class KURLRequester;
class KPrBackPreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -64,7 +64,7 @@ private:
class KPrBackDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrBrushProperty.h b/kpresenter/KPrBrushProperty.h
index bd332461..b5d48578 100644
--- a/kpresenter/KPrBrushProperty.h
+++ b/kpresenter/KPrBrushProperty.h
@@ -35,7 +35,7 @@ class KComboBox;
class KPrBrushProperty : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrBrushProperty( TQWidget *parent, const char *name, const KPrBrushCmd::Brush &brush );
diff --git a/kpresenter/KPrCanvas.h b/kpresenter/KPrCanvas.h
index 96e97f58..71d47fab 100644
--- a/kpresenter/KPrCanvas.h
+++ b/kpresenter/KPrCanvas.h
@@ -80,7 +80,7 @@ class KPrPageEffects;
*/
class KPrCanvas : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrConfig.h b/kpresenter/KPrConfig.h
index 62e26458..a92f0ef2 100644
--- a/kpresenter/KPrConfig.h
+++ b/kpresenter/KPrConfig.h
@@ -47,7 +47,7 @@ namespace KSpell2 {
class KPrConfigureInterfacePage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureInterfacePage( KPrView *_view, TQWidget *parent = 0, char *name = 0 );
@@ -64,7 +64,7 @@ private:
class KPrConfigureColorBackground : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureColorBackground( KPrView* _view, TQWidget *parent = 0, char *name = 0 );
@@ -81,7 +81,7 @@ protected:
class KPrConfigureSpellPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureSpellPage( KPrView *_view, TQWidget *parent, char *name = 0 );
@@ -95,7 +95,7 @@ private:
class KPrConfigureMiscPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureMiscPage( KPrView *_view, TQWidget *parent, char *name = 0 );
@@ -114,7 +114,7 @@ private:
class KPrConfigureDefaultDocPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureDefaultDocPage( KPrView *_view, TQWidget *parent, char *name = 0 );
@@ -146,7 +146,7 @@ private:
class KPrConfigureToolsPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureToolsPage( KPrView *_view, TQWidget *parent, char *name = 0 );
@@ -168,7 +168,7 @@ private:
class KPrConfigurePathPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigurePathPage( KPrView *_view, TQWidget *parent, char *name = 0 );
@@ -186,7 +186,7 @@ private:
class KPrConfigureTTSPage : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrConfigureTTSPage( KPrView *_view, TQWidget *parent, char *name = 0 );
@@ -211,7 +211,7 @@ private:
class KPrConfig : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum { KP_INTERFACE = 1, KP_COLOR=2, KP_TDESPELL=4,KP_MISC=8, KP_DOC=16, KP_TOOLS=32,KP_PATH = 64 };
diff --git a/kpresenter/KPrCustomSlideShowDia.h b/kpresenter/KPrCustomSlideShowDia.h
index be08adeb..fa698c3d 100644
--- a/kpresenter/KPrCustomSlideShowDia.h
+++ b/kpresenter/KPrCustomSlideShowDia.h
@@ -33,7 +33,7 @@ class KPrPage;
class KPrCustomSlideShowDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -84,7 +84,7 @@ private:
class KPrDefineCustomSlideShow : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrDefineCustomSlideShow( TQWidget* parent, TQStringList &_listNameSlideShow, const TQPtrList<KPrPage> &pages, const char *name = 0L);
diff --git a/kpresenter/KPrDocument.h b/kpresenter/KPrDocument.h
index 58374c7f..cfba6e6f 100644
--- a/kpresenter/KPrDocument.h
+++ b/kpresenter/KPrDocument.h
@@ -100,7 +100,7 @@ protected:
class KPrDocument : public KoDocument
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( int maxRecentFiles READ maxRecentFiles )
TQ_PROPERTY( int undoRedoLimit READ undoRedoLimit WRITE setUndoRedoLimit )
diff --git a/kpresenter/KPrDuplicateObjDia.h b/kpresenter/KPrDuplicateObjDia.h
index 3800e5f1..0736846b 100644
--- a/kpresenter/KPrDuplicateObjDia.h
+++ b/kpresenter/KPrDuplicateObjDia.h
@@ -30,7 +30,7 @@ class KoUnitDoubleSpinBox;
class KPrDuplicatObjDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrDuplicatObjDia( TQWidget *parent, KPrDocument * _doc, const char *name=0L);
diff --git a/kpresenter/KPrEffectDia.h b/kpresenter/KPrEffectDia.h
index 226232f0..79814f90 100644
--- a/kpresenter/KPrEffectDia.h
+++ b/kpresenter/KPrEffectDia.h
@@ -40,7 +40,7 @@ class TQSpinBox;
class KPrEffectDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h
index 8a792642..bd3f5954 100644
--- a/kpresenter/KPrFactory.h
+++ b/kpresenter/KPrFactory.h
@@ -25,7 +25,7 @@ class TDEAboutData;
class KPrFactory : public KoFactory
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrFactory( TQObject* parent = 0, const char* name = 0 );
diff --git a/kpresenter/KPrFindReplace.h b/kpresenter/KPrFindReplace.h
index 3cc6c084..e78d0f80 100644
--- a/kpresenter/KPrFindReplace.h
+++ b/kpresenter/KPrFindReplace.h
@@ -40,7 +40,7 @@ class KCommand;
*/
class KPrFindReplace : public KoFindReplace
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kpresenter/KPrGeneralProperty.h b/kpresenter/KPrGeneralProperty.h
index cf8bd147..7c0bb7ca 100644
--- a/kpresenter/KPrGeneralProperty.h
+++ b/kpresenter/KPrGeneralProperty.h
@@ -29,7 +29,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 d3365004..3d5a07b0 100644
--- a/kpresenter/KPrImageEffectDia.h
+++ b/kpresenter/KPrImageEffectDia.h
@@ -28,7 +28,7 @@
#include "global.h"
class KPrImageEffectDia: public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrImportStyleDia.h b/kpresenter/KPrImportStyleDia.h
index fee9b7db..0d7fb977 100644
--- a/kpresenter/KPrImportStyleDia.h
+++ b/kpresenter/KPrImportStyleDia.h
@@ -31,7 +31,7 @@ class KoParagStyle;
class KPrImportStyleDia : public KoImportStyleDia
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrImportStyleDia( KPrDocument *_doc, KoStyleCollection* currentCollection, TQWidget *parent, const char *name = 0 );
diff --git a/kpresenter/KPrMSPresentationSetup.h b/kpresenter/KPrMSPresentationSetup.h
index 235f5c18..72b55bf1 100644
--- a/kpresenter/KPrMSPresentationSetup.h
+++ b/kpresenter/KPrMSPresentationSetup.h
@@ -98,7 +98,7 @@ protected:
class KPrMSPresentationSetup : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -127,7 +127,7 @@ protected slots:
class KPrMSPresentationCreateDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrMarginWidget.h b/kpresenter/KPrMarginWidget.h
index 7f1c034b..a47dadbd 100644
--- a/kpresenter/KPrMarginWidget.h
+++ b/kpresenter/KPrMarginWidget.h
@@ -29,7 +29,7 @@ class MarginUI;
class KPrMarginWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrMarginWidget( TQWidget *parent, const char *name, const KoUnit::Unit unit );
diff --git a/kpresenter/KPrMoveHelpLineDia.h b/kpresenter/KPrMoveHelpLineDia.h
index c419a205..26bdc660 100644
--- a/kpresenter/KPrMoveHelpLineDia.h
+++ b/kpresenter/KPrMoveHelpLineDia.h
@@ -31,7 +31,7 @@ class KoUnitDoubleSpinBox;
class KPrMoveHelpLineDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrMoveHelpLineDia( TQWidget *parent, double value, double limitTop, double limitBottom,
@@ -51,7 +51,7 @@ protected:
class KPrInsertHelpLineDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrInsertHelpLineDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, const char *name=0L);
@@ -74,7 +74,7 @@ protected:
class KPrInsertHelpPointDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrInsertHelpPointDia( TQWidget *parent, const KoRect &r, KPrDocument *_doc, double poxX=0.0,
diff --git a/kpresenter/KPrNoteBar.h b/kpresenter/KPrNoteBar.h
index 3b500917..2902817e 100644
--- a/kpresenter/KPrNoteBar.h
+++ b/kpresenter/KPrNoteBar.h
@@ -32,7 +32,7 @@ class KTextEdit;
class KPrNoteBar : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPBPreview.h b/kpresenter/KPrPBPreview.h
index 39380d25..5220535e 100644
--- a/kpresenter/KPrPBPreview.h
+++ b/kpresenter/KPrPBPreview.h
@@ -36,7 +36,7 @@ class KoTextZoomHandler;
class KPrPBPreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPartObject.h b/kpresenter/KPrPartObject.h
index 9f70f676..1f4b48f8 100644
--- a/kpresenter/KPrPartObject.h
+++ b/kpresenter/KPrPartObject.h
@@ -30,7 +30,7 @@ class KoStore;
class KPrPartObject : public TQObject, public KPr2DObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrPartObject( KPrChild *_child );
diff --git a/kpresenter/KPrPenStyleWidget.h b/kpresenter/KPrPenStyleWidget.h
index 41dda97b..685c45f4 100644
--- a/kpresenter/KPrPenStyleWidget.h
+++ b/kpresenter/KPrPenStyleWidget.h
@@ -32,7 +32,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 );
diff --git a/kpresenter/KPrPgConfDia.h b/kpresenter/KPrPgConfDia.h
index e547c5de..924c2b31 100644
--- a/kpresenter/KPrPgConfDia.h
+++ b/kpresenter/KPrPgConfDia.h
@@ -43,7 +43,7 @@ class TQSlider;
class KPrPgConfDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPicturePreview.h b/kpresenter/KPrPicturePreview.h
index 1e27e924..61e7ad7c 100644
--- a/kpresenter/KPrPicturePreview.h
+++ b/kpresenter/KPrPicturePreview.h
@@ -29,7 +29,7 @@
class KPrPicturePreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPictureProperty.h b/kpresenter/KPrPictureProperty.h
index 9ac71d30..0b7ae38b 100644
--- a/kpresenter/KPrPictureProperty.h
+++ b/kpresenter/KPrPictureProperty.h
@@ -29,7 +29,7 @@ class TQPixmap;
class KPrPictureProperty : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrPictureProperty( TQWidget *parent, const char *name, const TQPixmap &pixmap,
diff --git a/kpresenter/KPrPiePreview.h b/kpresenter/KPrPiePreview.h
index 89a5cb84..e62c67cf 100644
--- a/kpresenter/KPrPiePreview.h
+++ b/kpresenter/KPrPiePreview.h
@@ -30,7 +30,7 @@
class KPrPiePreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPieProperty.h b/kpresenter/KPrPieProperty.h
index 53509937..3f7eb80d 100644
--- a/kpresenter/KPrPieProperty.h
+++ b/kpresenter/KPrPieProperty.h
@@ -28,7 +28,7 @@ class PiePropertyUI;
class KPrPieProperty : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrPieProperty( TQWidget *parent, const char *name, KPrPieValueCmd::PieValues pieValues );
diff --git a/kpresenter/KPrPolygonPreview.h b/kpresenter/KPrPolygonPreview.h
index bf6f148a..06e483cc 100644
--- a/kpresenter/KPrPolygonPreview.h
+++ b/kpresenter/KPrPolygonPreview.h
@@ -31,7 +31,7 @@ class TQPainter;
class KPrPolygonPreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPolygonProperty.h b/kpresenter/KPrPolygonProperty.h
index ccbb5eb3..4b569465 100644
--- a/kpresenter/KPrPolygonProperty.h
+++ b/kpresenter/KPrPolygonProperty.h
@@ -27,7 +27,7 @@ class PolygonPropertyUI;
class KPrPolygonProperty : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrPolygonProperty( TQWidget *parent, const char *name, KPrPolygonSettingCmd::PolygonSettings &polygonSettings );
diff --git a/kpresenter/KPrPresDurationDia.h b/kpresenter/KPrPresDurationDia.h
index 542e4bd8..98f41c9f 100644
--- a/kpresenter/KPrPresDurationDia.h
+++ b/kpresenter/KPrPresDurationDia.h
@@ -28,7 +28,7 @@ class TQLabel;
class KPrPresDurationDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrPrinterDlg.h b/kpresenter/KPrPrinterDlg.h
index 2999ff03..4752a1f7 100644
--- a/kpresenter/KPrPrinterDlg.h
+++ b/kpresenter/KPrPrinterDlg.h
@@ -31,7 +31,7 @@
class KPrPrinterDlg : public KPrintDialogPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
/// Getting the common arguments.
diff --git a/kpresenter/KPrPropertyEditor.h b/kpresenter/KPrPropertyEditor.h
index 5f818e3c..58415989 100644
--- a/kpresenter/KPrPropertyEditor.h
+++ b/kpresenter/KPrPropertyEditor.h
@@ -37,7 +37,7 @@ class KPrObjectProperties;
class KPrPropertyEditor : public TQTabDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrRectPreview.h b/kpresenter/KPrRectPreview.h
index d4fb743e..6e2280db 100644
--- a/kpresenter/KPrRectPreview.h
+++ b/kpresenter/KPrRectPreview.h
@@ -28,7 +28,7 @@
class KPrRectPreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrRectProperty.h b/kpresenter/KPrRectProperty.h
index b9ee93d7..7da43f4e 100644
--- a/kpresenter/KPrRectProperty.h
+++ b/kpresenter/KPrRectProperty.h
@@ -28,7 +28,7 @@ class RectPropertyUI;
class KPrRectProperty : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrRectProperty( TQWidget *parent, const char *name, KPrRectValueCmd::RectValues &rectValue );
diff --git a/kpresenter/KPrRotationDialogImpl.h b/kpresenter/KPrRotationDialogImpl.h
index 5e371193..c6222beb 100644
--- a/kpresenter/KPrRotationDialogImpl.h
+++ b/kpresenter/KPrRotationDialogImpl.h
@@ -32,7 +32,7 @@ class KPrCircleGroup;
*/
class KPrRotationDialogImpl : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -62,7 +62,7 @@ private:
*/
class KPrCircleToggle : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -102,7 +102,7 @@ private:
*/
class KPrCircleGroup : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kpresenter/KPrShadowDialogImpl.h b/kpresenter/KPrShadowDialogImpl.h
index 715f4d3c..b9f3a411 100644
--- a/kpresenter/KPrShadowDialogImpl.h
+++ b/kpresenter/KPrShadowDialogImpl.h
@@ -8,7 +8,7 @@ class KPrTextPreview;
class KPrShadowDialogImpl : public ShadowDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrSideBar.h b/kpresenter/KPrSideBar.h
index 81128f07..0113cf80 100644
--- a/kpresenter/KPrSideBar.h
+++ b/kpresenter/KPrSideBar.h
@@ -64,7 +64,7 @@ protected:
class KPrThumbBar : public TDEIconView, public KPrSideBarBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -101,7 +101,7 @@ private:
class KPrOutline: public TDEListView, public KPrSideBarBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -143,7 +143,7 @@ private:
class KPrSideBar: public TQTabWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrSlideTransitionDia.h b/kpresenter/KPrSlideTransitionDia.h
index 09c905f4..1d965015 100644
--- a/kpresenter/KPrSlideTransitionDia.h
+++ b/kpresenter/KPrSlideTransitionDia.h
@@ -36,7 +36,7 @@ class SlideTransitionWidget;
class KPrSlideTransitionDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrSlideTransitionDia( TQWidget *parent, const char *name, KPrView *view );
diff --git a/kpresenter/KPrSoundPlayer.h b/kpresenter/KPrSoundPlayer.h
index 4ef27a20..f410c4b0 100644
--- a/kpresenter/KPrSoundPlayer.h
+++ b/kpresenter/KPrSoundPlayer.h
@@ -43,7 +43,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 c86f771c..47fb3e97 100644
--- a/kpresenter/KPrStyleManager.h
+++ b/kpresenter/KPrStyleManager.h
@@ -30,7 +30,7 @@ class KoUnit;
class KPrStyleManager : public KoStyleManager
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrTextDocument.h b/kpresenter/KPrTextDocument.h
index 8047e424..6a1c7242 100644
--- a/kpresenter/KPrTextDocument.h
+++ b/kpresenter/KPrTextDocument.h
@@ -32,7 +32,7 @@ class KoTextFormatCollection;
*/
class KPrTextDocument : public KoTextDocument
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** A text document inside a kptextobject */
diff --git a/kpresenter/KPrTextObject.h b/kpresenter/KPrTextObject.h
index 2736a891..5cedd878 100644
--- a/kpresenter/KPrTextObject.h
+++ b/kpresenter/KPrTextObject.h
@@ -50,7 +50,7 @@ class KoParagStyle;
class KPrTextObject : public TQObject, public KPr2DObject, public KoTextFlow
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrTextObject( KPrDocument *doc );
@@ -228,7 +228,7 @@ private:
class KPrTextView : public KoTextView
{
- Q_OBJECT
+ TQ_OBJECT
public:
KPrTextView( KPrTextObject * txtObj, KPrCanvas *_canvas, bool temp=false );
diff --git a/kpresenter/KPrTextPreview.h b/kpresenter/KPrTextPreview.h
index ab75dc2d..a993d72b 100644
--- a/kpresenter/KPrTextPreview.h
+++ b/kpresenter/KPrTextPreview.h
@@ -6,7 +6,7 @@
class KPrTextPreview : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrTextProperty.h b/kpresenter/KPrTextProperty.h
index 2a33b56f..3c0851b6 100644
--- a/kpresenter/KPrTextProperty.h
+++ b/kpresenter/KPrTextProperty.h
@@ -33,7 +33,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 61b5aeb4..7ad225e7 100644
--- a/kpresenter/KPrTransEffectDia.h
+++ b/kpresenter/KPrTransEffectDia.h
@@ -47,7 +47,7 @@ class KPrPageEffects;
class KPrEffectPreview : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -73,7 +73,7 @@ protected slots:
class KPrTransEffectDia: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrView.h b/kpresenter/KPrView.h
index abb7ac59..456e2f13 100644
--- a/kpresenter/KPrView.h
+++ b/kpresenter/KPrView.h
@@ -117,7 +117,7 @@ private:
class KPrView : public KoView
{
friend class PageBase;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/KPrWebPresentation.h b/kpresenter/KPrWebPresentation.h
index d8262a0f..4d0d2804 100644
--- a/kpresenter/KPrWebPresentation.h
+++ b/kpresenter/KPrWebPresentation.h
@@ -147,7 +147,7 @@ protected:
class KPrWebPresentationWizard : public KWizard
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -192,7 +192,7 @@ protected slots:
class KPrWebPresentationCreateDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpresenter/autoformEdit/AFChoose.h b/kpresenter/autoformEdit/AFChoose.h
index bc6a7165..1ab82543 100644
--- a/kpresenter/autoformEdit/AFChoose.h
+++ b/kpresenter/autoformEdit/AFChoose.h
@@ -30,7 +30,7 @@ class TDEIconCanvas;
class AFChoose : public TQTabDialog
{
- Q_OBJECT
+ TQ_OBJECT
public: