summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/3rdparty')
-rw-r--r--kexi/3rdparty/kolibs/KoPageLayoutColumns.h2
-rw-r--r--kexi/3rdparty/kolibs/KoPageLayoutHeader.h2
-rw-r--r--kexi/3rdparty/kolibs/KoPageLayoutSize.h2
-rw-r--r--kexi/3rdparty/kolibs/koPageLayoutDia.h4
-rw-r--r--kexi/3rdparty/kolibs/koUnitWidgets.h8
5 files changed, 9 insertions, 9 deletions
diff --git a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h
index b4e0b35e..d8369136 100644
--- a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h
+++ b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h
@@ -34,7 +34,7 @@ class KoPagePreview;
* This class is a widget that shows the KoColumns data structure and allows the user to change it.
*/
class KoPageLayoutColumns : public KoPageLayoutColumnsBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h
index c31bb752..be5e4bbd 100644
--- a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h
+++ b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h
@@ -28,7 +28,7 @@ class KoUnitDoubleSpinBox;
class KoPagePreview;
class KoPageLayoutHeader : public KoPageLayoutHeaderBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/3rdparty/kolibs/KoPageLayoutSize.h b/kexi/3rdparty/kolibs/KoPageLayoutSize.h
index bd413a51..fb9d943e 100644
--- a/kexi/3rdparty/kolibs/KoPageLayoutSize.h
+++ b/kexi/3rdparty/kolibs/KoPageLayoutSize.h
@@ -35,7 +35,7 @@ class KoPageLayoutColumns;
* This class is a widget that shows the KoPageLayout data structure and allows the user to change it.
*/
class KoPageLayoutSize : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/3rdparty/kolibs/koPageLayoutDia.h b/kexi/3rdparty/kolibs/koPageLayoutDia.h
index 0c50b448..ff23c929 100644
--- a/kexi/3rdparty/kolibs/koPageLayoutDia.h
+++ b/kexi/3rdparty/kolibs/koPageLayoutDia.h
@@ -46,7 +46,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE
*/
class KoPagePreview : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -82,7 +82,7 @@ class KoPageLayoutDiaPrivate;
*/
class KOFFICEUI_EXPORT KoPageLayoutDia : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/3rdparty/kolibs/koUnitWidgets.h b/kexi/3rdparty/kolibs/koUnitWidgets.h
index cd741f32..ddadd5d9 100644
--- a/kexi/3rdparty/kolibs/koUnitWidgets.h
+++ b/kexi/3rdparty/kolibs/koUnitWidgets.h
@@ -106,7 +106,7 @@ protected:
*/
class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L );
@@ -157,7 +157,7 @@ private slots:
*/
class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L );
@@ -186,7 +186,7 @@ private:
*/
class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L );
@@ -223,7 +223,7 @@ protected:
*/
class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L );