diff options
Diffstat (limited to 'kexi/plugins/forms')
24 files changed, 24 insertions, 24 deletions
diff --git a/kexi/plugins/forms/kexiactionselectiondialog.h b/kexi/plugins/forms/kexiactionselectiondialog.h index 9d355562..d4d2df15 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog.h +++ b/kexi/plugins/forms/kexiactionselectiondialog.h @@ -36,7 +36,7 @@ namespace KexiPart { */ class KEXIFORMUTILS_EXPORT KexiActionSelectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiActionSelectionDialog(KexiMainWindow* mainWin, TQWidget *parent, diff --git a/kexi/plugins/forms/kexiactionselectiondialog_p.h b/kexi/plugins/forms/kexiactionselectiondialog_p.h index 670ede5a..db6a94c6 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog_p.h +++ b/kexi/plugins/forms/kexiactionselectiondialog_p.h @@ -37,7 +37,7 @@ class ActionsListViewBase : public TDEListView //! @internal Used by TDEActionsListView and CurrentFormActionsListView (in column 2) class TDEActionsListViewBase : public ActionsListViewBase { - Q_OBJECT + TQ_OBJECT public: TDEActionsListViewBase(TQWidget* parent, KexiMainWindow* mainWin); diff --git a/kexi/plugins/forms/kexidatasourcepage.h b/kexi/plugins/forms/kexidatasourcepage.h index 905a1f38..755fb052 100644 --- a/kexi/plugins/forms/kexidatasourcepage.h +++ b/kexi/plugins/forms/kexidatasourcepage.h @@ -37,7 +37,7 @@ class TQFrame; //! A page within form designer's property tabbed pane, providing data source editor class KEXIFORMUTILS_EXPORT KexiDataSourcePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexidbfactory.h b/kexi/plugins/forms/kexidbfactory.h index 6be965d5..cea42251 100644 --- a/kexi/plugins/forms/kexidbfactory.h +++ b/kexi/plugins/forms/kexidbfactory.h @@ -33,7 +33,7 @@ namespace KFormDesigner { //! Kexi Factory (DB widgets + subform) class KexiDBFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformmanager.h b/kexi/plugins/forms/kexiformmanager.h index 1e1b767c..c7bc500d 100644 --- a/kexi/plugins/forms/kexiformmanager.h +++ b/kexi/plugins/forms/kexiformmanager.h @@ -30,7 +30,7 @@ class KexiFormView; //! Used to customize KFormDesigner::FormManager behaviour. class KEXIFORMUTILS_EXPORT KexiFormManager : public KFormDesigner::FormManager { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformpart.h b/kexi/plugins/forms/kexiformpart.h index 6a04fbef..d6b3d9a2 100644 --- a/kexi/plugins/forms/kexiformpart.h +++ b/kexi/plugins/forms/kexiformpart.h @@ -48,7 +48,7 @@ class KexiDataSourcePage; /*! It just creates a \ref KexiFormView. See there for most of code. */ class KEXIFORMUTILS_EXPORT KexiFormPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformscrollview.h b/kexi/plugins/forms/kexiformscrollview.h index f668aacc..b7dad9dc 100644 --- a/kexi/plugins/forms/kexiformscrollview.h +++ b/kexi/plugins/forms/kexiformscrollview.h @@ -46,7 +46,7 @@ class KEXIFORMUTILS_EXPORT KexiFormScrollView : public KexiFormDataProvider, public KexiFormEventHandler { - Q_OBJECT + TQ_OBJECT KEXI_DATAAWAREOBJECTINTERFACE diff --git a/kexi/plugins/forms/kexiformview.h b/kexi/plugins/forms/kexiformview.h index d009476a..b4987c02 100644 --- a/kexi/plugins/forms/kexiformview.h +++ b/kexi/plugins/forms/kexiformview.h @@ -54,7 +54,7 @@ namespace KFormDesigner */ class KEXIFORMUTILS_EXPORT KexiFormView : public KexiDataAwareView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index b1ba23f3..a45289d0 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -39,7 +39,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : public KFormDesigner::DesignTimeDynamicChildWidgetHandler, public KFormDesigner::WidgetWithSubpropertiesInterface { - Q_OBJECT + TQ_OBJECT //'caption' is uncovered now TQ_PROPERTY(TQString labelCaption READ caption WRITE setCaption DESIGNABLE true) TQ_OVERRIDE(TQString caption READ caption WRITE setCaption DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbcheckbox.h b/kexi/plugins/forms/widgets/kexidbcheckbox.h index ecf0da2f..9e14ee92 100644 --- a/kexi/plugins/forms/widgets/kexidbcheckbox.h +++ b/kexi/plugins/forms/widgets/kexidbcheckbox.h @@ -27,7 +27,7 @@ //! @short A db-aware check box class KEXIFORMUTILS_EXPORT KexiDBCheckBox : public TQCheckBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index c38027f8..22e10d2a 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -34,7 +34,7 @@ class KEXIFORMUTILS_EXPORT KexiDBComboBox : public KexiDBAutoField, public KexiComboBoxBase { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool editable READ isEditable WRITE setEditable ) //properties from KexiDBAutoField that should not be visible: diff --git a/kexi/plugins/forms/widgets/kexidbdateedit.h b/kexi/plugins/forms/widgets/kexidbdateedit.h index 638b985a..d48bb07e 100644 --- a/kexi/plugins/forms/widgets/kexidbdateedit.h +++ b/kexi/plugins/forms/widgets/kexidbdateedit.h @@ -31,7 +31,7 @@ class TQDateTimeEditor; //! @short A db-aware date editor class KEXIFORMUTILS_EXPORT KexiDBDateEdit : public TQWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h index a56bb30e..195873d9 100644 --- a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h @@ -31,7 +31,7 @@ class TDEPopupMenu; //! @short A db-aware datetime editor class KEXIFORMUTILS_EXPORT KexiDBDateTimeEdit : public TQWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h index e9af94d9..82be65bd 100644 --- a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h +++ b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h @@ -28,7 +28,7 @@ //! @short A db-aware int spin box class KEXIFORMUTILS_EXPORT KexiDBDoubleSpinBox : public KDoubleSpinBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbform.h b/kexi/plugins/forms/widgets/kexidbform.h index 90c947d2..d75143a8 100644 --- a/kexi/plugins/forms/widgets/kexidbform.h +++ b/kexi/plugins/forms/widgets/kexidbform.h @@ -42,7 +42,7 @@ class KEXIFORMUTILS_EXPORT KexiDBForm : public KFormDesigner::FormWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.h b/kexi/plugins/forms/widgets/kexidbimagebox.h index e7a46329..4abb9fb3 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.h +++ b/kexi/plugins/forms/widgets/kexidbimagebox.h @@ -37,7 +37,7 @@ class KEXIFORMUTILS_EXPORT KexiDBImageBox : public KexiFormDataItemInterface, public KexiSubwidgetInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType ) diff --git a/kexi/plugins/forms/widgets/kexidbintspinbox.h b/kexi/plugins/forms/widgets/kexidbintspinbox.h index 9219e931..a8bc5026 100644 --- a/kexi/plugins/forms/widgets/kexidbintspinbox.h +++ b/kexi/plugins/forms/widgets/kexidbintspinbox.h @@ -28,7 +28,7 @@ //! @short A db-aware int spin box class KEXIFORMUTILS_EXPORT KexiDBIntSpinBox : public KIntSpinBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index 0ed255d9..fd875f9e 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -40,7 +40,7 @@ class KexiDBInternalLabel; @author Christian Nitschkowski, Jaroslaw Staniek */ class KEXIFORMUTILS_EXPORT KexiDBLabel : public TQLabel, protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 935a89a7..7db05205 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -46,7 +46,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : public KexiFormDataItemInterface, public KexiSubwidgetInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbsubform.h b/kexi/plugins/forms/widgets/kexidbsubform.h index 3b5afa31..710dafe9 100644 --- a/kexi/plugins/forms/widgets/kexidbsubform.h +++ b/kexi/plugins/forms/widgets/kexidbsubform.h @@ -27,7 +27,7 @@ //! @short A form embedded as a widget inside other form class KEXIFORMUTILS_EXPORT KexiDBSubForm : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtextedit.h b/kexi/plugins/forms/widgets/kexidbtextedit.h index 4cc441d0..533291cf 100644 --- a/kexi/plugins/forms/widgets/kexidbtextedit.h +++ b/kexi/plugins/forms/widgets/kexidbtextedit.h @@ -32,7 +32,7 @@ class KEXIFORMUTILS_EXPORT KexiDBTextEdit : protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtimeedit.h b/kexi/plugins/forms/widgets/kexidbtimeedit.h index 3ea5cd05..8bf37b4e 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -30,7 +30,7 @@ class TQDateTimeEditor; //! @short A db-aware time editor class KEXIFORMUTILS_EXPORT KexiDBTimeEdit : public TQTimeEdit, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexiframe.h b/kexi/plugins/forms/widgets/kexiframe.h index 95aae487..8eac007c 100644 --- a/kexi/plugins/forms/widgets/kexiframe.h +++ b/kexi/plugins/forms/widgets/kexiframe.h @@ -25,7 +25,7 @@ //! @short Frame widget for Kexi forms class KEXIFORMUTILS_EXPORT KexiFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT //todo TQ_ENUMS( Shape Shadow ) TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexipushbutton.h b/kexi/plugins/forms/widgets/kexipushbutton.h index a84ccf79..ba0cd764 100644 --- a/kexi/plugins/forms/widgets/kexipushbutton.h +++ b/kexi/plugins/forms/widgets/kexipushbutton.h @@ -27,7 +27,7 @@ //! @short Push Button widget for Kexi forms class KEXIFORMUTILS_EXPORT KexiPushButton : public KPushButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString onClickAction READ onClickAction WRITE setOnClickAction DESIGNABLE true) TQ_PROPERTY(TQString onClickActionOption READ onClickActionOption WRITE setOnClickActionOption DESIGNABLE true) |