diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-22 10:29:56 +0900 |
commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 /kexi | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.tar.gz koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'kexi')
203 files changed, 243 insertions, 243 deletions
diff --git a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h index b4e0b35e..d8369136 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h @@ -34,7 +34,7 @@ class KoPagePreview; * This class is a widget that shows the KoColumns data structure and allows the user to change it. */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h index c31bb752..be5e4bbd 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h @@ -28,7 +28,7 @@ class KoUnitDoubleSpinBox; class KoPagePreview; class KoPageLayoutHeader : public KoPageLayoutHeaderBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/KoPageLayoutSize.h b/kexi/3rdparty/kolibs/KoPageLayoutSize.h index bd413a51..fb9d943e 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutSize.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutSize.h @@ -35,7 +35,7 @@ class KoPageLayoutColumns; * This class is a widget that shows the KoPageLayout data structure and allows the user to change it. */ class KoPageLayoutSize : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/koPageLayoutDia.h b/kexi/3rdparty/kolibs/koPageLayoutDia.h index 0c50b448..ff23c929 100644 --- a/kexi/3rdparty/kolibs/koPageLayoutDia.h +++ b/kexi/3rdparty/kolibs/koPageLayoutDia.h @@ -46,7 +46,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE */ class KoPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -82,7 +82,7 @@ class KoPageLayoutDiaPrivate; */ class KOFFICEUI_EXPORT KoPageLayoutDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/3rdparty/kolibs/koUnitWidgets.h b/kexi/3rdparty/kolibs/koUnitWidgets.h index cd741f32..ddadd5d9 100644 --- a/kexi/3rdparty/kolibs/koUnitWidgets.h +++ b/kexi/3rdparty/kolibs/koUnitWidgets.h @@ -106,7 +106,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -157,7 +157,7 @@ private slots: */ class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); @@ -186,7 +186,7 @@ private: */ class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -223,7 +223,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); diff --git a/kexi/core/kexiactionproxy_p.h b/kexi/core/kexiactionproxy_p.h index 57d351ce..5a3f8424 100644 --- a/kexi/core/kexiactionproxy_p.h +++ b/kexi/core/kexiactionproxy_p.h @@ -27,7 +27,7 @@ class KexiActionProxy; //! Helper class for KexiActionProxy::plugSharedActionToExternalGUI() method. class TDEAction_setEnabled_Helper : public TQObject { - Q_OBJECT + TQ_OBJECT public: TDEAction_setEnabled_Helper(KexiActionProxy* proxy); diff --git a/kexi/core/kexiblobbuffer.h b/kexi/core/kexiblobbuffer.h index 73c54549..5207818e 100644 --- a/kexi/core/kexiblobbuffer.h +++ b/kexi/core/kexiblobbuffer.h @@ -79,7 +79,7 @@ namespace KexiDB */ class KEXICORE_EXPORT KexiBLOBBuffer : public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/kexi/core/kexicontexthelp.h b/kexi/core/kexicontexthelp.h index 92afe807..c9a4b118 100644 --- a/kexi/core/kexicontexthelp.h +++ b/kexi/core/kexicontexthelp.h @@ -26,7 +26,7 @@ class KEXICORE_EXPORT KexiContextHelp : public KoContextHelpWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index ae1169a9..212aa0f1 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -77,7 +77,7 @@ class KEXICORE_EXPORT KexiDialogBase : public KexiActionProxy, public Kexi::ObjectStatus { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiinternalpart.h b/kexi/core/kexiinternalpart.h index 50bb7f1f..cc707b9e 100644 --- a/kexi/core/kexiinternalpart.h +++ b/kexi/core/kexiinternalpart.h @@ -48,7 +48,7 @@ class TQWidget; */ class KEXICORE_EXPORT KexiInternalPart : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/keximainwindow.h b/kexi/core/keximainwindow.h index 1f14e0d6..7e238b2d 100644 --- a/kexi/core/keximainwindow.h +++ b/kexi/core/keximainwindow.h @@ -44,7 +44,7 @@ namespace KexiPart { */ class KEXICORE_EXPORT KexiMainWindow : public KMdiMainFrm, public KexiSharedActionHost { - Q_OBJECT + TQ_OBJECT public: //! Used by printActionForItem() diff --git a/kexi/core/kexipart.h b/kexi/core/kexipart.h index 1d800854..ecedf7e9 100644 --- a/kexi/core/kexipart.h +++ b/kexi/core/kexipart.h @@ -64,7 +64,7 @@ enum ObjectTypes { */ class KEXICORE_EXPORT Part : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexipartmanager.h b/kexi/core/kexipartmanager.h index 726fbca8..21150dd9 100644 --- a/kexi/core/kexipartmanager.h +++ b/kexi/core/kexipartmanager.h @@ -67,7 +67,7 @@ namespace KexiPart */ class KEXICORE_EXPORT Manager : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiproject.h b/kexi/core/kexiproject.h index a8297f50..2be68229 100644 --- a/kexi/core/kexiproject.h +++ b/kexi/core/kexiproject.h @@ -66,7 +66,7 @@ class KexiDialogBase; */ class KEXICORE_EXPORT KexiProject : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexisharedactionhost_p.h b/kexi/core/kexisharedactionhost_p.h index 9c93a548..f2c2e2ae 100644 --- a/kexi/core/kexisharedactionhost_p.h +++ b/kexi/core/kexisharedactionhost_p.h @@ -41,7 +41,7 @@ class KexiVolatileActionData //! @internal class KEXICORE_EXPORT KexiSharedActionHostPrivate : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiuseraction.h b/kexi/core/kexiuseraction.h index c64e08cd..fb5bfb1a 100644 --- a/kexi/core/kexiuseraction.h +++ b/kexi/core/kexiuseraction.h @@ -18,7 +18,7 @@ typedef TQValueVector<TQVariant> Arguments; */ class KEXICORE_EXPORT KexiUserAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index adca7622..8102a9c4 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -51,7 +51,7 @@ namespace KexiDB { */ class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/doc/dev/CHANGELOG-Kexi-js b/kexi/doc/dev/CHANGELOG-Kexi-js index 728856be..e7b9a94d 100644 --- a/kexi/doc/dev/CHANGELOG-Kexi-js +++ b/kexi/doc/dev/CHANGELOG-Kexi-js @@ -5088,7 +5088,7 @@ TODO: keep ownership properly in KexiPart namespace!!!!!! - now checks driver's major version and compares against kexidb library major version - now is called on createConnection() instead of Connection::connect() so errors can be catch earlier - - KEXIDB_DRIVER (like Q_OBJECT) in driver.h and KEXIDB_DRIVER_INFO in driver_p.h macros + - KEXIDB_DRIVER (like TQ_OBJECT) in driver.h and KEXIDB_DRIVER_INFO in driver_p.h macros introduced for ease driver development and decrease error count diff --git a/kexi/formeditor/connectiondialog.h b/kexi/formeditor/connectiondialog.h index 7edba8df..13e129a5 100644 --- a/kexi/formeditor/connectiondialog.h +++ b/kexi/formeditor/connectiondialog.h @@ -45,7 +45,7 @@ class Connection; of current connection. */ class KFORMEDITOR_EXPORT ConnectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/container.h b/kexi/formeditor/container.h index 03f2c6c6..b3babe9b 100644 --- a/kexi/formeditor/container.h +++ b/kexi/formeditor/container.h @@ -46,7 +46,7 @@ class Form; //! A class for redirecting events class KFORMEDITOR_EXPORT EventEater : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ class KFORMEDITOR_EXPORT EventEater : public TQObject //! A class to make a container from any widget class KFORMEDITOR_EXPORT Container : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/editlistviewdialog.h b/kexi/formeditor/editlistviewdialog.h index cfbaadbb..6d99c076 100644 --- a/kexi/formeditor/editlistviewdialog.h +++ b/kexi/formeditor/editlistviewdialog.h @@ -48,7 +48,7 @@ namespace KFormDesigner { using TDEListViewItem::setRenameable(). Pixmaps are not yet supported. */ class KFORMEDITOR_EXPORT EditListViewDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/factories/containerfactory.h b/kexi/formeditor/factories/containerfactory.h index 18a9f7df..6346eb8a 100644 --- a/kexi/formeditor/factories/containerfactory.h +++ b/kexi/formeditor/factories/containerfactory.h @@ -54,7 +54,7 @@ class InsertPageCommand : public KCommand //! Helper widget (used when using 'Lay out horizontally') class KFORMEDITOR_EXPORT HBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -70,7 +70,7 @@ class KFORMEDITOR_EXPORT HBox : public TQFrame //! Helper widget (used when using 'Lay out vertically') class KFORMEDITOR_EXPORT VBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -86,7 +86,7 @@ class KFORMEDITOR_EXPORT VBox : public TQFrame //! Helper widget (used when using 'Lay out in a grid') class KFORMEDITOR_EXPORT Grid : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -102,7 +102,7 @@ class KFORMEDITOR_EXPORT Grid : public TQFrame //! Helper widget (used when using 'Lay out with horizontal flow') class KFORMEDITOR_EXPORT HFlow : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -118,7 +118,7 @@ class KFORMEDITOR_EXPORT HFlow : public TQFrame //! Helper widget (used when using 'Lay out with horizontal flow') class KFORMEDITOR_EXPORT VFlow : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -135,7 +135,7 @@ class KFORMEDITOR_EXPORT VFlow : public TQFrame //! A simple container widget class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT friend class KFDTabWidget; @@ -163,7 +163,7 @@ class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget //! A tab widget class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget { - Q_OBJECT + TQ_OBJECT public: @@ -189,7 +189,7 @@ class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget //! A group box widget class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -213,7 +213,7 @@ class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox //! A form embedded as a widget inside other form class KFORMEDITOR_EXPORT SubForm : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) @@ -235,7 +235,7 @@ class KFORMEDITOR_EXPORT SubForm : public TQScrollView //! Standard Factory for all container widgets class ContainerFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/factories/stdwidgetfactory.h b/kexi/formeditor/factories/stdwidgetfactory.h index 32898782..13a31002 100644 --- a/kexi/formeditor/factories/stdwidgetfactory.h +++ b/kexi/formeditor/factories/stdwidgetfactory.h @@ -27,7 +27,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: @@ -39,7 +39,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel class KFORMEDITOR_EXPORT Line : public TQFrame { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(Orientation orientation READ orientation WRITE setOrientation) @@ -54,7 +54,7 @@ class KFORMEDITOR_EXPORT Line : public TQFrame //! Factory for all basic widgets, including Spring (not containers) class StdWidgetFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/form.h b/kexi/formeditor/form.h index e67f9cb4..ce5139c8 100644 --- a/kexi/formeditor/form.h +++ b/kexi/formeditor/form.h @@ -134,7 +134,7 @@ class FormPrivate //! A simple class representing a form class KFORMEDITOR_EXPORT Form : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/formIO.h b/kexi/formeditor/formIO.h index 9717c030..e9bd068e 100644 --- a/kexi/formeditor/formIO.h +++ b/kexi/formeditor/formIO.h @@ -38,7 +38,7 @@ class TQLabel; //! A blank widget displayed when class is not supported class KFORMEDITOR_EXPORT CustomWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -74,7 +74,7 @@ KFORMEDITOR_EXPORT uint version(); //! A class to save/load forms from .ui files class KFORMEDITOR_EXPORT FormIO : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/formmanager.h b/kexi/formeditor/formmanager.h index 036bf90e..7e7a1554 100644 --- a/kexi/formeditor/formmanager.h +++ b/kexi/formeditor/formmanager.h @@ -71,7 +71,7 @@ typedef TQPtrList<TDEAction> ActionList; **/ class KFORMEDITOR_EXPORT FormManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/kfdpixmapedit.h b/kexi/formeditor/kfdpixmapedit.h index 66f6e4ac..039ce57a 100644 --- a/kexi/formeditor/kfdpixmapedit.h +++ b/kexi/formeditor/kfdpixmapedit.h @@ -26,7 +26,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT KFDPixmapEdit : public KoProperty::PixmapEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/libactionwidget.h b/kexi/formeditor/libactionwidget.h index e396a6e7..39114161 100644 --- a/kexi/formeditor/libactionwidget.h +++ b/kexi/formeditor/libactionwidget.h @@ -34,7 +34,7 @@ class WidgetInfo; */ class KFORMEDITOR_EXPORT LibActionWidget : public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: /** LibActionWidget object is initialized to be mutually diff --git a/kexi/formeditor/objecttreeview.h b/kexi/formeditor/objecttreeview.h index 8236f877..586a3468 100644 --- a/kexi/formeditor/objecttreeview.h +++ b/kexi/formeditor/objecttreeview.h @@ -66,7 +66,7 @@ class KFORMEDITOR_EXPORT ObjectTreeViewItem : public TDEListViewItem */ class KFORMEDITOR_EXPORT ObjectTreeView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/resizehandle.h b/kexi/formeditor/resizehandle.h index cde49193..79406275 100644 --- a/kexi/formeditor/resizehandle.h +++ b/kexi/formeditor/resizehandle.h @@ -40,7 +40,7 @@ class ResizeHandleSet; */ class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget */ class KFORMEDITOR_EXPORT ResizeHandleSet: public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/richtextdialog.h b/kexi/formeditor/richtextdialog.h index 366a1cd2..7c3dd9b1 100644 --- a/kexi/formeditor/richtextdialog.h +++ b/kexi/formeditor/richtextdialog.h @@ -33,7 +33,7 @@ namespace KFormDesigner { /*! It allows to change font name, style and color, alignment. */ class KFORMEDITOR_EXPORT RichTextDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/scripting/formscript.h b/kexi/formeditor/scripting/formscript.h index de38325c..f459abfc 100644 --- a/kexi/formeditor/scripting/formscript.h +++ b/kexi/formeditor/scripting/formscript.h @@ -43,7 +43,7 @@ using namespace KFormDesigner; //! A class that stores the code and events related to a single form class FormScript : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/scripting/scriptmanager.h b/kexi/formeditor/scripting/scriptmanager.h index 44be6d30..c64a4ad4 100644 --- a/kexi/formeditor/scripting/scriptmanager.h +++ b/kexi/formeditor/scripting/scriptmanager.h @@ -40,7 +40,7 @@ using namespace KFormDesigner; class ScriptManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/spring.h b/kexi/formeditor/spring.h index dac4a2fb..ad73af58 100644 --- a/kexi/formeditor/spring.h +++ b/kexi/formeditor/spring.h @@ -35,7 +35,7 @@ class WidgetLibrary; class KFORMEDITOR_EXPORT Spring : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_ENUMS(SizeType) TQ_PROPERTY(Orientation orientation READ orientation WRITE setOrientation) diff --git a/kexi/formeditor/tabstopdialog.h b/kexi/formeditor/tabstopdialog.h index 3beedb8c..3b8e9be9 100644 --- a/kexi/formeditor/tabstopdialog.h +++ b/kexi/formeditor/tabstopdialog.h @@ -37,7 +37,7 @@ class ObjectTreeView; The tab stops can be arranged automatically (see \ref Form::autoAssignTabStops()). */ class KFORMEDITOR_EXPORT TabStopDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h index 397afd26..ad33bcde 100644 --- a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h +++ b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h @@ -38,7 +38,7 @@ using namespace KInterfaceDesigner; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: @@ -57,7 +57,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer //! Helper: this widget is used to create form's surface class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/test/kfd_mainwindow.h b/kexi/formeditor/test/kfd_mainwindow.h index 5ce138df..00fee9ba 100644 --- a/kexi/formeditor/test/kfd_mainwindow.h +++ b/kexi/formeditor/test/kfd_mainwindow.h @@ -24,7 +24,7 @@ class KFDMainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/test/kfd_part.h b/kexi/formeditor/test/kfd_part.h index 5ed8c8e9..7e9af3db 100644 --- a/kexi/formeditor/test/kfd_part.h +++ b/kexi/formeditor/test/kfd_part.h @@ -37,7 +37,7 @@ using KFormDesigner::Form; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: @@ -56,7 +56,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: @@ -118,7 +118,7 @@ class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart //! Helper: this widget is used to create form's surface class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/utils.h b/kexi/formeditor/utils.h index b28b0b4d..a8312f79 100644 --- a/kexi/formeditor/utils.h +++ b/kexi/formeditor/utils.h @@ -52,7 +52,7 @@ type* findParent(TQT_BASE_OBJECT_NAME* o, const char* className, TQObject* &prev //! A tab widget providing information about height of the tab bar. class KFORMEDITOR_EXPORT TabWidget : public TabWidgetBase { - Q_OBJECT + TQ_OBJECT public: TabWidget(TQWidget *parent, const char *name) diff --git a/kexi/formeditor/widgetfactory.h b/kexi/formeditor/widgetfactory.h index ecb2e837..4e83607e 100644 --- a/kexi/formeditor/widgetfactory.h +++ b/kexi/formeditor/widgetfactory.h @@ -256,7 +256,7 @@ class KFORMEDITOR_EXPORT WidgetInfo */ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject { - Q_OBJECT + TQ_OBJECT public: //! Options used in createWidget() diff --git a/kexi/formeditor/widgetlibrary.h b/kexi/formeditor/widgetlibrary.h index ca041396..47fd597d 100644 --- a/kexi/formeditor/widgetlibrary.h +++ b/kexi/formeditor/widgetlibrary.h @@ -55,7 +55,7 @@ typedef TQPtrList<TDEAction> ActionList; */ class KFORMEDITOR_EXPORT WidgetLibrary : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/widgetpropertyset.h b/kexi/formeditor/widgetpropertyset.h index bff1b3a1..afeab700 100644 --- a/kexi/formeditor/widgetpropertyset.h +++ b/kexi/formeditor/widgetpropertyset.h @@ -40,7 +40,7 @@ class CommandGroup; class KFORMEDITOR_EXPORT WidgetPropertySet : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/connection.h b/kexi/kexidb/connection.h index 43368843..5557459b 100644 --- a/kexi/kexidb/connection.h +++ b/kexi/kexidb/connection.h @@ -60,7 +60,7 @@ class AlterTableHandler; */ class KEXI_DB_EXPORT Connection : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/cursor.h b/kexi/kexidb/cursor.h index 6f8e4d1e..2cbf53ad 100644 --- a/kexi/kexidb/cursor.h +++ b/kexi/kexidb/cursor.h @@ -65,7 +65,7 @@ class RowEditBuffer; */ class KEXI_DB_EXPORT Cursor: public TQObject, public Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h index 15ef6c96..3fc1acbf 100644 --- a/kexi/kexidb/driver.h +++ b/kexi/kexidb/driver.h @@ -65,7 +65,7 @@ class DriverPrivate; */ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: /*! Helpful for retrieving info about driver from using @@ -367,7 +367,7 @@ class KEXI_DB_EXPORT Driver : public TQObject, public KexiDB::Object } //namespace KexiDB /*! Driver's static version information, automatically impemented for KexiDB drivers. - Put this into driver class declaration just like Q_OBJECT macro. */ + Put this into driver class declaration just like TQ_OBJECT macro. */ #define KEXIDB_DRIVER \ public: \ virtual DatabaseVersionInfo version() const; diff --git a/kexi/kexidb/drivermanager_p.h b/kexi/kexidb/drivermanager_p.h index 045178aa..b8ebbbc2 100644 --- a/kexi/kexidb/drivermanager_p.h +++ b/kexi/kexidb/drivermanager_p.h @@ -31,7 +31,7 @@ namespace KexiDB { */ class KEXI_DB_EXPORT DriverManagerInternal : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: ~DriverManagerInternal(); diff --git a/kexi/kexidb/drivers/mySQL/mysqlconnection.h b/kexi/kexidb/drivers/mySQL/mysqlconnection.h index c53600bc..a8e27244 100644 --- a/kexi/kexidb/drivers/mySQL/mysqlconnection.h +++ b/kexi/kexidb/drivers/mySQL/mysqlconnection.h @@ -39,7 +39,7 @@ class MySqlConnectionInternal; */ class MySqlConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/mySQL/mysqldriver.h b/kexi/kexidb/drivers/mySQL/mysqldriver.h index 34f1a91d..df45cf92 100644 --- a/kexi/kexidb/drivers/mySQL/mysqldriver.h +++ b/kexi/kexidb/drivers/mySQL/mysqldriver.h @@ -29,7 +29,7 @@ namespace KexiDB { //! MySQL database driver. class MySqlDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/odbc/odbcconnection.h b/kexi/kexidb/drivers/odbc/odbcconnection.h index 3c9079c4..e24697d5 100644 --- a/kexi/kexidb/drivers/odbc/odbcconnection.h +++ b/kexi/kexidb/drivers/odbc/odbcconnection.h @@ -38,7 +38,7 @@ class Driver; class ODBCConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/odbc/odbcdriver.h b/kexi/kexidb/drivers/odbc/odbcdriver.h index fbcffbec..4a56271a 100644 --- a/kexi/kexidb/drivers/odbc/odbcdriver.h +++ b/kexi/kexidb/drivers/odbc/odbcdriver.h @@ -40,7 +40,7 @@ class ODBCDriverPrivate; */ class ODBCDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/pqxx/pqxxconnection.h b/kexi/kexidb/drivers/pqxx/pqxxconnection.h index 50ec655e..6904b474 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxconnection.h +++ b/kexi/kexidb/drivers/pqxx/pqxxconnection.h @@ -47,7 +47,7 @@ class pqxxTransactionData : public TransactionData */ class pqxxSqlConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/pqxx/pqxxdriver.h b/kexi/kexidb/drivers/pqxx/pqxxdriver.h index e70b48d8..a5082bf1 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxdriver.h +++ b/kexi/kexidb/drivers/pqxx/pqxxdriver.h @@ -33,7 +33,7 @@ class DriverManager; //! PostgreSQL database driver. class pqxxSqlDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/sqlite/sqliteconnection.h b/kexi/kexidb/drivers/sqlite/sqliteconnection.h index 4a102b8b..355ba709 100644 --- a/kexi/kexidb/drivers/sqlite/sqliteconnection.h +++ b/kexi/kexidb/drivers/sqlite/sqliteconnection.h @@ -36,7 +36,7 @@ class Driver; //! sqlite-specific connection class SQLiteConnection : public Connection { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/kexidb/drivers/sqlite/sqlitedriver.h b/kexi/kexidb/drivers/sqlite/sqlitedriver.h index 223cdde0..db3103eb 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitedriver.h +++ b/kexi/kexidb/drivers/sqlite/sqlitedriver.h @@ -34,7 +34,7 @@ class SQLiteDriverPrivate; //! SQLite database driver. class SQLiteDriver : public Driver { - Q_OBJECT + TQ_OBJECT KEXIDB_DRIVER diff --git a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h index 70ebe8b2..af136d79 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h +++ b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h @@ -44,7 +44,7 @@ class KProgressDialog; */ class SQLiteVacuum : public TQObject { - Q_OBJECT + TQ_OBJECT public: SQLiteVacuum(const TQString& filePath); diff --git a/kexi/kexidb/utils_p.h b/kexi/kexidb/utils_p.h index 7cfa77aa..c1808275 100644 --- a/kexi/kexidb/utils_p.h +++ b/kexi/kexidb/utils_p.h @@ -31,7 +31,7 @@ class ConnectionTestThread; class ConnectionTestDialog : protected KProgressDialog { - Q_OBJECT + TQ_OBJECT public: ConnectionTestDialog(TQWidget* parent, diff --git a/kexi/kexiutils/utils_p.h b/kexi/kexiutils/utils_p.h index 6f023263..9b3e8c28 100644 --- a/kexi/kexiutils/utils_p.h +++ b/kexi/kexiutils/utils_p.h @@ -27,7 +27,7 @@ /*! @internal */ class DelayedCursorHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: DelayedCursorHandler(); diff --git a/kexi/main/kexifinddialog.h b/kexi/main/kexifinddialog.h index b0a5cac1..9abb8cdf 100644 --- a/kexi/main/kexifinddialog.h +++ b/kexi/main/kexifinddialog.h @@ -33,7 +33,7 @@ class TDEAction; */ class KexiFindDialog : public KexiFindDialogBase { - Q_OBJECT + TQ_OBJECT public: //! Creates a new find dialog. Replace mode is off by default. diff --git a/kexi/main/keximainwindowimpl.h b/kexi/main/keximainwindowimpl.h index e2493320..67c4eda9 100644 --- a/kexi/main/keximainwindowimpl.h +++ b/kexi/main/keximainwindowimpl.h @@ -44,7 +44,7 @@ namespace KexiPart { */ class KEXIMAIN_EXPORT KexiMainWindowImpl : public KexiMainWindow, public KexiGUIMessageHandler { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/kexinamedialog.h b/kexi/main/kexinamedialog.h index f0d1db0a..132843da 100644 --- a/kexi/main/kexinamedialog.h +++ b/kexi/main/kexinamedialog.h @@ -26,7 +26,7 @@ class KEXIMAIN_EXPORT KexiNameDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/kexinamewidget.h b/kexi/main/kexinamewidget.h index b504d574..162aa513 100644 --- a/kexi/main/kexinamewidget.h +++ b/kexi/main/kexinamewidget.h @@ -31,7 +31,7 @@ class MultiValidator; class KEXIMAIN_EXPORT KexiNameWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/kexistatusbar.h b/kexi/main/kexistatusbar.h index c4d58c32..09c675fa 100644 --- a/kexi/main/kexistatusbar.h +++ b/kexi/main/kexistatusbar.h @@ -40,7 +40,7 @@ namespace KParts { class Part; } class KexitStatusBar : public KStatusBar { - Q_OBJECT + TQ_OBJECT public: KexitStatusBar( TQWidget *parent=0, const char *name=0 ); diff --git a/kexi/main/ksplitter.h b/kexi/main/ksplitter.h index 630b0307..47e9307c 100644 --- a/kexi/main/ksplitter.h +++ b/kexi/main/ksplitter.h @@ -46,7 +46,7 @@ class KDockWidget; */ class KDockSplitter : public TQWidget { - //Q_OBJECT + //TQ_OBJECT public: /** diff --git a/kexi/main/printing/kexisimpleprintingengine.h b/kexi/main/printing/kexisimpleprintingengine.h index 3aba0a0f..a34d62fc 100644 --- a/kexi/main/printing/kexisimpleprintingengine.h +++ b/kexi/main/printing/kexisimpleprintingengine.h @@ -56,7 +56,7 @@ class KexiSimplePrintingSettings The engine allows for random access to any page. */ class KexiSimplePrintingEngine : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintingpagesetup.h b/kexi/main/printing/kexisimpleprintingpagesetup.h index 742e8c43..9c250efc 100644 --- a/kexi/main/printing/kexisimpleprintingpagesetup.h +++ b/kexi/main/printing/kexisimpleprintingpagesetup.h @@ -37,7 +37,7 @@ class KexiSimplePrintPreviewWindow; */ class KexiSimplePrintingCommand : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -72,7 +72,7 @@ class KexiSimplePrintingCommand : public TQObject //! @short A window for displaying settings for simple printing. class KexiSimplePrintingPageSetup : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintingpart.h b/kexi/main/printing/kexisimpleprintingpart.h index 0130969b..663f5bf2 100644 --- a/kexi/main/printing/kexisimpleprintingpart.h +++ b/kexi/main/printing/kexisimpleprintingpart.h @@ -36,7 +36,7 @@ class KexiProject; //! @short Internal Kexi Simple Printing Plugin. class KexiSimplePrintingPart : public KexiPart::StaticPart { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow.h b/kexi/main/printing/kexisimpleprintpreviewwindow.h index 5e42bf55..2f4f8bce 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow.h @@ -33,7 +33,7 @@ class KexiSimplePrintingEngine; //! @short A window for displaying print preview for simple printing. class KexiSimplePrintPreviewWindow : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h index 621d0db4..6c82afd8 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h @@ -36,7 +36,7 @@ class KexiSimplePrintPreviewView : public TQWidget class KexiSimplePrintPreviewScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiConnSelector.h b/kexi/main/startup/KexiConnSelector.h index 7bd3c8fb..0ab4f9d5 100644 --- a/kexi/main/startup/KexiConnSelector.h +++ b/kexi/main/startup/KexiConnSelector.h @@ -54,7 +54,7 @@ class KexiConnSelectorWidgetPrivate; */ class KEXIMAIN_EXPORT KexiConnSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiDBTitlePage.h b/kexi/main/startup/KexiDBTitlePage.h index 13ee8a94..fd4b7955 100644 --- a/kexi/main/startup/KexiDBTitlePage.h +++ b/kexi/main/startup/KexiDBTitlePage.h @@ -25,7 +25,7 @@ //! @short A helper widget used to displaying a line edit with a label and layout class KEXIMAIN_EXPORT KexiDBTitlePage : public KexiDBTitlePageBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiNewProjectWizard.h b/kexi/main/startup/KexiNewProjectWizard.h index 395ad538..1243b116 100644 --- a/kexi/main/startup/KexiNewProjectWizard.h +++ b/kexi/main/startup/KexiNewProjectWizard.h @@ -36,7 +36,7 @@ class KexiProjectSelectorWidget; class KEXIMAIN_EXPORT KexiNewProjectWizard : public KWizard { - Q_OBJECT + TQ_OBJECT public: KexiNewProjectWizard(KexiDBConnectionSet& conn_set, TQWidget *parent=0, diff --git a/kexi/main/startup/KexiProjectSelector.h b/kexi/main/startup/KexiProjectSelector.h index b69f74e4..6c9e0c3f 100644 --- a/kexi/main/startup/KexiProjectSelector.h +++ b/kexi/main/startup/KexiProjectSelector.h @@ -33,7 +33,7 @@ class KexiProjectSelectorWidgetPrivate; */ class KEXIMAIN_EXPORT KexiProjectSelectorWidget : public KexiProjectSelectorBase { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ protected: /*! Dialog container for KexiProjectSelectorWidget */ class KexiProjectSelectorDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /*! Constructor 1, used for displaying recent projects list diff --git a/kexi/main/startup/KexiStartup.h b/kexi/main/startup/KexiStartup.h index 6f59dedc..54efefa9 100644 --- a/kexi/main/startup/KexiStartup.h +++ b/kexi/main/startup/KexiStartup.h @@ -39,7 +39,7 @@ namespace KexiDB { /*! */ class KEXIMAIN_EXPORT KexiDBPasswordDialog : public KPasswordDialog { - Q_OBJECT + TQ_OBJECT public: KexiDBPasswordDialog(TQWidget *parent, KexiDB::ConnectionData& cdata, bool showDetailsButton = false); @@ -61,7 +61,7 @@ class KEXIMAIN_EXPORT KexiDBPasswordDialog : public KPasswordDialog class KEXIMAIN_EXPORT KexiStartupHandler : public TQObject, public KexiStartupData, public Kexi::ObjectStatus { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartupDialog.h b/kexi/main/startup/KexiStartupDialog.h index 4d1d342f..9f3375ad 100644 --- a/kexi/main/startup/KexiStartupDialog.h +++ b/kexi/main/startup/KexiStartupDialog.h @@ -45,7 +45,7 @@ class ConnectionDataLVItem; */ class KEXIMAIN_EXPORT KexiStartupDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartupDialogTemplatesPage.h b/kexi/main/startup/KexiStartupDialogTemplatesPage.h index 58d12883..123691de 100644 --- a/kexi/main/startup/KexiStartupDialogTemplatesPage.h +++ b/kexi/main/startup/KexiStartupDialogTemplatesPage.h @@ -26,7 +26,7 @@ /*! Helper class for displaying templates set with description. */ class KEXIMAIN_EXPORT KexiStartupDialogTemplatesPage : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartupFileDialog.h b/kexi/main/startup/KexiStartupFileDialog.h index 61937265..dd5a2540 100644 --- a/kexi/main/startup/KexiStartupFileDialog.h +++ b/kexi/main/startup/KexiStartupFileDialog.h @@ -32,7 +32,7 @@ //! @short Widget for opening/saving files supported by Kexi class KEXIMAIN_EXPORT KexiStartupFileDialog : public KexiStartupFileDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/main/startup/KexiStartup_p.h b/kexi/main/startup/KexiStartup_p.h index 246922be..d96e12f2 100644 --- a/kexi/main/startup/KexiStartup_p.h +++ b/kexi/main/startup/KexiStartup_p.h @@ -32,7 +32,7 @@ class KProgressDialog; class SQLite2ToSQLite3Migration : public TQObject { - Q_OBJECT + TQ_OBJECT public: SQLite2ToSQLite3Migration(const TQString& filePath); diff --git a/kexi/migration/importoptionsdlg.h b/kexi/migration/importoptionsdlg.h index f598f345..3da14196 100644 --- a/kexi/migration/importoptionsdlg.h +++ b/kexi/migration/importoptionsdlg.h @@ -32,7 +32,7 @@ namespace KexiMigration { //! @todo Hardcoded. Move such code to KexiMigrate drivers. class OptionsDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: OptionsDialog( const TQString& databaseFile, const TQString& selectedEncoding, TQWidget* parent = 0 ); diff --git a/kexi/migration/importwizard.h b/kexi/migration/importwizard.h index d8eb0dfc..9b35d0d1 100644 --- a/kexi/migration/importwizard.h +++ b/kexi/migration/importwizard.h @@ -62,7 +62,7 @@ class KexiMigrate; //! GUI for importing external databases (file-based and server-based) class KEXIMIGR_EXPORT ImportWizard : public KWizard { -Q_OBJECT +TQ_OBJECT public: /*! Creates wizard's instance. diff --git a/kexi/migration/keximigrate.h b/kexi/migration/keximigrate.h index c3a278ae..9839d01a 100644 --- a/kexi/migration/keximigrate.h +++ b/kexi/migration/keximigrate.h @@ -77,7 +77,7 @@ See kexi/doc/dev/kexi_import.txt for more info. */ class KEXIMIGR_EXPORT KexiMigrate : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: @@ -305,7 +305,7 @@ class KEXIMIGR_EXPORT KexiMigrate : public TQObject, public KexiDB::Object KGenericFactory<KexiMigration::class_name>( "keximigrate_" #internal_name )) /*! Driver's static version information, automatically implemented for KexiDB drivers. - Put this into migration driver class declaration just like Q_OBJECT macro. */ + Put this into migration driver class declaration just like TQ_OBJECT macro. */ #define KEXIMIGRATION_DRIVER \ public: \ virtual int versionMajor() const; \ diff --git a/kexi/migration/migratemanager_p.h b/kexi/migration/migratemanager_p.h index 3ce4f22d..9ccf19d0 100644 --- a/kexi/migration/migratemanager_p.h +++ b/kexi/migration/migratemanager_p.h @@ -29,7 +29,7 @@ namespace KexiMigration { */ class MigrateManagerInternal : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: ~MigrateManagerInternal(); diff --git a/kexi/migration/mysql/mysqlmigrate.h b/kexi/migration/mysql/mysqlmigrate.h index 5a0cedf0..eccf93d5 100644 --- a/kexi/migration/mysql/mysqlmigrate.h +++ b/kexi/migration/mysql/mysqlmigrate.h @@ -29,7 +29,7 @@ namespace KexiMigration class MySQLMigrate : public KexiMigrate { - Q_OBJECT + TQ_OBJECT KEXIMIGRATION_DRIVER diff --git a/kexi/migration/pqxx/pqxxmigrate.h b/kexi/migration/pqxx/pqxxmigrate.h index be5d80a3..a4ee6272 100644 --- a/kexi/migration/pqxx/pqxxmigrate.h +++ b/kexi/migration/pqxx/pqxxmigrate.h @@ -33,7 +33,7 @@ namespace KexiMigration { class PqxxMigrate : public KexiMigrate { - Q_OBJECT + TQ_OBJECT KEXIMIGRATION_DRIVER diff --git a/kexi/plugins/forms/kexiactionselectiondialog.h b/kexi/plugins/forms/kexiactionselectiondialog.h index 9d355562..d4d2df15 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog.h +++ b/kexi/plugins/forms/kexiactionselectiondialog.h @@ -36,7 +36,7 @@ namespace KexiPart { */ class KEXIFORMUTILS_EXPORT KexiActionSelectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiActionSelectionDialog(KexiMainWindow* mainWin, TQWidget *parent, diff --git a/kexi/plugins/forms/kexiactionselectiondialog_p.h b/kexi/plugins/forms/kexiactionselectiondialog_p.h index 670ede5a..db6a94c6 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog_p.h +++ b/kexi/plugins/forms/kexiactionselectiondialog_p.h @@ -37,7 +37,7 @@ class ActionsListViewBase : public TDEListView //! @internal Used by TDEActionsListView and CurrentFormActionsListView (in column 2) class TDEActionsListViewBase : public ActionsListViewBase { - Q_OBJECT + TQ_OBJECT public: TDEActionsListViewBase(TQWidget* parent, KexiMainWindow* mainWin); diff --git a/kexi/plugins/forms/kexidatasourcepage.h b/kexi/plugins/forms/kexidatasourcepage.h index 905a1f38..755fb052 100644 --- a/kexi/plugins/forms/kexidatasourcepage.h +++ b/kexi/plugins/forms/kexidatasourcepage.h @@ -37,7 +37,7 @@ class TQFrame; //! A page within form designer's property tabbed pane, providing data source editor class KEXIFORMUTILS_EXPORT KexiDataSourcePage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexidbfactory.h b/kexi/plugins/forms/kexidbfactory.h index 6be965d5..cea42251 100644 --- a/kexi/plugins/forms/kexidbfactory.h +++ b/kexi/plugins/forms/kexidbfactory.h @@ -33,7 +33,7 @@ namespace KFormDesigner { //! Kexi Factory (DB widgets + subform) class KexiDBFactory : public KFormDesigner::WidgetFactory { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformmanager.h b/kexi/plugins/forms/kexiformmanager.h index 1e1b767c..c7bc500d 100644 --- a/kexi/plugins/forms/kexiformmanager.h +++ b/kexi/plugins/forms/kexiformmanager.h @@ -30,7 +30,7 @@ class KexiFormView; //! Used to customize KFormDesigner::FormManager behaviour. class KEXIFORMUTILS_EXPORT KexiFormManager : public KFormDesigner::FormManager { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformpart.h b/kexi/plugins/forms/kexiformpart.h index 6a04fbef..d6b3d9a2 100644 --- a/kexi/plugins/forms/kexiformpart.h +++ b/kexi/plugins/forms/kexiformpart.h @@ -48,7 +48,7 @@ class KexiDataSourcePage; /*! It just creates a \ref KexiFormView. See there for most of code. */ class KEXIFORMUTILS_EXPORT KexiFormPart : public KexiPart::Part { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/kexiformscrollview.h b/kexi/plugins/forms/kexiformscrollview.h index f668aacc..b7dad9dc 100644 --- a/kexi/plugins/forms/kexiformscrollview.h +++ b/kexi/plugins/forms/kexiformscrollview.h @@ -46,7 +46,7 @@ class KEXIFORMUTILS_EXPORT KexiFormScrollView : public KexiFormDataProvider, public KexiFormEventHandler { - Q_OBJECT + TQ_OBJECT KEXI_DATAAWAREOBJECTINTERFACE diff --git a/kexi/plugins/forms/kexiformview.h b/kexi/plugins/forms/kexiformview.h index d009476a..b4987c02 100644 --- a/kexi/plugins/forms/kexiformview.h +++ b/kexi/plugins/forms/kexiformview.h @@ -54,7 +54,7 @@ namespace KFormDesigner */ class KEXIFORMUTILS_EXPORT KexiFormView : public KexiDataAwareView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index b1ba23f3..a45289d0 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -39,7 +39,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : public KFormDesigner::DesignTimeDynamicChildWidgetHandler, public KFormDesigner::WidgetWithSubpropertiesInterface { - Q_OBJECT + TQ_OBJECT //'caption' is uncovered now TQ_PROPERTY(TQString labelCaption READ caption WRITE setCaption DESIGNABLE true) TQ_OVERRIDE(TQString caption READ caption WRITE setCaption DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbcheckbox.h b/kexi/plugins/forms/widgets/kexidbcheckbox.h index ecf0da2f..9e14ee92 100644 --- a/kexi/plugins/forms/widgets/kexidbcheckbox.h +++ b/kexi/plugins/forms/widgets/kexidbcheckbox.h @@ -27,7 +27,7 @@ //! @short A db-aware check box class KEXIFORMUTILS_EXPORT KexiDBCheckBox : public TQCheckBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index c38027f8..22e10d2a 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -34,7 +34,7 @@ class KEXIFORMUTILS_EXPORT KexiDBComboBox : public KexiDBAutoField, public KexiComboBoxBase { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( bool editable READ isEditable WRITE setEditable ) //properties from KexiDBAutoField that should not be visible: diff --git a/kexi/plugins/forms/widgets/kexidbdateedit.h b/kexi/plugins/forms/widgets/kexidbdateedit.h index 638b985a..d48bb07e 100644 --- a/kexi/plugins/forms/widgets/kexidbdateedit.h +++ b/kexi/plugins/forms/widgets/kexidbdateedit.h @@ -31,7 +31,7 @@ class TQDateTimeEditor; //! @short A db-aware date editor class KEXIFORMUTILS_EXPORT KexiDBDateEdit : public TQWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h index a56bb30e..195873d9 100644 --- a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h @@ -31,7 +31,7 @@ class TDEPopupMenu; //! @short A db-aware datetime editor class KEXIFORMUTILS_EXPORT KexiDBDateTimeEdit : public TQWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h index e9af94d9..82be65bd 100644 --- a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h +++ b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h @@ -28,7 +28,7 @@ //! @short A db-aware int spin box class KEXIFORMUTILS_EXPORT KexiDBDoubleSpinBox : public KDoubleSpinBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbform.h b/kexi/plugins/forms/widgets/kexidbform.h index 90c947d2..d75143a8 100644 --- a/kexi/plugins/forms/widgets/kexidbform.h +++ b/kexi/plugins/forms/widgets/kexidbform.h @@ -42,7 +42,7 @@ class KEXIFORMUTILS_EXPORT KexiDBForm : public KFormDesigner::FormWidget, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.h b/kexi/plugins/forms/widgets/kexidbimagebox.h index e7a46329..4abb9fb3 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.h +++ b/kexi/plugins/forms/widgets/kexidbimagebox.h @@ -37,7 +37,7 @@ class KEXIFORMUTILS_EXPORT KexiDBImageBox : public KexiFormDataItemInterface, public KexiSubwidgetInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType ) diff --git a/kexi/plugins/forms/widgets/kexidbintspinbox.h b/kexi/plugins/forms/widgets/kexidbintspinbox.h index 9219e931..a8bc5026 100644 --- a/kexi/plugins/forms/widgets/kexidbintspinbox.h +++ b/kexi/plugins/forms/widgets/kexidbintspinbox.h @@ -28,7 +28,7 @@ //! @short A db-aware int spin box class KEXIFORMUTILS_EXPORT KexiDBIntSpinBox : public KIntSpinBox, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index 0ed255d9..fd875f9e 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -40,7 +40,7 @@ class KexiDBInternalLabel; @author Christian Nitschkowski, Jaroslaw Staniek */ class KEXIFORMUTILS_EXPORT KexiDBLabel : public TQLabel, protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 935a89a7..7db05205 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -46,7 +46,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : public KexiFormDataItemInterface, public KexiSubwidgetInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbsubform.h b/kexi/plugins/forms/widgets/kexidbsubform.h index 3b5afa31..710dafe9 100644 --- a/kexi/plugins/forms/widgets/kexidbsubform.h +++ b/kexi/plugins/forms/widgets/kexidbsubform.h @@ -27,7 +27,7 @@ //! @short A form embedded as a widget inside other form class KEXIFORMUTILS_EXPORT KexiDBSubForm : public TQScrollView { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtextedit.h b/kexi/plugins/forms/widgets/kexidbtextedit.h index 4cc441d0..533291cf 100644 --- a/kexi/plugins/forms/widgets/kexidbtextedit.h +++ b/kexi/plugins/forms/widgets/kexidbtextedit.h @@ -32,7 +32,7 @@ class KEXIFORMUTILS_EXPORT KexiDBTextEdit : protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtimeedit.h b/kexi/plugins/forms/widgets/kexidbtimeedit.h index 3ea5cd05..8bf37b4e 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -30,7 +30,7 @@ class TQDateTimeEditor; //! @short A db-aware time editor class KEXIFORMUTILS_EXPORT KexiDBTimeEdit : public TQTimeEdit, public KexiFormDataItemInterface { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexiframe.h b/kexi/plugins/forms/widgets/kexiframe.h index 95aae487..8eac007c 100644 --- a/kexi/plugins/forms/widgets/kexiframe.h +++ b/kexi/plugins/forms/widgets/kexiframe.h @@ -25,7 +25,7 @@ //! @short Frame widget for Kexi forms class KEXIFORMUTILS_EXPORT KexiFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT //todo TQ_ENUMS( Shape Shadow ) TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexipushbutton.h b/kexi/plugins/forms/widgets/kexipushbutton.h index a84ccf79..ba0cd764 100644 --- a/kexi/plugins/forms/widgets/kexipushbutton.h +++ b/kexi/plugins/forms/widgets/kexipushbutton.h @@ -27,7 +27,7 @@ //! @short Push Button widget for Kexi forms class KEXIFORMUTILS_EXPORT KexiPushButton : public KPushButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString onClickAction READ onClickAction WRITE setOnClickAction DESIGNABLE true) TQ_PROPERTY(TQString onClickActionOption READ onClickActionOption WRITE setOnClickActionOption DESIGNABLE true) diff --git a/kexi/plugins/importexport/csv/kexicsvexportwizard.h b/kexi/plugins/importexport/csv/kexicsvexportwizard.h index 24c54471..41289cb6 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 52724ca6..2e864860 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 f61556f4..362787aa 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 916ad504..5b6a4342 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 a3acf5f8..4da16947 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 be7c95dc..d5affc76 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 9af12b89..86672c0e 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 0dcff98a..a41ce60e 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 700b6ef6..6dab58f1 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 c23e31f9..3b42fc9d 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 a953f0d9..0e8ae712 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 197676e9..911d940a 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 47f7a7e1..7796934f 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 e8d34600..7ed74129 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 ddff961f..4dc8fe29 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 0b19ef46..a6122c53 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 9bb0f5eb..43b4f6f6 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 cc1fd77e..8274e434 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 91576ea3..6cb27287 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 170974bc..f4f2ca9a 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 6cd6cf8f..00aebdbf 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 e1a61ba5..e08391cb 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 bb41e5fb..97090776 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 81309d99..4fe96171 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 65c07f77..771edfa1 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 062b24b1..95beab3e 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 3fd59609..a52d222b 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 cd39fe15..3c2a330e 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 43cb1718..bf30bfa3 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 23012292..033ec0d7 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 ecb00c84..dcbcfd1d 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 516a6dbf..1f5e23f6 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 3587388c..7c29a130 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 faf38762..845e32af 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 3e0cd509..eb21de2b 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 96c999f8..d8023b23 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 65f5764d..69dd7bdd 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 64ede057..e310ab02 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 d56da3ba..347b9093 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 794fa49c..413b8cd8 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 4cfb182a..d676e527 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 94068ddd..6e4ba820 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 ed3edc14..e2003470 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 e51c7d45..0433d318 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 203bbcf0..25774c1b 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 7da65255..2b579746 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 e73957cf..b59eb8cd 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 0b689d64..71f3164a 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 df8d69be..b4adb6ba 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: diff --git a/kexi/tests/altertable/altertable.h b/kexi/tests/altertable/altertable.h index 33dd7b21..33bff402 100644 --- a/kexi/tests/altertable/altertable.h +++ b/kexi/tests/altertable/altertable.h @@ -30,7 +30,7 @@ class KexiDialogBase; class AlterTableTester : public TQObject { - Q_OBJECT + TQ_OBJECT public: AlterTableTester(); diff --git a/kexi/tests/gui/finddialog/kexifinddialog.h b/kexi/tests/gui/finddialog/kexifinddialog.h index fd276b1a..d350db7a 100644 --- a/kexi/tests/gui/finddialog/kexifinddialog.h +++ b/kexi/tests/gui/finddialog/kexifinddialog.h @@ -28,7 +28,7 @@ */ class KexiFindDialog : public KexiFindDialogBase { - Q_OBJECT + TQ_OBJECT public: KexiFindDialog( bool replaceMode, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE ); diff --git a/kexi/widget/kexibrowser.h b/kexi/widget/kexibrowser.h index e351508e..23d41f08 100644 --- a/kexi/widget/kexibrowser.h +++ b/kexi/widget/kexibrowser.h @@ -50,7 +50,7 @@ class KexiProject; //! @short The Main Kexi navigator widget class KEXIEXTWIDGETS_EXPORT KexiBrowser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexibrowser_p.h b/kexi/widget/kexibrowser_p.h index 880e7237..76e3125b 100644 --- a/kexi/widget/kexibrowser_p.h +++ b/kexi/widget/kexibrowser_p.h @@ -26,7 +26,7 @@ /*! @internal */ class KexiBrowserListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: KexiBrowserListView(TQWidget *parent); diff --git a/kexi/widget/kexicustompropertyfactory_p.h b/kexi/widget/kexicustompropertyfactory_p.h index b51b7314..dd659987 100644 --- a/kexi/widget/kexicustompropertyfactory_p.h +++ b/kexi/widget/kexicustompropertyfactory_p.h @@ -27,7 +27,7 @@ //! Kexi-specific image editor for property editor's item class KexiImagePropertyEdit : public KoProperty::PixmapEdit { - Q_OBJECT + TQ_OBJECT public: @@ -56,7 +56,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit */ class KexiIdentifierPropertyEdit : public KoProperty::StringEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidataawareview.h b/kexi/widget/kexidataawareview.h index 317bc71c..56cf3100 100644 --- a/kexi/widget/kexidataawareview.h +++ b/kexi/widget/kexidataawareview.h @@ -41,7 +41,7 @@ class KexiSharedActionClient; class KEXIEXTWIDGETS_EXPORT KexiDataAwareView : public KexiViewBase, public KexiSearchAndReplaceViewInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidatasourcecombobox.h b/kexi/widget/kexidatasourcecombobox.h index 096fceac..3b0f6f9d 100644 --- a/kexi/widget/kexidatasourcecombobox.h +++ b/kexi/widget/kexidatasourcecombobox.h @@ -33,7 +33,7 @@ namespace KexiPart { */ class KEXIEXTWIDGETS_EXPORT KexiDataSourceComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidatatable.h b/kexi/widget/kexidatatable.h index 68f9caf0..00d4fcc3 100644 --- a/kexi/widget/kexidatatable.h +++ b/kexi/widget/kexidatatable.h @@ -43,7 +43,7 @@ namespace KexiDB */ class KEXIEXTWIDGETS_EXPORT KexiDataTable : public KexiDataAwareView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidbconnectionwidget.h b/kexi/widget/kexidbconnectionwidget.h index 30bf008c..542cb7ff 100644 --- a/kexi/widget/kexidbconnectionwidget.h +++ b/kexi/widget/kexidbconnectionwidget.h @@ -35,7 +35,7 @@ class KexiDBConnectionTabWidget; class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidgetBase { - Q_OBJECT + TQ_OBJECT public: @@ -91,7 +91,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidg class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget { - Q_OBJECT + TQ_OBJECT public: @@ -124,7 +124,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget class KEXIEXTWIDGETS_EXPORT KexiDBConnectionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidbdrivercombobox.h b/kexi/widget/kexidbdrivercombobox.h index 5a063ad2..6a395e00 100644 --- a/kexi/widget/kexidbdrivercombobox.h +++ b/kexi/widget/kexidbdrivercombobox.h @@ -46,7 +46,7 @@ A more complete example can be found in class KEXIEXTWIDGETS_EXPORT KexiDBDriverComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexidswelcome.h b/kexi/widget/kexidswelcome.h index e2b729ac..546696f8 100644 --- a/kexi/widget/kexidswelcome.h +++ b/kexi/widget/kexidswelcome.h @@ -31,7 +31,7 @@ class KexiDataSourceWizard; */ class KEXIEXTWIDGETS_EXPORT KexiDSWelcome : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexieditor.h b/kexi/widget/kexieditor.h index 36a1173a..f5bbc08b 100644 --- a/kexi/widget/kexieditor.h +++ b/kexi/widget/kexieditor.h @@ -38,7 +38,7 @@ namespace KTextEditor /*! It is used for SQL and script editor. */ class KEXIEXTWIDGETS_EXPORT KexiEditor : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexifieldcombobox.h b/kexi/widget/kexifieldcombobox.h index bcd199c9..d910bb07 100644 --- a/kexi/widget/kexifieldcombobox.h +++ b/kexi/widget/kexifieldcombobox.h @@ -33,7 +33,7 @@ class KexiProject; */ class KEXIEXTWIDGETS_EXPORT KexiFieldComboBox : public KComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexifieldlistview.h b/kexi/widget/kexifieldlistview.h index 056ffc9b..2262ac2b 100644 --- a/kexi/widget/kexifieldlistview.h +++ b/kexi/widget/kexifieldlistview.h @@ -34,7 +34,7 @@ namespace KexiDB { */ class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexifilterdlg.h b/kexi/widget/kexifilterdlg.h index a8a51fd6..282696ae 100644 --- a/kexi/widget/kexifilterdlg.h +++ b/kexi/widget/kexifilterdlg.h @@ -29,7 +29,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiFilterDlg : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexiprjtypeselector.h b/kexi/widget/kexiprjtypeselector.h index 30867838..864efb20 100644 --- a/kexi/widget/kexiprjtypeselector.h +++ b/kexi/widget/kexiprjtypeselector.h @@ -25,7 +25,7 @@ //! @short A simple widget with radio buttons with "show file/server-based projects" options class KEXIEXTWIDGETS_EXPORT KexiPrjTypeSelector : public KexiPrjTypeSelectorBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexipropertyeditorview.h b/kexi/widget/kexipropertyeditorview.h index 3c7c5a55..cbe41255 100644 --- a/kexi/widget/kexipropertyeditorview.h +++ b/kexi/widget/kexipropertyeditorview.h @@ -81,7 +81,7 @@ class KEXIEXTWIDGETS_EXPORT KexiObjectInfoLabel : public TQWidget */ class KEXIEXTWIDGETS_EXPORT KexiPropertyEditorView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexiquerydesignersqleditor.h b/kexi/widget/kexiquerydesignersqleditor.h index 30d545f0..032c53cb 100644 --- a/kexi/widget/kexiquerydesignersqleditor.h +++ b/kexi/widget/kexiquerydesignersqleditor.h @@ -29,7 +29,7 @@ for entering query statements. */ class KEXIEXTWIDGETS_EXPORT KexiQueryDesignerSQLEditor : public KexiEditor { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexiscrollview.h b/kexi/widget/kexiscrollview.h index ac0701c0..b4b967cc 100644 --- a/kexi/widget/kexiscrollview.h +++ b/kexi/widget/kexiscrollview.h @@ -33,7 +33,7 @@ class KexiRecordNavigator; Its contents is resized so the widget can always be resized. */ class KEXIEXTWIDGETS_EXPORT KexiScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/kexisectionheader.h b/kexi/widget/kexisectionheader.h index dec39a57..1b1054c3 100644 --- a/kexi/widget/kexisectionheader.h +++ b/kexi/widget/kexisectionheader.h @@ -26,7 +26,7 @@ class KexiSectionHeaderPrivate; class KEXIEXTWIDGETS_EXPORT KexiSectionHeader : public TQWidget { - Q_OBJECT + TQ_OBJECT public: class BoxLayout; diff --git a/kexi/widget/kexismalltoolbutton.h b/kexi/widget/kexismalltoolbutton.h index d948f586..9ebf280a 100644 --- a/kexi/widget/kexismalltoolbutton.h +++ b/kexi/widget/kexismalltoolbutton.h @@ -28,7 +28,7 @@ class TQIconSet; //! A small tool button with icon and optional text class KEXIEXTWIDGETS_EXPORT KexiSmallToolButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/pixmapcollection.h b/kexi/widget/pixmapcollection.h index 28629be1..26911fc2 100644 --- a/kexi/widget/pixmapcollection.h +++ b/kexi/widget/pixmapcollection.h @@ -42,7 +42,7 @@ typedef TQMap<TQString, TQPair<TQString, int> > PixmapMap; //! A class that store pixmaps (by path or by name for KDE icons) class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject //! A dialog to edit the contents of a PixmapCollection class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -105,7 +105,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase //! A dialog to choose an icon in a PixmapCollection class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -128,7 +128,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase //! A simple dialog to choose a KDE icon class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/relations/kexirelationview.h b/kexi/widget/relations/kexirelationview.h index e801b801..f2ddab10 100644 --- a/kexi/widget/relations/kexirelationview.h +++ b/kexi/widget/relations/kexirelationview.h @@ -67,7 +67,7 @@ struct SourceConnection */ class KEXIRELATIONSVIEW_EXPORT KexiRelationView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/relations/kexirelationviewtable.h b/kexi/widget/relations/kexirelationviewtable.h index 25faf896..bf5ab23e 100644 --- a/kexi/widget/relations/kexirelationviewtable.h +++ b/kexi/widget/relations/kexirelationviewtable.h @@ -39,7 +39,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainer : public TQFrame { - Q_OBJECT + TQ_OBJECT public: @@ -93,7 +93,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableItem : public TDEListViewIte class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView { - Q_OBJECT + TQ_OBJECT public: @@ -130,7 +130,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainerHeader : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KexiRelationViewTableContainerHeader(const TQString& text,TQWidget *parent); diff --git a/kexi/widget/relations/kexirelationwidget.h b/kexi/widget/relations/kexirelationwidget.h index c71b6e18..9ab1d5f4 100644 --- a/kexi/widget/relations/kexirelationwidget.h +++ b/kexi/widget/relations/kexirelationwidget.h @@ -43,7 +43,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationWidget : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexiblobtableedit.h b/kexi/widget/tableview/kexiblobtableedit.h index fb7f6049..89de6749 100644 --- a/kexi/widget/tableview/kexiblobtableedit.h +++ b/kexi/widget/tableview/kexiblobtableedit.h @@ -35,7 +35,7 @@ class TQTextEdit; class KexiBlobTableEdit : public KexiTableEdit { - Q_OBJECT + TQ_OBJECT public: KexiBlobTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexibooltableedit.h b/kexi/widget/tableview/kexibooltableedit.h index ee43848c..6814c270 100644 --- a/kexi/widget/tableview/kexibooltableedit.h +++ b/kexi/widget/tableview/kexibooltableedit.h @@ -29,7 +29,7 @@ */ class KexiBoolTableEdit : public KexiTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexicomboboxpopup.h b/kexi/widget/tableview/kexicomboboxpopup.h index 7df750a6..5beb78a5 100644 --- a/kexi/widget/tableview/kexicomboboxpopup.h +++ b/kexi/widget/tableview/kexicomboboxpopup.h @@ -34,7 +34,7 @@ namespace KexiDB { //! Internal class for displaying popup table view class KexiComboBoxPopup : public TQFrame { - Q_OBJECT + TQ_OBJECT public: //js TODO: more ctors! diff --git a/kexi/widget/tableview/kexicomboboxtableedit.h b/kexi/widget/tableview/kexicomboboxtableedit.h index 52bec571..faf17915 100644 --- a/kexi/widget/tableview/kexicomboboxtableedit.h +++ b/kexi/widget/tableview/kexicomboboxtableedit.h @@ -36,7 +36,7 @@ class KexiTableViewColumn; */ class KexiComboBoxTableEdit : public KexiInputTableEdit, public KexiComboBoxBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidataawareobjectiface.h b/kexi/widget/tableview/kexidataawareobjectiface.h index 5d87ad88..d9819f5d 100644 --- a/kexi/widget/tableview/kexidataawareobjectiface.h +++ b/kexi/widget/tableview/kexidataawareobjectiface.h @@ -54,7 +54,7 @@ namespace KexiDB { //! \brief The KexiDataAwareObjectInterface is an interface for record-based data object. /** This interface is implemented by KexiTableView and KexiFormView and used by KexiDataAwareView. If yu're implementing this interface, - add KEXI_DATAAWAREOBJECTINTERFACE convenience macro just after Q_OBJECT. + add KEXI_DATAAWAREOBJECTINTERFACE convenience macro just after TQ_OBJECT. You should add following code to your destructor so data is deleted: \code diff --git a/kexi/widget/tableview/kexidataawarepropertyset.h b/kexi/widget/tableview/kexidataawarepropertyset.h index ed275ab8..c0f3d4cf 100644 --- a/kexi/widget/tableview/kexidataawarepropertyset.h +++ b/kexi/widget/tableview/kexidataawarepropertyset.h @@ -52,7 +52,7 @@ class KexiDataAwareObjectInterface; */ class KEXIDATATABLE_EXPORT KexiDataAwarePropertySet : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidatatableview.h b/kexi/widget/tableview/kexidatatableview.h index 120c9817..19570b84 100644 --- a/kexi/widget/tableview/kexidatatableview.h +++ b/kexi/widget/tableview/kexidatatableview.h @@ -37,7 +37,7 @@ namespace KexiDB { */ class KEXIDATATABLE_EXPORT KexiDataTableView : public KexiTableView { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidatetableedit.h b/kexi/widget/tableview/kexidatetableedit.h index 48b216f4..04caf018 100644 --- a/kexi/widget/tableview/kexidatetableedit.h +++ b/kexi/widget/tableview/kexidatetableedit.h @@ -33,7 +33,7 @@ */ class KexiDateTableEdit : public KexiInputTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexidatetimetableedit.h b/kexi/widget/tableview/kexidatetimetableedit.h index a6fd5431..e5b6ad70 100644 --- a/kexi/widget/tableview/kexidatetimetableedit.h +++ b/kexi/widget/tableview/kexidatetimetableedit.h @@ -33,7 +33,7 @@ */ class KexiDateTimeTableEdit : public KexiInputTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexiinputtableedit.h b/kexi/widget/tableview/kexiinputtableedit.h index 42539b9f..66211f6f 100644 --- a/kexi/widget/tableview/kexiinputtableedit.h +++ b/kexi/widget/tableview/kexiinputtableedit.h @@ -32,7 +32,7 @@ */ class KEXIDATATABLE_EXPORT KexiInputTableEdit : public KexiTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitableedit.h b/kexi/widget/tableview/kexitableedit.h index c78462ed..f5bbd1be 100644 --- a/kexi/widget/tableview/kexitableedit.h +++ b/kexi/widget/tableview/kexitableedit.h @@ -38,7 +38,7 @@ namespace KexiDB { */ class KEXIDATATABLE_EXPORT KexiTableEdit : public TQWidget, public KexiDataItemInterface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitableview.h b/kexi/widget/tableview/kexitableview.h index 6142d4cd..f766a8c7 100644 --- a/kexi/widget/tableview/kexitableview.h +++ b/kexi/widget/tableview/kexitableview.h @@ -69,7 +69,7 @@ class KEXIDATATABLE_EXPORT KexiTableView : public KexiSharedActionClient, public KexiDataAwareObjectInterface { -Q_OBJECT +TQ_OBJECT KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/widget/tableview/kexitableviewdata.h b/kexi/widget/tableview/kexitableviewdata.h index 699a183a..e03dfbf5 100644 --- a/kexi/widget/tableview/kexitableviewdata.h +++ b/kexi/widget/tableview/kexitableviewdata.h @@ -221,7 +221,7 @@ typedef TQPtrList<KexiTableItem> KexiTableViewDataBase; */ class KEXIDATATABLE_EXPORT KexiTableViewData : public TQObject, protected KexiTableViewDataBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitableviewheader.h b/kexi/widget/tableview/kexitableviewheader.h index 5cb4fa0e..e227aade 100644 --- a/kexi/widget/tableview/kexitableviewheader.h +++ b/kexi/widget/tableview/kexitableviewheader.h @@ -32,7 +32,7 @@ class TQStyle; */ class KEXIDATATABLE_EXPORT KexiTableViewHeader : public TQHeader { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/tableview/kexitimetableedit.h b/kexi/widget/tableview/kexitimetableedit.h index 785111a2..6d282f77 100644 --- a/kexi/widget/tableview/kexitimetableedit.h +++ b/kexi/widget/tableview/kexitimetableedit.h @@ -31,7 +31,7 @@ */ class KexiTimeTableEdit : public KexiInputTableEdit { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexiarrowtip.h b/kexi/widget/utils/kexiarrowtip.h index bf1fb230..8592cc1d 100644 --- a/kexi/widget/utils/kexiarrowtip.h +++ b/kexi/widget/utils/kexiarrowtip.h @@ -28,7 +28,7 @@ */ class KEXIGUIUTILS_EXPORT KexiArrowTip : public KexiToolTip { - Q_OBJECT + TQ_OBJECT public: KexiArrowTip(const TQString& text, TQWidget* parent); diff --git a/kexi/widget/utils/kexicontextmenuutils.h b/kexi/widget/utils/kexicontextmenuutils.h index 03e0881c..6b581ee7 100644 --- a/kexi/widget/utils/kexicontextmenuutils.h +++ b/kexi/widget/utils/kexicontextmenuutils.h @@ -49,7 +49,7 @@ class KEXIGUIUTILS_EXPORT KexiContextMenuUtils */ class KEXIGUIUTILS_EXPORT KexiImageContextMenu : public TDEPopupMenu { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexidropdownbutton.h b/kexi/widget/utils/kexidropdownbutton.h index 5ffb21fb..4abef7f6 100644 --- a/kexi/widget/utils/kexidropdownbutton.h +++ b/kexi/widget/utils/kexidropdownbutton.h @@ -29,7 +29,7 @@ F2, F4 and alt+down buttons. */ class KEXIGUIUTILS_EXPORT KexiDropDownButton : public TQToolButton { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexigradientwidget.h b/kexi/widget/utils/kexigradientwidget.h index 8be2e5b5..84e5f4c4 100644 --- a/kexi/widget/utils/kexigradientwidget.h +++ b/kexi/widget/utils/kexigradientwidget.h @@ -35,7 +35,7 @@ class KEXIGUIUTILS_EXPORT KexiGradientWidget : public TQWidget { typedef TQPtrList<TQWidget> WidgetList; - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(DisplayMode displayMode READ displayMode WRITE setDisplayMode DESIGNABLE true) TQ_PROPERTY(GradientType gradientType READ gradientType WRITE setGradientType DESIGNABLE true) diff --git a/kexi/widget/utils/kexirecordmarker.h b/kexi/widget/utils/kexirecordmarker.h index 5bac9571..0059dd96 100644 --- a/kexi/widget/utils/kexirecordmarker.h +++ b/kexi/widget/utils/kexirecordmarker.h @@ -30,7 +30,7 @@ class TQImage; //! \brief Record marker, usually displayed at the left side of a table view or a continuous form. class KEXIGUIUTILS_EXPORT KexiRecordMarker : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexirecordnavigator.h b/kexi/widget/utils/kexirecordnavigator.h index 78c1f3a4..3bad6668 100644 --- a/kexi/widget/utils/kexirecordnavigator.h +++ b/kexi/widget/utils/kexirecordnavigator.h @@ -64,7 +64,7 @@ class KEXIGUIUTILS_EXPORT KexiRecordNavigatorHandler */ class KEXIGUIUTILS_EXPORT KexiRecordNavigator : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/widget/utils/kexitooltip.h b/kexi/widget/utils/kexitooltip.h index 49ff1e1b..e8564739 100644 --- a/kexi/widget/utils/kexitooltip.h +++ b/kexi/widget/utils/kexitooltip.h @@ -26,7 +26,7 @@ //! \brief A tooltip that can display rich content class KEXIGUIUTILS_EXPORT KexiToolTip : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KexiToolTip(const TQVariant& value, TQWidget* parent); |