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 983ea759a..8587287c3 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog.h +++ b/kexi/plugins/forms/kexiactionselectiondialog.h @@ -37,7 +37,7 @@ namespace KexiPart { class KEXIFORMUTILS_EXPORT KexiActionSelectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiActionSelectionDialog(KexiMainWindow* mainWin, TQWidget *parent, const KexiFormEventAction::ActionData& action, const TQCString& actionWidgetName); diff --git a/kexi/plugins/forms/kexiactionselectiondialog_p.h b/kexi/plugins/forms/kexiactionselectiondialog_p.h index 488805ee3..741bd230e 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog_p.h +++ b/kexi/plugins/forms/kexiactionselectiondialog_p.h @@ -38,7 +38,7 @@ class ActionsListViewBase : public KListView class KActionsListViewBase : public ActionsListViewBase { Q_OBJECT - TQ_OBJECT + public: KActionsListViewBase(TQWidget* parent, KexiMainWindow* mainWin); virtual ~KActionsListViewBase(); diff --git a/kexi/plugins/forms/kexidatasourcepage.h b/kexi/plugins/forms/kexidatasourcepage.h index 748d5d3db..905a1f38a 100644 --- a/kexi/plugins/forms/kexidatasourcepage.h +++ b/kexi/plugins/forms/kexidatasourcepage.h @@ -38,7 +38,7 @@ class TQFrame; class KEXIFORMUTILS_EXPORT KexiDataSourcePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiDataSourcePage(TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/forms/kexidbfactory.h b/kexi/plugins/forms/kexidbfactory.h index 67ee3527e..a5830593e 100644 --- a/kexi/plugins/forms/kexidbfactory.h +++ b/kexi/plugins/forms/kexidbfactory.h @@ -34,7 +34,7 @@ namespace KFormDesigner { class KexiDBFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: KexiDBFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/forms/kexiformmanager.h b/kexi/plugins/forms/kexiformmanager.h index 6cde85dc7..baeb74d9e 100644 --- a/kexi/plugins/forms/kexiformmanager.h +++ b/kexi/plugins/forms/kexiformmanager.h @@ -31,7 +31,7 @@ class KexiFormView; class KEXIFORMUTILS_EXPORT KexiFormManager : public KFormDesigner::FormManager { Q_OBJECT - TQ_OBJECT + public: KexiFormManager(KexiPart::Part *parent, const char* name = 0); diff --git a/kexi/plugins/forms/kexiformpart.h b/kexi/plugins/forms/kexiformpart.h index fe6670615..6a04fbef6 100644 --- a/kexi/plugins/forms/kexiformpart.h +++ b/kexi/plugins/forms/kexiformpart.h @@ -49,7 +49,7 @@ class KexiDataSourcePage; class KEXIFORMUTILS_EXPORT KexiFormPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiFormPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/forms/kexiformscrollview.h b/kexi/plugins/forms/kexiformscrollview.h index 7d2b98679..f668aacca 100644 --- a/kexi/plugins/forms/kexiformscrollview.h +++ b/kexi/plugins/forms/kexiformscrollview.h @@ -47,7 +47,7 @@ class KEXIFORMUTILS_EXPORT KexiFormScrollView : public KexiFormEventHandler { Q_OBJECT - TQ_OBJECT + KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/plugins/forms/kexiformview.h b/kexi/plugins/forms/kexiformview.h index f269abf7b..d009476a1 100644 --- a/kexi/plugins/forms/kexiformview.h +++ b/kexi/plugins/forms/kexiformview.h @@ -55,7 +55,7 @@ namespace KFormDesigner class KEXIFORMUTILS_EXPORT KexiFormView : public KexiDataAwareView { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index 809c1186a..24423441f 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -40,7 +40,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : 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) TQ_OVERRIDE(TQColor paletteForegroundColor READ paletteForegroundColor WRITE setPaletteForegroundColor DESIGNABLE true RESET unsetPalette) diff --git a/kexi/plugins/forms/widgets/kexidbcheckbox.h b/kexi/plugins/forms/widgets/kexidbcheckbox.h index aba3314c4..daaa14bec 100644 --- a/kexi/plugins/forms/widgets/kexidbcheckbox.h +++ b/kexi/plugins/forms/widgets/kexidbcheckbox.h @@ -28,7 +28,7 @@ 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) TQ_OVERRIDE( Tristate tristate READ isTristate WRITE setTristate ) diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index 60ed78d1b..c38027f8e 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -35,7 +35,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: TQ_OVERRIDE(TQColor paletteBackgroundColor READ paletteBackgroundColor WRITE setPaletteBackgroundColor DESIGNABLE true RESET unsetPalette) diff --git a/kexi/plugins/forms/widgets/kexidbdateedit.h b/kexi/plugins/forms/widgets/kexidbdateedit.h index 4b02a3bcb..be97e937e 100644 --- a/kexi/plugins/forms/widgets/kexidbdateedit.h +++ b/kexi/plugins/forms/widgets/kexidbdateedit.h @@ -32,7 +32,7 @@ class TQDateTimeEditor; 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) // properties copied from TQDateEdit diff --git a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h index b28ff0693..c7080a1e1 100644 --- a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h @@ -32,7 +32,7 @@ class KPopupMenu; 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) // properties copied from TQDateTimeEdit diff --git a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h index e693245be..e9af94d93 100644 --- a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h +++ b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h @@ -29,7 +29,7 @@ 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) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidbform.h b/kexi/plugins/forms/widgets/kexidbform.h index 297989476..90c947d2a 100644 --- a/kexi/plugins/forms/widgets/kexidbform.h +++ b/kexi/plugins/forms/widgets/kexidbform.h @@ -43,7 +43,7 @@ class KEXIFORMUTILS_EXPORT KexiDBForm : 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) TQ_PROPERTY(bool autoTabStops READ autoTabStops WRITE setAutoTabStops DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.h b/kexi/plugins/forms/widgets/kexidbimagebox.h index 860ee4c6f..93e7e244e 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.h +++ b/kexi/plugins/forms/widgets/kexidbimagebox.h @@ -38,7 +38,7 @@ class KEXIFORMUTILS_EXPORT KexiDBImageBox : public KexiSubwidgetInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType ) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly ) diff --git a/kexi/plugins/forms/widgets/kexidbintspinbox.h b/kexi/plugins/forms/widgets/kexidbintspinbox.h index a76ab0ddd..9219e9313 100644 --- a/kexi/plugins/forms/widgets/kexidbintspinbox.h +++ b/kexi/plugins/forms/widgets/kexidbintspinbox.h @@ -29,7 +29,7 @@ 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) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index f99ddc769..0ed255d9a 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -41,7 +41,7 @@ class KexiDBInternalLabel; */ 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 ) TQ_PROPERTY( bool shadowEnabled READ shadowEnabled WRITE setShadowEnabled DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 9d85dac52..935a89a7d 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -47,7 +47,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : 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) TQ_OVERRIDE(bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbsubform.h b/kexi/plugins/forms/widgets/kexidbsubform.h index c09e5e835..3b5afa318 100644 --- a/kexi/plugins/forms/widgets/kexidbsubform.h +++ b/kexi/plugins/forms/widgets/kexidbsubform.h @@ -28,7 +28,7 @@ class KEXIFORMUTILS_EXPORT KexiDBSubForm : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) public: diff --git a/kexi/plugins/forms/widgets/kexidbtextedit.h b/kexi/plugins/forms/widgets/kexidbtextedit.h index 8e92ee6f9..4cc441d09 100644 --- a/kexi/plugins/forms/widgets/kexidbtextedit.h +++ b/kexi/plugins/forms/widgets/kexidbtextedit.h @@ -33,7 +33,7 @@ class KEXIFORMUTILS_EXPORT KexiDBTextEdit : 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 808316e6f..3ea5cd056 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -31,7 +31,7 @@ class TQDateTimeEditor; 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) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexiframe.h b/kexi/plugins/forms/widgets/kexiframe.h index ce51766c8..44197aa49 100644 --- a/kexi/plugins/forms/widgets/kexiframe.h +++ b/kexi/plugins/forms/widgets/kexiframe.h @@ -26,7 +26,7 @@ class KEXIFORMUTILS_EXPORT KexiFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + //todo Q_ENUMS( Shape Shadow ) TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) //todo TQ_OVERRIDE( Shape frameShape READ frameShape WRITE setFrameShape ) diff --git a/kexi/plugins/forms/widgets/kexipushbutton.h b/kexi/plugins/forms/widgets/kexipushbutton.h index 4f9ec5f74..a84ccf79d 100644 --- a/kexi/plugins/forms/widgets/kexipushbutton.h +++ b/kexi/plugins/forms/widgets/kexipushbutton.h @@ -28,7 +28,7 @@ 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 7ef7020d6..24c544715 100644 --- a/kexi/plugins/importexport/csv/kexicsvexportwizard.h +++ b/kexi/plugins/importexport/csv/kexicsvexportwizard.h @@ -42,7 +42,7 @@ namespace KexiDB { class KexiCSVExportWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KexiCSVExportWizard( const KexiCSVExport::Options& options, KexiMainWindow* mainWin, diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.h b/kexi/plugins/importexport/csv/kexicsvimportdialog.h index cbb4ac6b7..4df8a621a 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.h +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.h @@ -78,7 +78,7 @@ class KexiCSVInfoLabel; class KexiCSVImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Mode { Clipboard, File /*, Column*/ }; diff --git a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h index 35d8b5cd2..f61556f43 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h +++ b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h @@ -44,7 +44,7 @@ class KexiCSVImportOptions class KexiCSVImportOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiCSVImportOptionsDialog( const KexiCSVImportOptions& options, TQWidget* parent = 0 ); virtual ~KexiCSVImportOptionsDialog(); diff --git a/kexi/plugins/importexport/csv/kexicsvwidgets.h b/kexi/plugins/importexport/csv/kexicsvwidgets.h index 388e62469..916ad504e 100644 --- a/kexi/plugins/importexport/csv/kexicsvwidgets.h +++ b/kexi/plugins/importexport/csv/kexicsvwidgets.h @@ -76,7 +76,7 @@ class KexiCSVInfoLabel : public TQWidget class KexiCSVDelimiterWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiCSVDelimiterWidget( bool lineEditOnBottom, TQWidget * parent = 0 ); diff --git a/kexi/plugins/macros/kexiactions/datatableaction.h b/kexi/plugins/macros/kexiactions/datatableaction.h index b713b2c7a..e3f716015 100644 --- a/kexi/plugins/macros/kexiactions/datatableaction.h +++ b/kexi/plugins/macros/kexiactions/datatableaction.h @@ -37,7 +37,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 b2cfaaeaa..04fef2dca 100644 --- a/kexi/plugins/macros/kexiactions/executeaction.h +++ b/kexi/plugins/macros/kexiactions/executeaction.h @@ -39,7 +39,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 5ccac9b79..da7723c3a 100644 --- a/kexi/plugins/macros/kexiactions/messageaction.h +++ b/kexi/plugins/macros/kexiactions/messageaction.h @@ -40,7 +40,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 c5dc61ef3..449a9459f 100644 --- a/kexi/plugins/macros/kexiactions/navigateaction.h +++ b/kexi/plugins/macros/kexiactions/navigateaction.h @@ -39,7 +39,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 a30903fbf..092dc3719 100644 --- a/kexi/plugins/macros/kexiactions/openaction.h +++ b/kexi/plugins/macros/kexiactions/openaction.h @@ -39,7 +39,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 520d1799e..eaa64f377 100644 --- a/kexi/plugins/macros/kexipart/keximacrodesignview.h +++ b/kexi/plugins/macros/kexipart/keximacrodesignview.h @@ -41,7 +41,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 e03afbcda..f8fb5756e 100644 --- a/kexi/plugins/macros/kexipart/keximacroerror.h +++ b/kexi/plugins/macros/kexipart/keximacroerror.h @@ -50,7 +50,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 374679c04..f81093641 100644 --- a/kexi/plugins/macros/kexipart/keximacropart.h +++ b/kexi/plugins/macros/kexipart/keximacropart.h @@ -30,7 +30,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 9419304e4..44ad8bd4d 100644 --- a/kexi/plugins/macros/kexipart/keximacroproperty.h +++ b/kexi/plugins/macros/kexipart/keximacroproperty.h @@ -40,7 +40,7 @@ class KexiMacroProperty , public KoProperty::CustomProperty { Q_OBJECT - TQ_OBJECT + friend class KexiMacroPropertyWidget; @@ -140,7 +140,7 @@ class KexiMacroPropertyFactory : public KoProperty::CustomPropertyFactory class KexiMacroPropertyWidget : public KoProperty::Widget { Q_OBJECT - TQ_OBJECT + public: /** Constructor. */ diff --git a/kexi/plugins/macros/kexipart/keximacrotextview.h b/kexi/plugins/macros/kexipart/keximacrotextview.h index 0acfa9eff..e8d34600a 100644 --- a/kexi/plugins/macros/kexipart/keximacrotextview.h +++ b/kexi/plugins/macros/kexipart/keximacrotextview.h @@ -32,7 +32,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 f98d394dd..c11d48e83 100644 --- a/kexi/plugins/macros/kexipart/keximacroview.h +++ b/kexi/plugins/macros/kexipart/keximacroview.h @@ -42,7 +42,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 51e97869b..762e27ae8 100644 --- a/kexi/plugins/macros/lib/action.h +++ b/kexi/plugins/macros/lib/action.h @@ -40,7 +40,7 @@ namespace KoMacro { , public KShared // shared reference-counting { Q_OBJECT - TQ_OBJECT + /// Property to get/set the name. TQ_PROPERTY(TQString name READ name WRITE setName) diff --git a/kexi/plugins/macros/lib/context.h b/kexi/plugins/macros/lib/context.h index a7986167b..4f9621ccc 100644 --- a/kexi/plugins/macros/lib/context.h +++ b/kexi/plugins/macros/lib/context.h @@ -43,7 +43,7 @@ namespace KoMacro { , public KShared { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/lib/macro.h b/kexi/plugins/macros/lib/macro.h index 5e5decf8d..80d50deb5 100644 --- a/kexi/plugins/macros/lib/macro.h +++ b/kexi/plugins/macros/lib/macro.h @@ -44,7 +44,7 @@ namespace KoMacro { , 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 07cf89580..fe3fb21d4 100644 --- a/kexi/plugins/macros/tests/actiontests.h +++ b/kexi/plugins/macros/tests/actiontests.h @@ -31,7 +31,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 0480c0221..e72408b7c 100644 --- a/kexi/plugins/macros/tests/commontests.h +++ b/kexi/plugins/macros/tests/commontests.h @@ -31,7 +31,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 7ec3625c9..902ef91ef 100644 --- a/kexi/plugins/macros/tests/macroitemtests.h +++ b/kexi/plugins/macros/tests/macroitemtests.h @@ -31,7 +31,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 4a7c20431..49d50ad5f 100644 --- a/kexi/plugins/macros/tests/macrotests.h +++ b/kexi/plugins/macros/tests/macrotests.h @@ -31,7 +31,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 9c045e3d9..43ce74bb1 100644 --- a/kexi/plugins/macros/tests/testaction.h +++ b/kexi/plugins/macros/tests/testaction.h @@ -39,7 +39,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 87bed8370..99b59da23 100644 --- a/kexi/plugins/macros/tests/testobject.h +++ b/kexi/plugins/macros/tests/testobject.h @@ -32,7 +32,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 a3cd7f60d..e6474a5a1 100644 --- a/kexi/plugins/macros/tests/variabletests.h +++ b/kexi/plugins/macros/tests/variabletests.h @@ -31,7 +31,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 3e67742fb..12d2d0570 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests.h +++ b/kexi/plugins/macros/tests/xmlhandlertests.h @@ -31,7 +31,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 d8f92aafd..49431b735 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.h +++ b/kexi/plugins/macros/tests/xmlhandlertests2.h @@ -31,7 +31,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 3c5439415..cd39fe15e 100644 --- a/kexi/plugins/queries/kexiaddparamdialog.h +++ b/kexi/plugins/queries/kexiaddparamdialog.h @@ -27,7 +27,7 @@ class KexiAddParamWidget; class KexiAddParamDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiAddParamDialog(TQWidget *parent); diff --git a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h index 98e2c6fe8..43cb17187 100644 --- a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h +++ b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h @@ -29,7 +29,7 @@ class TQVBox; class KexiDynamicQueryParameterDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiDynamicQueryParameterDialog(TQWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &); virtual ~KexiDynamicQueryParameterDialog(); diff --git a/kexi/plugins/queries/kexiquerydesignerguieditor.h b/kexi/plugins/queries/kexiquerydesignerguieditor.h index fd469f189..23012292d 100644 --- a/kexi/plugins/queries/kexiquerydesignerguieditor.h +++ b/kexi/plugins/queries/kexiquerydesignerguieditor.h @@ -59,7 +59,7 @@ namespace KexiDB class KexiQueryDesignerGuiEditor : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerGuiEditor(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/queries/kexiquerydesignersql.h b/kexi/plugins/queries/kexiquerydesignersql.h index 6f4503edf..ecb00c84e 100644 --- a/kexi/plugins/queries/kexiquerydesignersql.h +++ b/kexi/plugins/queries/kexiquerydesignersql.h @@ -35,7 +35,7 @@ class KexiQueryDesignerSQLViewPrivate; class KexiQueryDesignerSQLView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLView(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.h b/kexi/plugins/queries/kexiquerydesignersqlhistory.h index c59036385..9183764f5 100644 --- a/kexi/plugins/queries/kexiquerydesignersqlhistory.h +++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.h @@ -62,7 +62,7 @@ typedef TQPtrList<HistoryEntry> History; class KexiQueryDesignerSQLHistory : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLHistory(TQWidget *parent, const char *name=0); diff --git a/kexi/plugins/queries/kexiquerypart.h b/kexi/plugins/queries/kexiquerypart.h index f404e6e68..33399c562 100644 --- a/kexi/plugins/queries/kexiquerypart.h +++ b/kexi/plugins/queries/kexiquerypart.h @@ -44,7 +44,7 @@ class KexiProject; class KexiQueryPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiQueryPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/queries/kexiqueryview.h b/kexi/plugins/queries/kexiqueryview.h index 7eb65f1e9..faf387621 100644 --- a/kexi/plugins/queries/kexiqueryview.h +++ b/kexi/plugins/queries/kexiqueryview.h @@ -32,7 +32,7 @@ class KexiMainWindow; class KexiQueryView : public KexiDataTable { Q_OBJECT - TQ_OBJECT + public: KexiQueryView(KexiMainWindow *win, TQWidget *parent, const char *name=0); diff --git a/kexi/plugins/relations/kexirelationmaindlg.h b/kexi/plugins/relations/kexirelationmaindlg.h index 69f43242b..3e0cd5093 100644 --- a/kexi/plugins/relations/kexirelationmaindlg.h +++ b/kexi/plugins/relations/kexirelationmaindlg.h @@ -28,7 +28,7 @@ class KexiRelationWidget; class KexiRelationMainDlg : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiRelationMainDlg(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/relations/kexirelationpartimpl.h b/kexi/plugins/relations/kexirelationpartimpl.h index fc16fbe0e..96c999f8f 100644 --- a/kexi/plugins/relations/kexirelationpartimpl.h +++ b/kexi/plugins/relations/kexirelationpartimpl.h @@ -25,7 +25,7 @@ class KexiRelationPartImpl : public KexiInternalPart { Q_OBJECT - TQ_OBJECT + public: KexiRelationPartImpl(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/reports/kexireportfactory.h b/kexi/plugins/reports/kexireportfactory.h index e7c5f13ae..65f5764d3 100644 --- a/kexi/plugins/reports/kexireportfactory.h +++ b/kexi/plugins/reports/kexireportfactory.h @@ -26,7 +26,7 @@ class KexiReportFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: KexiReportFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/reports/kexireportform.h b/kexi/plugins/reports/kexireportform.h index 7898ec984..64ede0576 100644 --- a/kexi/plugins/reports/kexireportform.h +++ b/kexi/plugins/reports/kexireportform.h @@ -30,7 +30,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportForm : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: KexiReportForm(TQWidget *parent, const char *name="kexi_dbform"); diff --git a/kexi/plugins/reports/kexireportpart.h b/kexi/plugins/reports/kexireportpart.h index 47f9d4ef2..d56da3bae 100644 --- a/kexi/plugins/reports/kexireportpart.h +++ b/kexi/plugins/reports/kexireportpart.h @@ -42,7 +42,7 @@ namespace KexiDB class KEXIREPORTUTILS_EXPORT KexiReportPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiReportPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h index df4b31909..794fa49cf 100644 --- a/kexi/plugins/reports/kexireportview.h +++ b/kexi/plugins/reports/kexireportview.h @@ -34,7 +34,7 @@ class KexiReportForm; class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView { Q_OBJECT - TQ_OBJECT + public: KexiReportScrollView(TQWidget *parent, bool preview); @@ -63,7 +63,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { diff --git a/kexi/plugins/reports/reportwidgets.h b/kexi/plugins/reports/reportwidgets.h index 1452f41e6..4cfb182af 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -34,7 +34,7 @@ using KFormDesigner::Form; class KexiSubReport : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); public: @@ -56,7 +56,7 @@ class KexiSubReport : public TQScrollView class Label : public TQLabel { Q_OBJECT - TQ_OBJECT + public: Label(const TQString &text, TQWidget *parent, const char *name); @@ -67,7 +67,7 @@ class Label : public TQLabel class PicLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: PicLabel(const TQPixmap &pix, TQWidget *parent, const char *name); @@ -80,7 +80,7 @@ class PicLabel : public TQLabel class ReportLine : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) TQ_PROPERTY(TQColor color READ color WRITE setColor) diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h index b3dec3602..94068ddde 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h @@ -46,7 +46,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 a00e3aa29..ed3edc14c 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h @@ -36,7 +36,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 b2928a8fa..e51c7d45c 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h @@ -35,7 +35,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 d5c6d1749..203bbcf05 100644 --- a/kexi/plugins/tables/kexilookupcolumnpage.h +++ b/kexi/plugins/tables/kexilookupcolumnpage.h @@ -45,7 +45,7 @@ class TQFrame; class KexiLookupColumnPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiLookupColumnPage(TQWidget *parent); diff --git a/kexi/plugins/tables/kexitabledesigner_dataview.h b/kexi/plugins/tables/kexitabledesigner_dataview.h index 75552f279..7da652550 100644 --- a/kexi/plugins/tables/kexitabledesigner_dataview.h +++ b/kexi/plugins/tables/kexitabledesigner_dataview.h @@ -26,7 +26,7 @@ class KexiTableDesigner_DataView : public KexiDataTable { Q_OBJECT - TQ_OBJECT + public: KexiTableDesigner_DataView(KexiMainWindow *win, TQWidget *parent); diff --git a/kexi/plugins/tables/kexitabledesignerview.h b/kexi/plugins/tables/kexitabledesignerview.h index 5b9d02159..e73957cfd 100644 --- a/kexi/plugins/tables/kexitabledesignerview.h +++ b/kexi/plugins/tables/kexitabledesignerview.h @@ -56,7 +56,7 @@ namespace KoProperty { class KexiTableDesignerView : public KexiDataTable, public KexiTableDesignerInterface { Q_OBJECT - TQ_OBJECT + public: /*! Creates a new alter table dialog. */ diff --git a/kexi/plugins/tables/kexitabledesignerview_p.h b/kexi/plugins/tables/kexitabledesignerview_p.h index 8f647548e..206c295c7 100644 --- a/kexi/plugins/tables/kexitabledesignerview_p.h +++ b/kexi/plugins/tables/kexitabledesignerview_p.h @@ -50,7 +50,7 @@ class CommandGroup : public KMacroCommand class CommandHistory : public KCommandHistory { Q_OBJECT - TQ_OBJECT + public: CommandHistory(KActionCollection *actionCollection, bool withMenus = true); diff --git a/kexi/plugins/tables/kexitablepart.h b/kexi/plugins/tables/kexitablepart.h index 6042f365d..df8d69be1 100644 --- a/kexi/plugins/tables/kexitablepart.h +++ b/kexi/plugins/tables/kexitablepart.h @@ -35,7 +35,7 @@ class KexiLookupColumnPage; class KexiTablePart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiTablePart(TQObject *parent, const char *name, const TQStringList &); |
