diff options
Diffstat (limited to 'kexi/plugins')
73 files changed, 78 insertions, 78 deletions
diff --git a/kexi/plugins/forms/kexiactionselectiondialog.h b/kexi/plugins/forms/kexiactionselectiondialog.h index 9d3555625..d4d2df151 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 670ede5a0..db6a94c6d 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 905a1f38a..755fb052d 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 6be965d5b..cea422515 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 1e1b767c1..c7bc500d1 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 6a04fbef6..d6b3d9a29 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 f668aacca..b7dad9dc4 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 d009476a1..b4987c02d 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 b1ba23f3c..a45289d0a 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 ecf0da2ff..9e14ee923 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 c38027f8e..22e10d2af 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 638b985ae..d48bb07ef 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 a56bb30ef..195873d9d 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 e9af94d93..82be65bd4 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 90c947d2a..d75143a8b 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 e7a46329d..4abb9fb3c 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 9219e9313..a8bc5026e 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 0ed255d9a..fd875f9ed 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 935a89a7d..7db052052 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 3b5afa318..710dafe94 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 4cc441d09..533291cfc 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 3ea5cd056..8bf37b4ea 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 95aae4872..8eac007c6 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 a84ccf79d..ba0cd764f 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) diff --git a/kexi/plugins/importexport/csv/kexicsvexportwizard.h b/kexi/plugins/importexport/csv/kexicsvexportwizard.h index 24c544715..41289cb69 100644 --- a/kexi/plugins/importexport/csv/kexicsvexportwizard.h +++ b/kexi/plugins/importexport/csv/kexicsvexportwizard.h @@ -41,7 +41,7 @@ namespace KexiDB { Supports exporting to a file and to a clipboard. */ class KexiCSVExportWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.h b/kexi/plugins/importexport/csv/kexicsvimportdialog.h index 52724ca69..2e8648608 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.h +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.h @@ -77,7 +77,7 @@ class KexiCSVInfoLabel; */ class KexiCSVImportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h index f61556f43..362787aac 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h +++ b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h @@ -43,7 +43,7 @@ class KexiCSVImportOptions //! @short CSV Options dialog class KexiCSVImportOptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiCSVImportOptionsDialog( const KexiCSVImportOptions& options, TQWidget* parent = 0 ); diff --git a/kexi/plugins/importexport/csv/kexicsvwidgets.h b/kexi/plugins/importexport/csv/kexicsvwidgets.h index 916ad504e..5b6a43422 100644 --- a/kexi/plugins/importexport/csv/kexicsvwidgets.h +++ b/kexi/plugins/importexport/csv/kexicsvwidgets.h @@ -75,7 +75,7 @@ class KexiCSVInfoLabel : public TQWidget //! Used by CSV import and export dialogs class KexiCSVDelimiterWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/datatableaction.h b/kexi/plugins/macros/kexiactions/datatableaction.h index a3acf5f81..4da169472 100644 --- a/kexi/plugins/macros/kexiactions/datatableaction.h +++ b/kexi/plugins/macros/kexiactions/datatableaction.h @@ -36,7 +36,7 @@ namespace KexiMacro { */ class DataTableAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/executeaction.h b/kexi/plugins/macros/kexiactions/executeaction.h index be7c95dc4..d5affc762 100644 --- a/kexi/plugins/macros/kexiactions/executeaction.h +++ b/kexi/plugins/macros/kexiactions/executeaction.h @@ -38,7 +38,7 @@ namespace KexiMacro { */ class ExecuteAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/messageaction.h b/kexi/plugins/macros/kexiactions/messageaction.h index 9af12b899..86672c0e7 100644 --- a/kexi/plugins/macros/kexiactions/messageaction.h +++ b/kexi/plugins/macros/kexiactions/messageaction.h @@ -39,7 +39,7 @@ namespace KexiMacro { */ class MessageAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/navigateaction.h b/kexi/plugins/macros/kexiactions/navigateaction.h index 0dcff98ac..a41ce60ee 100644 --- a/kexi/plugins/macros/kexiactions/navigateaction.h +++ b/kexi/plugins/macros/kexiactions/navigateaction.h @@ -38,7 +38,7 @@ namespace KexiMacro { */ class NavigateAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexiactions/openaction.h b/kexi/plugins/macros/kexiactions/openaction.h index 700b6ef61..6dab58f17 100644 --- a/kexi/plugins/macros/kexiactions/openaction.h +++ b/kexi/plugins/macros/kexiactions/openaction.h @@ -38,7 +38,7 @@ namespace KexiMacro { */ class OpenAction : public KexiAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacrodesignview.h b/kexi/plugins/macros/kexipart/keximacrodesignview.h index c23e31f92..3b42fc9d4 100644 --- a/kexi/plugins/macros/kexipart/keximacrodesignview.h +++ b/kexi/plugins/macros/kexipart/keximacrodesignview.h @@ -40,7 +40,7 @@ class KexiTableItem; */ class KexiMacroDesignView : public KexiMacroView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacroerror.h b/kexi/plugins/macros/kexipart/keximacroerror.h index a953f0d9e..0e8ae7124 100644 --- a/kexi/plugins/macros/kexipart/keximacroerror.h +++ b/kexi/plugins/macros/kexipart/keximacroerror.h @@ -49,7 +49,7 @@ class KexiMainWindow; */ class KexiMacroError : public KexiMacroErrorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacropart.h b/kexi/plugins/macros/kexipart/keximacropart.h index 197676e9b..911d940a6 100644 --- a/kexi/plugins/macros/kexipart/keximacropart.h +++ b/kexi/plugins/macros/kexipart/keximacropart.h @@ -29,7 +29,7 @@ */ class KexiMacroPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacroproperty.h b/kexi/plugins/macros/kexipart/keximacroproperty.h index 47f7a7e12..7796934ff 100644 --- a/kexi/plugins/macros/kexipart/keximacroproperty.h +++ b/kexi/plugins/macros/kexipart/keximacroproperty.h @@ -39,7 +39,7 @@ class KexiMacroProperty : public TQObject , public KoProperty::CustomProperty { - Q_OBJECT + TQ_OBJECT friend class KexiMacroPropertyWidget; @@ -139,7 +139,7 @@ class KexiMacroPropertyFactory : public KoProperty::CustomPropertyFactory */ class KexiMacroPropertyWidget : public KoProperty::Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacrotextview.h b/kexi/plugins/macros/kexipart/keximacrotextview.h index e8d34600a..7ed74129f 100644 --- a/kexi/plugins/macros/kexipart/keximacrotextview.h +++ b/kexi/plugins/macros/kexipart/keximacrotextview.h @@ -31,7 +31,7 @@ namespace KoMacro { */ class KexiMacroTextView : public KexiMacroView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/kexipart/keximacroview.h b/kexi/plugins/macros/kexipart/keximacroview.h index ddff961f5..4dc8fe291 100644 --- a/kexi/plugins/macros/kexipart/keximacroview.h +++ b/kexi/plugins/macros/kexipart/keximacroview.h @@ -41,7 +41,7 @@ class KexiTableItem; */ class KexiMacroView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/lib/action.h b/kexi/plugins/macros/lib/action.h index 0b19ef464..a6122c530 100644 --- a/kexi/plugins/macros/lib/action.h +++ b/kexi/plugins/macros/lib/action.h @@ -39,7 +39,7 @@ namespace KoMacro { : public TQObject // TQt functionality like signals and slots , public TDEShared // shared reference-counting { - Q_OBJECT + TQ_OBJECT /// Property to get/set the name. diff --git a/kexi/plugins/macros/lib/context.h b/kexi/plugins/macros/lib/context.h index 9bb0f5ebe..43b4f6f6f 100644 --- a/kexi/plugins/macros/lib/context.h +++ b/kexi/plugins/macros/lib/context.h @@ -42,7 +42,7 @@ namespace KoMacro { : public TQObject , public TDEShared { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/lib/macro.h b/kexi/plugins/macros/lib/macro.h index cc1fd77e3..8274e434d 100644 --- a/kexi/plugins/macros/lib/macro.h +++ b/kexi/plugins/macros/lib/macro.h @@ -43,7 +43,7 @@ namespace KoMacro { , public TDEShared // shared reference-counting , public XMLHandler // to (un-)serialize from/to XML { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/actiontests.h b/kexi/plugins/macros/tests/actiontests.h index 91576ea31..6cb272878 100644 --- a/kexi/plugins/macros/tests/actiontests.h +++ b/kexi/plugins/macros/tests/actiontests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class ActionTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/commontests.h b/kexi/plugins/macros/tests/commontests.h index 170974bc4..f4f2ca9ae 100644 --- a/kexi/plugins/macros/tests/commontests.h +++ b/kexi/plugins/macros/tests/commontests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class CommonTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/macroitemtests.h b/kexi/plugins/macros/tests/macroitemtests.h index 6cd6cf8f7..00aebdbfb 100644 --- a/kexi/plugins/macros/tests/macroitemtests.h +++ b/kexi/plugins/macros/tests/macroitemtests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class MacroitemTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/macrotests.h b/kexi/plugins/macros/tests/macrotests.h index e1a61ba52..e08391cbe 100644 --- a/kexi/plugins/macros/tests/macrotests.h +++ b/kexi/plugins/macros/tests/macrotests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class MacroTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/testaction.h b/kexi/plugins/macros/tests/testaction.h index bb41e5fb5..970907766 100644 --- a/kexi/plugins/macros/tests/testaction.h +++ b/kexi/plugins/macros/tests/testaction.h @@ -38,7 +38,7 @@ namespace KoMacroTest { */ class TestAction : public KoMacro::Action { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/testobject.h b/kexi/plugins/macros/tests/testobject.h index 81309d99a..4fe96171c 100644 --- a/kexi/plugins/macros/tests/testobject.h +++ b/kexi/plugins/macros/tests/testobject.h @@ -31,7 +31,7 @@ namespace KoMacroTest { */ class TestObject : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/variabletests.h b/kexi/plugins/macros/tests/variabletests.h index 65c07f77a..771edfa1a 100644 --- a/kexi/plugins/macros/tests/variabletests.h +++ b/kexi/plugins/macros/tests/variabletests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class VariableTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/xmlhandlertests.h b/kexi/plugins/macros/tests/xmlhandlertests.h index 062b24b13..95beab3e5 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests.h +++ b/kexi/plugins/macros/tests/xmlhandlertests.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class XMLHandlerTests : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/macros/tests/xmlhandlertests2.h b/kexi/plugins/macros/tests/xmlhandlertests2.h index 3fd59609d..a52d222b3 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.h +++ b/kexi/plugins/macros/tests/xmlhandlertests2.h @@ -30,7 +30,7 @@ namespace KoMacroTest { */ class XMLHandlerTests2 : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiaddparamdialog.h b/kexi/plugins/queries/kexiaddparamdialog.h index cd39fe15e..3c2a330e4 100644 --- a/kexi/plugins/queries/kexiaddparamdialog.h +++ b/kexi/plugins/queries/kexiaddparamdialog.h @@ -26,7 +26,7 @@ class KexiAddParamWidget; class KexiAddParamDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h index 43cb17187..bf30bfa3d 100644 --- a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h +++ b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h @@ -28,7 +28,7 @@ class TQVBox; class KexiDynamicQueryParameterDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiDynamicQueryParameterDialog(TQWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &); diff --git a/kexi/plugins/queries/kexiquerydesignerguieditor.h b/kexi/plugins/queries/kexiquerydesignerguieditor.h index 23012292d..033ec0d7e 100644 --- a/kexi/plugins/queries/kexiquerydesignerguieditor.h +++ b/kexi/plugins/queries/kexiquerydesignerguieditor.h @@ -58,7 +58,7 @@ namespace KexiDB //! Design view of the Query Designer class KexiQueryDesignerGuiEditor : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiquerydesignersql.h b/kexi/plugins/queries/kexiquerydesignersql.h index ecb00c84e..dcbcfd1d7 100644 --- a/kexi/plugins/queries/kexiquerydesignersql.h +++ b/kexi/plugins/queries/kexiquerydesignersql.h @@ -34,7 +34,7 @@ class KexiQueryDesignerSQLViewPrivate; mode or in "sql status" mode. */ class KexiQueryDesignerSQLView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.h b/kexi/plugins/queries/kexiquerydesignersqlhistory.h index 516a6dbfa..1f5e23f69 100644 --- a/kexi/plugins/queries/kexiquerydesignersqlhistory.h +++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.h @@ -61,7 +61,7 @@ typedef TQPtrList<HistoryEntry> History; class KexiQueryDesignerSQLHistory : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiquerypart.h b/kexi/plugins/queries/kexiquerypart.h index 3587388ce..7c29a130c 100644 --- a/kexi/plugins/queries/kexiquerypart.h +++ b/kexi/plugins/queries/kexiquerypart.h @@ -43,7 +43,7 @@ class KexiProject; //! @short Kexi Query Designer Plugin. class KexiQueryPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/queries/kexiqueryview.h b/kexi/plugins/queries/kexiqueryview.h index faf387621..845e32af9 100644 --- a/kexi/plugins/queries/kexiqueryview.h +++ b/kexi/plugins/queries/kexiqueryview.h @@ -31,7 +31,7 @@ class KexiMainWindow; class KexiQueryView : public KexiDataTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/relations/kexirelationmaindlg.h b/kexi/plugins/relations/kexirelationmaindlg.h index 3e0cd5093..eb21de2bd 100644 --- a/kexi/plugins/relations/kexirelationmaindlg.h +++ b/kexi/plugins/relations/kexirelationmaindlg.h @@ -27,7 +27,7 @@ class KexiRelationWidget; class KexiRelationMainDlg : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/relations/kexirelationpartimpl.h b/kexi/plugins/relations/kexirelationpartimpl.h index 96c999f8f..d8023b236 100644 --- a/kexi/plugins/relations/kexirelationpartimpl.h +++ b/kexi/plugins/relations/kexirelationpartimpl.h @@ -24,7 +24,7 @@ class KexiRelationPartImpl : public KexiInternalPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportfactory.h b/kexi/plugins/reports/kexireportfactory.h index 65f5764d3..69dd7bdd2 100644 --- a/kexi/plugins/reports/kexireportfactory.h +++ b/kexi/plugins/reports/kexireportfactory.h @@ -25,7 +25,7 @@ //! Kexi Factory (DB widgets + subform) class KexiReportFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportform.h b/kexi/plugins/reports/kexireportform.h index 64ede0576..e310ab026 100644 --- a/kexi/plugins/reports/kexireportform.h +++ b/kexi/plugins/reports/kexireportform.h @@ -29,7 +29,7 @@ //! The report top widget class KEXIREPORTUTILS_EXPORT KexiReportForm : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportpart.h b/kexi/plugins/reports/kexireportpart.h index d56da3bae..347b90934 100644 --- a/kexi/plugins/reports/kexireportpart.h +++ b/kexi/plugins/reports/kexireportpart.h @@ -41,7 +41,7 @@ namespace KexiDB It just creates a \ref KexiReportView. See there for most of code. */ class KEXIREPORTUTILS_EXPORT KexiReportPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h index 794fa49cf..413b8cd88 100644 --- a/kexi/plugins/reports/kexireportview.h +++ b/kexi/plugins/reports/kexireportview.h @@ -33,7 +33,7 @@ class KexiReportForm; class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView { - Q_OBJECT + TQ_OBJECT public: @@ -62,7 +62,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView (preview == false in constructor). */ class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/reports/reportwidgets.h b/kexi/plugins/reports/reportwidgets.h index 4cfb182af..d676e527b 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -33,7 +33,7 @@ using KFormDesigner::Form; //! A form embedded as a widget inside other form class KexiSubReport : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); @@ -55,7 +55,7 @@ class KexiSubReport : public TQScrollView //! A simple label inside a report class Label : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -66,7 +66,7 @@ class Label : public TQLabel //! A simple picture label inside a report class PicLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -79,7 +79,7 @@ class PicLabel : public TQLabel //! A line class ReportLine : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h index 94068ddde..6e4ba8200 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h @@ -45,7 +45,7 @@ namespace Kross { namespace Api { */ class KexiScriptDesignView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h index ed3edc14c..e20034701 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h @@ -35,7 +35,7 @@ namespace Kross { namespace Api { */ class KexiScriptEditor : public KexiEditor { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h index e51c7d45c..0433d318a 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h @@ -34,7 +34,7 @@ */ class KexiScriptPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexilookupcolumnpage.h b/kexi/plugins/tables/kexilookupcolumnpage.h index 203bbcf05..25774c1b8 100644 --- a/kexi/plugins/tables/kexilookupcolumnpage.h +++ b/kexi/plugins/tables/kexilookupcolumnpage.h @@ -44,7 +44,7 @@ class TQFrame; */ class KexiLookupColumnPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexitabledesigner_dataview.h b/kexi/plugins/tables/kexitabledesigner_dataview.h index 7da652550..2b579746f 100644 --- a/kexi/plugins/tables/kexitabledesigner_dataview.h +++ b/kexi/plugins/tables/kexitabledesigner_dataview.h @@ -25,7 +25,7 @@ class KexiTableDesigner_DataView : public KexiDataTable { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexitabledesignerview.h b/kexi/plugins/tables/kexitabledesignerview.h index e73957cfd..b59eb8cdb 100644 --- a/kexi/plugins/tables/kexitabledesignerview.h +++ b/kexi/plugins/tables/kexitabledesignerview.h @@ -55,7 +55,7 @@ namespace KoProperty { */ class KexiTableDesignerView : public KexiDataTable, public KexiTableDesignerInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/tables/kexitabledesignerview_p.h b/kexi/plugins/tables/kexitabledesignerview_p.h index 0b689d641..71f3164a1 100644 --- a/kexi/plugins/tables/kexitabledesignerview_p.h +++ b/kexi/plugins/tables/kexitabledesignerview_p.h @@ -49,7 +49,7 @@ class CommandGroup : public KMacroCommand We need it to iterate through commands so we can perform a set of ALTER TABLE atomic actions. */ class CommandHistory : public KCommandHistory { - Q_OBJECT + TQ_OBJECT public: CommandHistory(TDEActionCollection *actionCollection, bool withMenus = true); diff --git a/kexi/plugins/tables/kexitablepart.h b/kexi/plugins/tables/kexitablepart.h index df8d69be1..b4adb6ba7 100644 --- a/kexi/plugins/tables/kexitablepart.h +++ b/kexi/plugins/tables/kexitablepart.h @@ -34,7 +34,7 @@ class KexiLookupColumnPage; class KexiTablePart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: |