diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /kexi/plugins | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
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 983ea759..8587287c 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 488805ee..741bd230 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 748d5d3d..905a1f38 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 67ee3527..a5830593 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 6cde85dc..baeb74d9 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 fe667061..6a04fbef 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 7d2b9867..f668aacc 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 f269abf7..d009476a 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 809c1186..24423441 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 aba3314c..daaa14be 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 60ed78d1..c38027f8 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 4b02a3bc..be97e937 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 b28ff069..c7080a1e 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 e693245b..e9af94d9 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 29798947..90c947d2 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 860ee4c6..93e7e244 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 a76ab0dd..9219e931 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 f99ddc76..0ed255d9 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 9d85dac5..935a89a7 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 c09e5e83..3b5afa31 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 8e92ee6f..4cc441d0 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 808316e6..3ea5cd05 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 ce51766c..44197aa4 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 4f9ec5f7..a84ccf79 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 7ef7020d..24c54471 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 cbb4ac6b..4df8a621 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 35d8b5cd..f61556f4 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 388e6246..916ad504 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 b713b2c7..e3f71601 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 b2cfaaea..04fef2dc 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 5ccac9b7..da7723c3 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 c5dc61ef..449a9459 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 a30903fb..092dc371 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 520d1799..eaa64f37 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 e03afbcd..f8fb5756 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 374679c0..f8109364 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 9419304e..44ad8bd4 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 0acfa9ef..e8d34600 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 f98d394d..c11d48e8 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 51e97869..762e27ae 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 a7986167..4f9621cc 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 5e5decf8..80d50deb 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 07cf8958..fe3fb21d 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 0480c022..e72408b7 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 7ec3625c..902ef91e 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 4a7c2043..49d50ad5 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 9c045e3d..43ce74bb 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 87bed837..99b59da2 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 a3cd7f60..e6474a5a 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 3e67742f..12d2d057 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 d8f92aaf..49431b73 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 3c543941..cd39fe15 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 98e2c6fe..43cb1718 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 fd469f18..23012292 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 6f4503ed..ecb00c84 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 c5903638..9183764f 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 f404e6e6..33399c56 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 7eb65f1e..faf38762 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 69f43242..3e0cd509 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 fc16fbe0..96c999f8 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 e7c5f13a..65f5764d 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 7898ec98..64ede057 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 47f9d4ef..d56da3ba 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 df4b3190..794fa49c 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 1452f41e..4cfb182a 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 b3dec360..94068ddd 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 a00e3aa2..ed3edc14 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 b2928a8f..e51c7d45 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 d5c6d174..203bbcf0 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 75552f27..7da65255 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 5b9d0215..e73957cf 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 8f647548..206c295c 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 6042f365..df8d69be 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 &); |