diff options
Diffstat (limited to 'kexi')
201 files changed, 239 insertions, 239 deletions
diff --git a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h index b9dcd6c26..b4e0b35e3 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutColumns.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutColumns.h @@ -35,7 +35,7 @@ class KoPagePreview; */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h index 1f1e80730..c31bb752e 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutHeader.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutHeader.h @@ -29,7 +29,7 @@ class KoPagePreview; class KoPageLayoutHeader : public KoPageLayoutHeaderBase { Q_OBJECT - TQ_OBJECT + public: KoPageLayoutHeader(TQWidget *parent, KoUnit::Unit unit, const KoKWHeaderFooter &kwhf); diff --git a/kexi/3rdparty/kolibs/KoPageLayoutSize.h b/kexi/3rdparty/kolibs/KoPageLayoutSize.h index 8e5035511..bd413a513 100644 --- a/kexi/3rdparty/kolibs/KoPageLayoutSize.h +++ b/kexi/3rdparty/kolibs/KoPageLayoutSize.h @@ -36,7 +36,7 @@ class KoPageLayoutColumns; */ class KoPageLayoutSize : public TQWidget { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/3rdparty/kolibs/koPageLayoutDia.h b/kexi/3rdparty/kolibs/koPageLayoutDia.h index 1ed23ec51..0c50b4484 100644 --- a/kexi/3rdparty/kolibs/koPageLayoutDia.h +++ b/kexi/3rdparty/kolibs/koPageLayoutDia.h @@ -47,7 +47,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE class KoPagePreview : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: @@ -83,7 +83,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 80db554d1..cd741f328 100644 --- a/kexi/3rdparty/kolibs/koUnitWidgets.h +++ b/kexi/3rdparty/kolibs/koUnitWidgets.h @@ -107,7 +107,7 @@ protected: class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); // lower, upper, step and value are in pt @@ -158,7 +158,7 @@ private slots: class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleLineEdit( TQWidget *parent, double lower, double upper, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -187,7 +187,7 @@ private: class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleComboBox( TQWidget *parent, double lower, double upper, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); @@ -224,7 +224,7 @@ protected: class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); KoUnitDoubleSpinComboBox( TQWidget *parent, double lower, double upper, double step, double value = 0.0, KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 ); diff --git a/kexi/core/kexiactionproxy_p.h b/kexi/core/kexiactionproxy_p.h index f22125231..07931b9ca 100644 --- a/kexi/core/kexiactionproxy_p.h +++ b/kexi/core/kexiactionproxy_p.h @@ -28,7 +28,7 @@ class KexiActionProxy; class KAction_setEnabled_Helper : public TQObject { Q_OBJECT - TQ_OBJECT + public: KAction_setEnabled_Helper(KexiActionProxy* proxy); diff --git a/kexi/core/kexiblobbuffer.h b/kexi/core/kexiblobbuffer.h index adf307a08..73c54549e 100644 --- a/kexi/core/kexiblobbuffer.h +++ b/kexi/core/kexiblobbuffer.h @@ -80,7 +80,7 @@ namespace KexiDB class KEXICORE_EXPORT KexiBLOBBuffer : public TQObject { Q_OBJECT - TQ_OBJECT + private: class Item; diff --git a/kexi/core/kexicontexthelp.h b/kexi/core/kexicontexthelp.h index d28c8e2a3..92afe8079 100644 --- a/kexi/core/kexicontexthelp.h +++ b/kexi/core/kexicontexthelp.h @@ -27,7 +27,7 @@ class KEXICORE_EXPORT KexiContextHelp : public KoContextHelpWidget { Q_OBJECT - TQ_OBJECT + public: KexiContextHelp(KexiMainWindow *view, TQWidget *parent=0); diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index d98e9d04f..e9bc8018d 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -78,7 +78,7 @@ class KEXICORE_EXPORT KexiDialogBase : public Kexi::ObjectStatus { Q_OBJECT - TQ_OBJECT + public: KexiDialogBase(KexiMainWindow *parent, const TQString &caption = TQString()); diff --git a/kexi/core/kexiinternalpart.h b/kexi/core/kexiinternalpart.h index 596f8dd42..50bb7f1fe 100644 --- a/kexi/core/kexiinternalpart.h +++ b/kexi/core/kexiinternalpart.h @@ -49,7 +49,7 @@ class TQWidget; class KEXICORE_EXPORT KexiInternalPart : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiInternalPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/core/keximainwindow.h b/kexi/core/keximainwindow.h index ad6c613b5..e03fa3280 100644 --- a/kexi/core/keximainwindow.h +++ b/kexi/core/keximainwindow.h @@ -45,7 +45,7 @@ namespace KexiPart { class KEXICORE_EXPORT KexiMainWindow : public KMdiMainFrm, public KexiSharedActionHost { Q_OBJECT - TQ_OBJECT + public: //! Used by printActionForItem() enum PrintActionType { diff --git a/kexi/core/kexipart.h b/kexi/core/kexipart.h index c448b8bf9..752140d18 100644 --- a/kexi/core/kexipart.h +++ b/kexi/core/kexipart.h @@ -65,7 +65,7 @@ enum ObjectTypes { class KEXICORE_EXPORT Part : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructor. */ diff --git a/kexi/core/kexipartmanager.h b/kexi/core/kexipartmanager.h index c7506e664..726fbca81 100644 --- a/kexi/core/kexipartmanager.h +++ b/kexi/core/kexipartmanager.h @@ -68,7 +68,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 3a246505c..a8297f502 100644 --- a/kexi/core/kexiproject.h +++ b/kexi/core/kexiproject.h @@ -67,7 +67,7 @@ class KexiDialogBase; class KEXICORE_EXPORT KexiProject : public TQObject, public KexiDB::Object { Q_OBJECT - TQ_OBJECT + public: /*! Constructor 1. Creates a new object using \a pdata. diff --git a/kexi/core/kexisharedactionhost_p.h b/kexi/core/kexisharedactionhost_p.h index 841a014ca..605cc6812 100644 --- a/kexi/core/kexisharedactionhost_p.h +++ b/kexi/core/kexisharedactionhost_p.h @@ -42,7 +42,7 @@ class KexiVolatileActionData class KEXICORE_EXPORT KexiSharedActionHostPrivate : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiSharedActionHostPrivate(KexiSharedActionHost *h); diff --git a/kexi/core/kexiuseraction.h b/kexi/core/kexiuseraction.h index b7111bd13..57b82984b 100644 --- a/kexi/core/kexiuseraction.h +++ b/kexi/core/kexiuseraction.h @@ -19,7 +19,7 @@ typedef TQValueVector<TQVariant> Arguments; class KEXICORE_EXPORT KexiUserAction : public KAction { Q_OBJECT - TQ_OBJECT + public: /*! bytecode of available methods */ diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index 564f5a207..b09841575 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -52,7 +52,7 @@ namespace KexiDB { class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy { Q_OBJECT - TQ_OBJECT + public: KexiViewBase(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/formeditor/connectiondialog.h b/kexi/formeditor/connectiondialog.h index d2ecb0973..7edba8df6 100644 --- a/kexi/formeditor/connectiondialog.h +++ b/kexi/formeditor/connectiondialog.h @@ -46,7 +46,7 @@ class Connection; class KFORMEDITOR_EXPORT ConnectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ConnectionDialog(TQWidget *parent); diff --git a/kexi/formeditor/container.h b/kexi/formeditor/container.h index bd46c7a1d..03f2c6c6d 100644 --- a/kexi/formeditor/container.h +++ b/kexi/formeditor/container.h @@ -47,7 +47,7 @@ class Form; class KFORMEDITOR_EXPORT EventEater : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs eater object. All events for \a widget and it's subwidgets @@ -73,7 +73,7 @@ class KFORMEDITOR_EXPORT EventEater : public TQObject class KFORMEDITOR_EXPORT Container : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum LayoutType { NoLayout=0, HBox, VBox, Grid, HFlow, VFlow, /* special types */ HSplitter, VSplitter }; diff --git a/kexi/formeditor/editlistviewdialog.h b/kexi/formeditor/editlistviewdialog.h index b6386a97c..0eb3017b7 100644 --- a/kexi/formeditor/editlistviewdialog.h +++ b/kexi/formeditor/editlistviewdialog.h @@ -49,7 +49,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT EditListViewDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: EditListViewDialog(TQWidget *parent); diff --git a/kexi/formeditor/factories/containerfactory.h b/kexi/formeditor/factories/containerfactory.h index 6f013e9cd..18a9f7df1 100644 --- a/kexi/formeditor/factories/containerfactory.h +++ b/kexi/formeditor/factories/containerfactory.h @@ -55,7 +55,7 @@ class InsertPageCommand : public KCommand class KFORMEDITOR_EXPORT HBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: HBox(TQWidget *parent, const char *name); @@ -71,7 +71,7 @@ class KFORMEDITOR_EXPORT HBox : public TQFrame class KFORMEDITOR_EXPORT VBox : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VBox(TQWidget *parent, const char *name); @@ -87,7 +87,7 @@ class KFORMEDITOR_EXPORT VBox : public TQFrame class KFORMEDITOR_EXPORT Grid : public TQFrame { Q_OBJECT - TQ_OBJECT + public: Grid(TQWidget *parent, const char *name); @@ -103,7 +103,7 @@ class KFORMEDITOR_EXPORT Grid : public TQFrame class KFORMEDITOR_EXPORT HFlow : public TQFrame { Q_OBJECT - TQ_OBJECT + public: HFlow(TQWidget *parent, const char *name); @@ -119,7 +119,7 @@ class KFORMEDITOR_EXPORT HFlow : public TQFrame class KFORMEDITOR_EXPORT VFlow : public TQFrame { Q_OBJECT - TQ_OBJECT + public: VFlow(TQWidget *parent, const char *name); @@ -136,7 +136,7 @@ class KFORMEDITOR_EXPORT VFlow : public TQFrame class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + friend class KFDTabWidget; @@ -164,7 +164,7 @@ class KFORMEDITOR_EXPORT ContainerWidget : public TQWidget class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget { Q_OBJECT - TQ_OBJECT + public: KFDTabWidget(TQWidget *parent, const char *name); @@ -190,7 +190,7 @@ class KFORMEDITOR_EXPORT KFDTabWidget : public KFormDesigner::TabWidget class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox { Q_OBJECT - TQ_OBJECT + public: GroupBox(const TQString & title, TQWidget *parent, const char *name); @@ -214,7 +214,7 @@ class KFORMEDITOR_EXPORT GroupBox : public TQGroupBox class KFORMEDITOR_EXPORT SubForm : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) public: @@ -236,7 +236,7 @@ class KFORMEDITOR_EXPORT SubForm : public TQScrollView class ContainerFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: ContainerFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/formeditor/factories/stdwidgetfactory.h b/kexi/formeditor/factories/stdwidgetfactory.h index e91f08b9f..087ffdc81 100644 --- a/kexi/formeditor/factories/stdwidgetfactory.h +++ b/kexi/formeditor/factories/stdwidgetfactory.h @@ -28,7 +28,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KexiPictureLabel(const TQPixmap &pix, TQWidget *parent, const char *name); @@ -40,7 +40,7 @@ class KFORMEDITOR_EXPORT KexiPictureLabel : public TQLabel class KFORMEDITOR_EXPORT Line : public TQFrame { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation) public: @@ -55,7 +55,7 @@ class KFORMEDITOR_EXPORT Line : public TQFrame class StdWidgetFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: StdWidgetFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/formeditor/form.h b/kexi/formeditor/form.h index a8bd6dc0b..084e7d20d 100644 --- a/kexi/formeditor/form.h +++ b/kexi/formeditor/form.h @@ -135,7 +135,7 @@ class FormPrivate class KFORMEDITOR_EXPORT Form : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Creates a simple Form, child of the FormManager \a manager. diff --git a/kexi/formeditor/formIO.h b/kexi/formeditor/formIO.h index bb272a13e..fbadde7fc 100644 --- a/kexi/formeditor/formIO.h +++ b/kexi/formeditor/formIO.h @@ -39,7 +39,7 @@ class TQLabel; class KFORMEDITOR_EXPORT CustomWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: CustomWidget(const TQCString &className, TQWidget *parent, const char *name); @@ -75,7 +75,7 @@ KFORMEDITOR_EXPORT uint version(); class KFORMEDITOR_EXPORT FormIO : public TQObject { Q_OBJECT - TQ_OBJECT + public: FormIO(); diff --git a/kexi/formeditor/formmanager.h b/kexi/formeditor/formmanager.h index 677a3e7ba..39006a7b1 100644 --- a/kexi/formeditor/formmanager.h +++ b/kexi/formeditor/formmanager.h @@ -72,7 +72,7 @@ typedef TQPtrList<KAction> ActionList; class KFORMEDITOR_EXPORT FormManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs FormManager object. diff --git a/kexi/formeditor/kfdpixmapedit.h b/kexi/formeditor/kfdpixmapedit.h index cac2b751f..66f6e4ac4 100644 --- a/kexi/formeditor/kfdpixmapedit.h +++ b/kexi/formeditor/kfdpixmapedit.h @@ -27,7 +27,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT KFDPixmapEdit : public KoProperty::PixmapEdit { Q_OBJECT - TQ_OBJECT + public: KFDPixmapEdit(KoProperty::Property *property, TQWidget *parent=0, const char *name=0); diff --git a/kexi/formeditor/libactionwidget.h b/kexi/formeditor/libactionwidget.h index e2ef27621..8247d69ca 100644 --- a/kexi/formeditor/libactionwidget.h +++ b/kexi/formeditor/libactionwidget.h @@ -35,7 +35,7 @@ class WidgetInfo; class KFORMEDITOR_EXPORT LibActionWidget : public KToggleAction { Q_OBJECT - TQ_OBJECT + public: /** LibActionWidget object is initialized to be mutually exclusive with all other LibActionWidget objects */ diff --git a/kexi/formeditor/objecttreeview.h b/kexi/formeditor/objecttreeview.h index 2ddf867c4..1da1a398c 100644 --- a/kexi/formeditor/objecttreeview.h +++ b/kexi/formeditor/objecttreeview.h @@ -67,7 +67,7 @@ class KFORMEDITOR_EXPORT ObjectTreeViewItem : public KListViewItem class KFORMEDITOR_EXPORT ObjectTreeView : public KListView { Q_OBJECT - TQ_OBJECT + public: ObjectTreeView(TQWidget *parent=0, const char *name=0, bool tabStop = false); diff --git a/kexi/formeditor/resizehandle.h b/kexi/formeditor/resizehandle.h index 85390fe1d..cde491939 100644 --- a/kexi/formeditor/resizehandle.h +++ b/kexi/formeditor/resizehandle.h @@ -41,7 +41,7 @@ class ResizeHandleSet; class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum HandlePos { TopLeft = 0, TopCenter = 2, TopRight = 4, LeftCenter = 8, RightCenter = 16, @@ -77,7 +77,7 @@ class KFORMEDITOR_EXPORT ResizeHandle : public TQWidget class KFORMEDITOR_EXPORT ResizeHandleSet: public TQObject { Q_OBJECT - TQ_OBJECT + public: typedef TQDict<ResizeHandleSet> Dict; diff --git a/kexi/formeditor/richtextdialog.h b/kexi/formeditor/richtextdialog.h index f5ae41ea7..585e65df4 100644 --- a/kexi/formeditor/richtextdialog.h +++ b/kexi/formeditor/richtextdialog.h @@ -34,7 +34,7 @@ namespace KFormDesigner { class KFORMEDITOR_EXPORT RichTextDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: RichTextDialog(TQWidget *parent, const TQString &text); diff --git a/kexi/formeditor/scripting/formscript.h b/kexi/formeditor/scripting/formscript.h index 4247ca85a..138a12ded 100644 --- a/kexi/formeditor/scripting/formscript.h +++ b/kexi/formeditor/scripting/formscript.h @@ -44,7 +44,7 @@ using namespace KFormDesigner; class FormScript : public TQObject { Q_OBJECT - TQ_OBJECT + public: FormScript(Form *form, ScriptManager *manager, const char *name=0); diff --git a/kexi/formeditor/scripting/scriptmanager.h b/kexi/formeditor/scripting/scriptmanager.h index 07cacbd0b..44be6d30e 100644 --- a/kexi/formeditor/scripting/scriptmanager.h +++ b/kexi/formeditor/scripting/scriptmanager.h @@ -41,7 +41,7 @@ using namespace KFormDesigner; class ScriptManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: ScriptManager(TQObject *parent=0, const char *name=0); diff --git a/kexi/formeditor/spring.h b/kexi/formeditor/spring.h index 2e139a3c2..46254cff9 100644 --- a/kexi/formeditor/spring.h +++ b/kexi/formeditor/spring.h @@ -36,7 +36,7 @@ class WidgetLibrary; class KFORMEDITOR_EXPORT Spring : public TQWidget { Q_OBJECT - TQ_OBJECT + Q_ENUMS(SizeType) TQ_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation) TQ_PROPERTY(SizeType sizeType READ sizeType WRITE setSizeType) diff --git a/kexi/formeditor/tabstopdialog.h b/kexi/formeditor/tabstopdialog.h index d08297773..3beedb8cf 100644 --- a/kexi/formeditor/tabstopdialog.h +++ b/kexi/formeditor/tabstopdialog.h @@ -38,7 +38,7 @@ class ObjectTreeView; class KFORMEDITOR_EXPORT TabStopDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: TabStopDialog(TQWidget *parent); diff --git a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h index b6929e5cc..57f75c124 100644 --- a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h +++ b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.h @@ -39,7 +39,7 @@ using namespace KInterfaceDesigner; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KFDFactory(); @@ -58,7 +58,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer { Q_OBJECT - TQ_OBJECT + public: KFormDesignerKDevPart(TQWidget *parent, const char *name, bool readOnly=true, const TQStringList &args=TQStringList()); @@ -116,7 +116,7 @@ class KFORMEDITOR_EXPORT KFormDesignerKDevPart : public Designer class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: FormWidgetBase(KFormDesignerKDevPart *part, TQWidget *parent = 0, const char *name = 0, int WFlags = WDestructiveClose) diff --git a/kexi/formeditor/test/kfd_mainwindow.h b/kexi/formeditor/test/kfd_mainwindow.h index 6368c8f20..4d0e2f5fc 100644 --- a/kexi/formeditor/test/kfd_mainwindow.h +++ b/kexi/formeditor/test/kfd_mainwindow.h @@ -25,7 +25,7 @@ class KFDMainWindow : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: KFDMainWindow(); diff --git a/kexi/formeditor/test/kfd_part.h b/kexi/formeditor/test/kfd_part.h index cb2874ae0..8ba652fd3 100644 --- a/kexi/formeditor/test/kfd_part.h +++ b/kexi/formeditor/test/kfd_part.h @@ -38,7 +38,7 @@ using KFormDesigner::Form; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KFDFactory(); @@ -57,7 +57,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart { Q_OBJECT - TQ_OBJECT + public: KFormDesignerPart(TQWidget *parent, const char *name, bool readOnly=true, const TQStringList &args=TQStringList()); @@ -119,7 +119,7 @@ class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: FormWidgetBase(KFormDesignerPart *part, TQWidget *parent = 0, const char *name = 0, int WFlags = WDestructiveClose) diff --git a/kexi/formeditor/utils.h b/kexi/formeditor/utils.h index d6d56acbb..1e60f0f54 100644 --- a/kexi/formeditor/utils.h +++ b/kexi/formeditor/utils.h @@ -53,7 +53,7 @@ type* findParent(TQT_BASE_OBJECT_NAME* o, const char* className, TQObject* &prev class KFORMEDITOR_EXPORT TabWidget : public TabWidgetBase { Q_OBJECT - TQ_OBJECT + public: TabWidget(TQWidget *parent, const char *name) : TabWidgetBase(parent, name) {} diff --git a/kexi/formeditor/widgetfactory.h b/kexi/formeditor/widgetfactory.h index 7c9c5ceb1..0bc2b47c6 100644 --- a/kexi/formeditor/widgetfactory.h +++ b/kexi/formeditor/widgetfactory.h @@ -257,7 +257,7 @@ class KFORMEDITOR_EXPORT WidgetInfo class KFORMEDITOR_EXPORT WidgetFactory : public TQObject { Q_OBJECT - TQ_OBJECT + public: //! Options used in createWidget() enum CreateWidgetOptions { diff --git a/kexi/formeditor/widgetlibrary.h b/kexi/formeditor/widgetlibrary.h index 1c4a77a00..f9db38aa4 100644 --- a/kexi/formeditor/widgetlibrary.h +++ b/kexi/formeditor/widgetlibrary.h @@ -56,7 +56,7 @@ typedef TQPtrList<KAction> ActionList; class KFORMEDITOR_EXPORT WidgetLibrary : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! Constructs WidgetLibrary object. diff --git a/kexi/formeditor/widgetpropertyset.h b/kexi/formeditor/widgetpropertyset.h index 896d309c3..bff1b3a18 100644 --- a/kexi/formeditor/widgetpropertyset.h +++ b/kexi/formeditor/widgetpropertyset.h @@ -41,7 +41,7 @@ class CommandGroup; class KFORMEDITOR_EXPORT WidgetPropertySet : public TQObject { Q_OBJECT - TQ_OBJECT + public: WidgetPropertySet(TQObject *parent); diff --git a/kexi/kexidb/connection.h b/kexi/kexidb/connection.h index b06df35b2..43368843e 100644 --- a/kexi/kexidb/connection.h +++ b/kexi/kexidb/connection.h @@ -61,7 +61,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 b19b0694b..8efeabb28 100644 --- a/kexi/kexidb/cursor.h +++ b/kexi/kexidb/cursor.h @@ -66,7 +66,7 @@ class RowEditBuffer; class KEXI_DB_EXPORT Cursor: public TQObject, public Object { Q_OBJECT - TQ_OBJECT + public: //! Cursor options that describes its behaviour diff --git a/kexi/kexidb/driver.h b/kexi/kexidb/driver.h index 96f271b29..2221fc09e 100644 --- a/kexi/kexidb/driver.h +++ b/kexi/kexidb/driver.h @@ -66,7 +66,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 KexiDB::DriverManager::driversInfo() without loading driver libraries. */ diff --git a/kexi/kexidb/drivermanager_p.h b/kexi/kexidb/drivermanager_p.h index 85388270d..045178aa7 100644 --- a/kexi/kexidb/drivermanager_p.h +++ b/kexi/kexidb/drivermanager_p.h @@ -32,7 +32,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 e0fb4382c..c53600bc1 100644 --- a/kexi/kexidb/drivers/mySQL/mysqlconnection.h +++ b/kexi/kexidb/drivers/mySQL/mysqlconnection.h @@ -40,7 +40,7 @@ class MySqlConnectionInternal; class MySqlConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: virtual ~MySqlConnection(); diff --git a/kexi/kexidb/drivers/mySQL/mysqldriver.h b/kexi/kexidb/drivers/mySQL/mysqldriver.h index df02441c1..34f1a91d9 100644 --- a/kexi/kexidb/drivers/mySQL/mysqldriver.h +++ b/kexi/kexidb/drivers/mySQL/mysqldriver.h @@ -30,7 +30,7 @@ namespace KexiDB { class MySqlDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/odbc/odbcconnection.h b/kexi/kexidb/drivers/odbc/odbcconnection.h index 128eab61c..3c9079c46 100644 --- a/kexi/kexidb/drivers/odbc/odbcconnection.h +++ b/kexi/kexidb/drivers/odbc/odbcconnection.h @@ -39,7 +39,7 @@ class Driver; class ODBCConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: ~ODBCConnection(); diff --git a/kexi/kexidb/drivers/odbc/odbcdriver.h b/kexi/kexidb/drivers/odbc/odbcdriver.h index a5e7ee68c..fbcffbecc 100644 --- a/kexi/kexidb/drivers/odbc/odbcdriver.h +++ b/kexi/kexidb/drivers/odbc/odbcdriver.h @@ -41,7 +41,7 @@ class ODBCDriverPrivate; class ODBCDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/pqxx/pqxxconnection.h b/kexi/kexidb/drivers/pqxx/pqxxconnection.h index 2773e08db..20840074b 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxconnection.h +++ b/kexi/kexidb/drivers/pqxx/pqxxconnection.h @@ -48,7 +48,7 @@ class pqxxTransactionData : public TransactionData class pqxxSqlConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: virtual ~pqxxSqlConnection(); diff --git a/kexi/kexidb/drivers/pqxx/pqxxdriver.h b/kexi/kexidb/drivers/pqxx/pqxxdriver.h index c7a0fed99..e70b48d88 100644 --- a/kexi/kexidb/drivers/pqxx/pqxxdriver.h +++ b/kexi/kexidb/drivers/pqxx/pqxxdriver.h @@ -34,7 +34,7 @@ class DriverManager; class pqxxSqlDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/sqlite/sqliteconnection.h b/kexi/kexidb/drivers/sqlite/sqliteconnection.h index ab80675e4..4a102b8b9 100644 --- a/kexi/kexidb/drivers/sqlite/sqliteconnection.h +++ b/kexi/kexidb/drivers/sqlite/sqliteconnection.h @@ -37,7 +37,7 @@ class Driver; class SQLiteConnection : public Connection { Q_OBJECT - TQ_OBJECT + public: virtual ~SQLiteConnection(); diff --git a/kexi/kexidb/drivers/sqlite/sqlitedriver.h b/kexi/kexidb/drivers/sqlite/sqlitedriver.h index 59fe89aff..223cdde02 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitedriver.h +++ b/kexi/kexidb/drivers/sqlite/sqlitedriver.h @@ -35,7 +35,7 @@ class SQLiteDriverPrivate; class SQLiteDriver : public Driver { Q_OBJECT - TQ_OBJECT + KEXIDB_DRIVER public: diff --git a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h index 27bcc7efc..70ebe8b21 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitevacuum.h +++ b/kexi/kexidb/drivers/sqlite/sqlitevacuum.h @@ -45,7 +45,7 @@ class KProgressDialog; class SQLiteVacuum : public TQObject { Q_OBJECT - TQ_OBJECT + public: SQLiteVacuum(const TQString& filePath); ~SQLiteVacuum(); diff --git a/kexi/kexidb/utils_p.h b/kexi/kexidb/utils_p.h index 8f10fb5b9..7cfa77aad 100644 --- a/kexi/kexidb/utils_p.h +++ b/kexi/kexidb/utils_p.h @@ -32,7 +32,7 @@ class ConnectionTestThread; class ConnectionTestDialog : protected KProgressDialog { Q_OBJECT - TQ_OBJECT + public: ConnectionTestDialog(TQWidget* parent, const KexiDB::ConnectionData& data, KexiDB::MessageHandler& msgHandler); diff --git a/kexi/kexiutils/utils_p.h b/kexi/kexiutils/utils_p.h index 41d864259..6f0232639 100644 --- a/kexi/kexiutils/utils_p.h +++ b/kexi/kexiutils/utils_p.h @@ -28,7 +28,7 @@ class DelayedCursorHandler : public TQObject { Q_OBJECT - TQ_OBJECT + public: DelayedCursorHandler(); void start(bool noDelay); diff --git a/kexi/main/kexifinddialog.h b/kexi/main/kexifinddialog.h index 70d139174..d93ac7034 100644 --- a/kexi/main/kexifinddialog.h +++ b/kexi/main/kexifinddialog.h @@ -34,7 +34,7 @@ class KAction; class KexiFindDialog : public KexiFindDialogBase { Q_OBJECT - TQ_OBJECT + public: //! Creates a new find dialog. Replace mode is off by default. KexiFindDialog(TQWidget* parent); diff --git a/kexi/main/keximainwindowimpl.h b/kexi/main/keximainwindowimpl.h index 141cd4750..270e9272a 100644 --- a/kexi/main/keximainwindowimpl.h +++ b/kexi/main/keximainwindowimpl.h @@ -45,7 +45,7 @@ namespace KexiPart { class KEXIMAIN_EXPORT KexiMainWindowImpl : public KexiMainWindow, public KexiGUIMessageHandler { Q_OBJECT - TQ_OBJECT + public: /*! Creates an empty mainwindow. */ diff --git a/kexi/main/kexinamedialog.h b/kexi/main/kexinamedialog.h index 365214e20..f0d1db0aa 100644 --- a/kexi/main/kexinamedialog.h +++ b/kexi/main/kexinamedialog.h @@ -27,7 +27,7 @@ class KEXIMAIN_EXPORT KexiNameDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiNameDialog(const TQString& message, diff --git a/kexi/main/kexinamewidget.h b/kexi/main/kexinamewidget.h index acbeed5ca..b504d574b 100644 --- a/kexi/main/kexinamewidget.h +++ b/kexi/main/kexinamewidget.h @@ -32,7 +32,7 @@ class MultiValidator; class KEXIMAIN_EXPORT KexiNameWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiNameWidget(const TQString& message, diff --git a/kexi/main/kexistatusbar.h b/kexi/main/kexistatusbar.h index 6f415af38..87ee7e6a3 100644 --- a/kexi/main/kexistatusbar.h +++ b/kexi/main/kexistatusbar.h @@ -41,7 +41,7 @@ namespace KParts { class Part; } class KexitStatusBar : public KStatusBar { Q_OBJECT - TQ_OBJECT + public: KexitStatusBar( TQWidget *parent=0, const char *name=0 ); virtual ~KexitStatusBar(); diff --git a/kexi/main/ksplitter.h b/kexi/main/ksplitter.h index f3feafc43..76194d13b 100644 --- a/kexi/main/ksplitter.h +++ b/kexi/main/ksplitter.h @@ -47,7 +47,7 @@ class KDockWidget; class KDockSplitter : public TQWidget { //Q_OBJECT - TQ_OBJECT + public: /** * Constructor. diff --git a/kexi/main/printing/kexisimpleprintingengine.h b/kexi/main/printing/kexisimpleprintingengine.h index 8c6d995d3..3aba0a0fb 100644 --- a/kexi/main/printing/kexisimpleprintingengine.h +++ b/kexi/main/printing/kexisimpleprintingengine.h @@ -57,7 +57,7 @@ class KexiSimplePrintingSettings class KexiSimplePrintingEngine : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingEngine( const KexiSimplePrintingSettings& settings, TQObject* parent ); diff --git a/kexi/main/printing/kexisimpleprintingpagesetup.h b/kexi/main/printing/kexisimpleprintingpagesetup.h index 6efd13142..742e8c435 100644 --- a/kexi/main/printing/kexisimpleprintingpagesetup.h +++ b/kexi/main/printing/kexisimpleprintingpagesetup.h @@ -38,7 +38,7 @@ class KexiSimplePrintPreviewWindow; class KexiSimplePrintingCommand : public TQObject { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingCommand(KexiMainWindow* mainWin, int objectId, @@ -73,7 +73,7 @@ class KexiSimplePrintingCommand : public TQObject class KexiSimplePrintingPageSetup : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingPageSetup( KexiMainWindow *mainWin, TQWidget *parent, TQMap<TQString,TQString>* args ); diff --git a/kexi/main/printing/kexisimpleprintingpart.h b/kexi/main/printing/kexisimpleprintingpart.h index 00c44b50b..0130969b6 100644 --- a/kexi/main/printing/kexisimpleprintingpart.h +++ b/kexi/main/printing/kexisimpleprintingpart.h @@ -37,7 +37,7 @@ class KexiProject; class KexiSimplePrintingPart : public KexiPart::StaticPart { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintingPart(); diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow.h b/kexi/main/printing/kexisimpleprintpreviewwindow.h index 35870285f..8f76e803c 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow.h @@ -34,7 +34,7 @@ class KexiSimplePrintingEngine; class KexiSimplePrintPreviewWindow : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintPreviewWindow(KexiSimplePrintingEngine &engine, diff --git a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h index 5246d3295..621d0db42 100644 --- a/kexi/main/printing/kexisimpleprintpreviewwindow_p.h +++ b/kexi/main/printing/kexisimpleprintpreviewwindow_p.h @@ -37,7 +37,7 @@ class KexiSimplePrintPreviewView : public TQWidget class KexiSimplePrintPreviewScrollView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiSimplePrintPreviewScrollView(KexiSimplePrintPreviewWindow *window); diff --git a/kexi/main/startup/KexiConnSelector.h b/kexi/main/startup/KexiConnSelector.h index c42fc5362..00ace8dc0 100644 --- a/kexi/main/startup/KexiConnSelector.h +++ b/kexi/main/startup/KexiConnSelector.h @@ -55,7 +55,7 @@ class KexiConnSelectorWidgetPrivate; class KEXIMAIN_EXPORT KexiConnSelectorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum ConnType { FileBased=1, ServerBased=2 }; diff --git a/kexi/main/startup/KexiDBTitlePage.h b/kexi/main/startup/KexiDBTitlePage.h index 0ee1e4ddb..13ee8a944 100644 --- a/kexi/main/startup/KexiDBTitlePage.h +++ b/kexi/main/startup/KexiDBTitlePage.h @@ -26,7 +26,7 @@ class KEXIMAIN_EXPORT KexiDBTitlePage : public KexiDBTitlePageBase { Q_OBJECT - TQ_OBJECT + public: //! Constructs title page. \a labelText can be provided to change default diff --git a/kexi/main/startup/KexiNewProjectWizard.h b/kexi/main/startup/KexiNewProjectWizard.h index ff16b996e..395ad5382 100644 --- a/kexi/main/startup/KexiNewProjectWizard.h +++ b/kexi/main/startup/KexiNewProjectWizard.h @@ -37,7 +37,7 @@ class KexiProjectSelectorWidget; class KEXIMAIN_EXPORT KexiNewProjectWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KexiNewProjectWizard(KexiDBConnectionSet& conn_set, TQWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0); diff --git a/kexi/main/startup/KexiProjectSelector.h b/kexi/main/startup/KexiProjectSelector.h index 43c6a6b5e..b69f74e49 100644 --- a/kexi/main/startup/KexiProjectSelector.h +++ b/kexi/main/startup/KexiProjectSelector.h @@ -34,7 +34,7 @@ class KexiProjectSelectorWidgetPrivate; class KEXIMAIN_EXPORT KexiProjectSelectorWidget : public KexiProjectSelectorBase { Q_OBJECT - TQ_OBJECT + public: // enum ConnType { FileBased=1, ServerBased=2 }; @@ -94,7 +94,7 @@ protected: class KexiProjectSelectorDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! Constructor 1, used for displaying recent projects list Label "there are recently opened projects" is displayed automatically diff --git a/kexi/main/startup/KexiStartup.h b/kexi/main/startup/KexiStartup.h index 23d8e832a..37a2011da 100644 --- a/kexi/main/startup/KexiStartup.h +++ b/kexi/main/startup/KexiStartup.h @@ -40,7 +40,7 @@ namespace KexiDB { class KEXIMAIN_EXPORT KexiDBPasswordDialog : public KPasswordDialog { Q_OBJECT - TQ_OBJECT + public: KexiDBPasswordDialog(TQWidget *parent, KexiDB::ConnectionData& cdata, bool showDetailsButton = false); virtual ~KexiDBPasswordDialog(); @@ -62,7 +62,7 @@ class KEXIMAIN_EXPORT KexiStartupHandler : public TQObject, public KexiStartupData, public Kexi::ObjectStatus { Q_OBJECT - TQ_OBJECT + public: KexiStartupHandler(); diff --git a/kexi/main/startup/KexiStartupDialog.h b/kexi/main/startup/KexiStartupDialog.h index aad9ec9ed..9ae922c66 100644 --- a/kexi/main/startup/KexiStartupDialog.h +++ b/kexi/main/startup/KexiStartupDialog.h @@ -46,7 +46,7 @@ class ConnectionDataLVItem; class KEXIMAIN_EXPORT KexiStartupDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! The Dialog returns one of these values depending diff --git a/kexi/main/startup/KexiStartupDialogTemplatesPage.h b/kexi/main/startup/KexiStartupDialogTemplatesPage.h index 2c7058d4e..82ba7fe2b 100644 --- a/kexi/main/startup/KexiStartupDialogTemplatesPage.h +++ b/kexi/main/startup/KexiStartupDialogTemplatesPage.h @@ -27,7 +27,7 @@ class KEXIMAIN_EXPORT KexiStartupDialogTemplatesPage : public KListView { Q_OBJECT - TQ_OBJECT + public: KexiStartupDialogTemplatesPage( TQWidget * parent = 0 ); diff --git a/kexi/main/startup/KexiStartupFileDialog.h b/kexi/main/startup/KexiStartupFileDialog.h index c85797db4..1b99391d9 100644 --- a/kexi/main/startup/KexiStartupFileDialog.h +++ b/kexi/main/startup/KexiStartupFileDialog.h @@ -33,7 +33,7 @@ class KEXIMAIN_EXPORT KexiStartupFileDialog : public KexiStartupFileDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! Dialog mode: diff --git a/kexi/main/startup/KexiStartup_p.h b/kexi/main/startup/KexiStartup_p.h index 1e9e5d271..dce0fb3a9 100644 --- a/kexi/main/startup/KexiStartup_p.h +++ b/kexi/main/startup/KexiStartup_p.h @@ -33,7 +33,7 @@ class KProgressDialog; class SQLite2ToSQLite3Migration : public TQObject { Q_OBJECT - TQ_OBJECT + public: SQLite2ToSQLite3Migration(const TQString& filePath); ~SQLite2ToSQLite3Migration(); diff --git a/kexi/migration/importoptionsdlg.h b/kexi/migration/importoptionsdlg.h index e24e37c70..f598f3456 100644 --- a/kexi/migration/importoptionsdlg.h +++ b/kexi/migration/importoptionsdlg.h @@ -33,7 +33,7 @@ namespace KexiMigration { class OptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: OptionsDialog( const TQString& databaseFile, const TQString& selectedEncoding, TQWidget* parent = 0 ); virtual ~OptionsDialog(); diff --git a/kexi/migration/importwizard.h b/kexi/migration/importwizard.h index 19a1b844c..97ffec4f0 100644 --- a/kexi/migration/importwizard.h +++ b/kexi/migration/importwizard.h @@ -63,7 +63,7 @@ class KexiMigrate; class KEXIMIGR_EXPORT ImportWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: /*! Creates wizard's instance. \a args contains arguments that can be parsed by parseArguments(). diff --git a/kexi/migration/keximigrate.h b/kexi/migration/keximigrate.h index cd2949f9d..c3a278aed 100644 --- a/kexi/migration/keximigrate.h +++ b/kexi/migration/keximigrate.h @@ -78,7 +78,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: virtual ~KexiMigrate(); diff --git a/kexi/migration/migratemanager_p.h b/kexi/migration/migratemanager_p.h index 59824573d..3ce4f22d5 100644 --- a/kexi/migration/migratemanager_p.h +++ b/kexi/migration/migratemanager_p.h @@ -30,7 +30,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 8f223ac5a..5a0cedf0b 100644 --- a/kexi/migration/mysql/mysqlmigrate.h +++ b/kexi/migration/mysql/mysqlmigrate.h @@ -30,7 +30,7 @@ namespace KexiMigration class MySQLMigrate : public KexiMigrate { Q_OBJECT - TQ_OBJECT + KEXIMIGRATION_DRIVER private: diff --git a/kexi/migration/pqxx/pqxxmigrate.h b/kexi/migration/pqxx/pqxxmigrate.h index f156bfd41..be5d80a3b 100644 --- a/kexi/migration/pqxx/pqxxmigrate.h +++ b/kexi/migration/pqxx/pqxxmigrate.h @@ -34,7 +34,7 @@ namespace KexiMigration class PqxxMigrate : public KexiMigrate { Q_OBJECT - TQ_OBJECT + KEXIMIGRATION_DRIVER public: diff --git a/kexi/plugins/forms/kexiactionselectiondialog.h b/kexi/plugins/forms/kexiactionselectiondialog.h index 983ea759a..8587287c3 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog.h +++ b/kexi/plugins/forms/kexiactionselectiondialog.h @@ -37,7 +37,7 @@ namespace KexiPart { class KEXIFORMUTILS_EXPORT KexiActionSelectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiActionSelectionDialog(KexiMainWindow* mainWin, TQWidget *parent, const KexiFormEventAction::ActionData& action, const TQCString& actionWidgetName); diff --git a/kexi/plugins/forms/kexiactionselectiondialog_p.h b/kexi/plugins/forms/kexiactionselectiondialog_p.h index 488805ee3..741bd230e 100644 --- a/kexi/plugins/forms/kexiactionselectiondialog_p.h +++ b/kexi/plugins/forms/kexiactionselectiondialog_p.h @@ -38,7 +38,7 @@ class ActionsListViewBase : public KListView class KActionsListViewBase : public ActionsListViewBase { Q_OBJECT - TQ_OBJECT + public: KActionsListViewBase(TQWidget* parent, KexiMainWindow* mainWin); virtual ~KActionsListViewBase(); diff --git a/kexi/plugins/forms/kexidatasourcepage.h b/kexi/plugins/forms/kexidatasourcepage.h index 748d5d3db..905a1f38a 100644 --- a/kexi/plugins/forms/kexidatasourcepage.h +++ b/kexi/plugins/forms/kexidatasourcepage.h @@ -38,7 +38,7 @@ class TQFrame; class KEXIFORMUTILS_EXPORT KexiDataSourcePage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiDataSourcePage(TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/forms/kexidbfactory.h b/kexi/plugins/forms/kexidbfactory.h index 67ee3527e..a5830593e 100644 --- a/kexi/plugins/forms/kexidbfactory.h +++ b/kexi/plugins/forms/kexidbfactory.h @@ -34,7 +34,7 @@ namespace KFormDesigner { class KexiDBFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: KexiDBFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/forms/kexiformmanager.h b/kexi/plugins/forms/kexiformmanager.h index 6cde85dc7..baeb74d9e 100644 --- a/kexi/plugins/forms/kexiformmanager.h +++ b/kexi/plugins/forms/kexiformmanager.h @@ -31,7 +31,7 @@ class KexiFormView; class KEXIFORMUTILS_EXPORT KexiFormManager : public KFormDesigner::FormManager { Q_OBJECT - TQ_OBJECT + public: KexiFormManager(KexiPart::Part *parent, const char* name = 0); diff --git a/kexi/plugins/forms/kexiformpart.h b/kexi/plugins/forms/kexiformpart.h index fe6670615..6a04fbef6 100644 --- a/kexi/plugins/forms/kexiformpart.h +++ b/kexi/plugins/forms/kexiformpart.h @@ -49,7 +49,7 @@ class KexiDataSourcePage; class KEXIFORMUTILS_EXPORT KexiFormPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiFormPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/forms/kexiformscrollview.h b/kexi/plugins/forms/kexiformscrollview.h index 7d2b98679..f668aacca 100644 --- a/kexi/plugins/forms/kexiformscrollview.h +++ b/kexi/plugins/forms/kexiformscrollview.h @@ -47,7 +47,7 @@ class KEXIFORMUTILS_EXPORT KexiFormScrollView : public KexiFormEventHandler { Q_OBJECT - TQ_OBJECT + KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/plugins/forms/kexiformview.h b/kexi/plugins/forms/kexiformview.h index f269abf7b..d009476a1 100644 --- a/kexi/plugins/forms/kexiformview.h +++ b/kexi/plugins/forms/kexiformview.h @@ -55,7 +55,7 @@ namespace KFormDesigner class KEXIFORMUTILS_EXPORT KexiFormView : public KexiDataAwareView { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { diff --git a/kexi/plugins/forms/widgets/kexidbautofield.h b/kexi/plugins/forms/widgets/kexidbautofield.h index 809c1186a..24423441f 100644 --- a/kexi/plugins/forms/widgets/kexidbautofield.h +++ b/kexi/plugins/forms/widgets/kexidbautofield.h @@ -40,7 +40,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField : public KFormDesigner::WidgetWithSubpropertiesInterface { Q_OBJECT - TQ_OBJECT + //'caption' is uncovered now TQ_PROPERTY(TQString labelCaption READ caption WRITE setCaption DESIGNABLE true) TQ_OVERRIDE(TQString caption READ caption WRITE setCaption DESIGNABLE true) TQ_OVERRIDE(TQColor paletteForegroundColor READ paletteForegroundColor WRITE setPaletteForegroundColor DESIGNABLE true RESET unsetPalette) diff --git a/kexi/plugins/forms/widgets/kexidbcheckbox.h b/kexi/plugins/forms/widgets/kexidbcheckbox.h index aba3314c4..daaa14bec 100644 --- a/kexi/plugins/forms/widgets/kexidbcheckbox.h +++ b/kexi/plugins/forms/widgets/kexidbcheckbox.h @@ -28,7 +28,7 @@ class KEXIFORMUTILS_EXPORT KexiDBCheckBox : public TQCheckBox, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) TQ_OVERRIDE( Tristate tristate READ isTristate WRITE setTristate ) diff --git a/kexi/plugins/forms/widgets/kexidbcombobox.h b/kexi/plugins/forms/widgets/kexidbcombobox.h index 60ed78d1b..c38027f8e 100644 --- a/kexi/plugins/forms/widgets/kexidbcombobox.h +++ b/kexi/plugins/forms/widgets/kexidbcombobox.h @@ -35,7 +35,7 @@ class KEXIFORMUTILS_EXPORT KexiDBComboBox : public KexiDBAutoField, public KexiComboBoxBase { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( bool editable READ isEditable WRITE setEditable ) //properties from KexiDBAutoField that should not be visible: TQ_OVERRIDE(TQColor paletteBackgroundColor READ paletteBackgroundColor WRITE setPaletteBackgroundColor DESIGNABLE true RESET unsetPalette) diff --git a/kexi/plugins/forms/widgets/kexidbdateedit.h b/kexi/plugins/forms/widgets/kexidbdateedit.h index 4b02a3bcb..be97e937e 100644 --- a/kexi/plugins/forms/widgets/kexidbdateedit.h +++ b/kexi/plugins/forms/widgets/kexidbdateedit.h @@ -32,7 +32,7 @@ class TQDateTimeEditor; class KEXIFORMUTILS_EXPORT KexiDBDateEdit : public TQWidget, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) // properties copied from TQDateEdit diff --git a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h index b28ff0693..c7080a1e1 100644 --- a/kexi/plugins/forms/widgets/kexidbdatetimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbdatetimeedit.h @@ -32,7 +32,7 @@ class KPopupMenu; class KEXIFORMUTILS_EXPORT KexiDBDateTimeEdit : public TQWidget, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) // properties copied from TQDateTimeEdit diff --git a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h index e693245be..e9af94d93 100644 --- a/kexi/plugins/forms/widgets/kexidbdoublespinbox.h +++ b/kexi/plugins/forms/widgets/kexidbdoublespinbox.h @@ -29,7 +29,7 @@ class KEXIFORMUTILS_EXPORT KexiDBDoubleSpinBox : public KDoubleSpinBox, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidbform.h b/kexi/plugins/forms/widgets/kexidbform.h index 297989476..90c947d2a 100644 --- a/kexi/plugins/forms/widgets/kexidbform.h +++ b/kexi/plugins/forms/widgets/kexidbform.h @@ -43,7 +43,7 @@ class KEXIFORMUTILS_EXPORT KexiDBForm : public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) TQ_PROPERTY(bool autoTabStops READ autoTabStops WRITE setAutoTabStops DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.h b/kexi/plugins/forms/widgets/kexidbimagebox.h index 860ee4c6f..93e7e244e 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.h +++ b/kexi/plugins/forms/widgets/kexidbimagebox.h @@ -38,7 +38,7 @@ class KEXIFORMUTILS_EXPORT KexiDBImageBox : public KexiSubwidgetInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType ) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly ) diff --git a/kexi/plugins/forms/widgets/kexidbintspinbox.h b/kexi/plugins/forms/widgets/kexidbintspinbox.h index a76ab0ddd..9219e9313 100644 --- a/kexi/plugins/forms/widgets/kexidbintspinbox.h +++ b/kexi/plugins/forms/widgets/kexidbintspinbox.h @@ -29,7 +29,7 @@ class KEXIFORMUTILS_EXPORT KexiDBIntSpinBox : public KIntSpinBox, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblabel.h b/kexi/plugins/forms/widgets/kexidblabel.h index f99ddc769..0ed255d9a 100644 --- a/kexi/plugins/forms/widgets/kexidblabel.h +++ b/kexi/plugins/forms/widgets/kexidblabel.h @@ -41,7 +41,7 @@ class KexiDBInternalLabel; */ class KEXIFORMUTILS_EXPORT KexiDBLabel : public TQLabel, protected KexiDBTextWidgetInterface, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true ) TQ_PROPERTY( TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true ) TQ_PROPERTY( bool shadowEnabled READ shadowEnabled WRITE setShadowEnabled DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexidblineedit.h b/kexi/plugins/forms/widgets/kexidblineedit.h index 9d85dac52..935a89a7d 100644 --- a/kexi/plugins/forms/widgets/kexidblineedit.h +++ b/kexi/plugins/forms/widgets/kexidblineedit.h @@ -47,7 +47,7 @@ class KEXIFORMUTILS_EXPORT KexiDBLineEdit : public KexiSubwidgetInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) TQ_OVERRIDE(bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbsubform.h b/kexi/plugins/forms/widgets/kexidbsubform.h index c09e5e835..3b5afa318 100644 --- a/kexi/plugins/forms/widgets/kexidbsubform.h +++ b/kexi/plugins/forms/widgets/kexidbsubform.h @@ -28,7 +28,7 @@ class KEXIFORMUTILS_EXPORT KexiDBSubForm : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString formName READ formName WRITE setFormName DESIGNABLE true) public: diff --git a/kexi/plugins/forms/widgets/kexidbtextedit.h b/kexi/plugins/forms/widgets/kexidbtextedit.h index 8e92ee6f9..4cc441d09 100644 --- a/kexi/plugins/forms/widgets/kexidbtextedit.h +++ b/kexi/plugins/forms/widgets/kexidbtextedit.h @@ -33,7 +33,7 @@ class KEXIFORMUTILS_EXPORT KexiDBTextEdit : public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) diff --git a/kexi/plugins/forms/widgets/kexidbtimeedit.h b/kexi/plugins/forms/widgets/kexidbtimeedit.h index 808316e6f..3ea5cd056 100644 --- a/kexi/plugins/forms/widgets/kexidbtimeedit.h +++ b/kexi/plugins/forms/widgets/kexidbtimeedit.h @@ -31,7 +31,7 @@ class TQDateTimeEditor; class KEXIFORMUTILS_EXPORT KexiDBTimeEdit : public TQTimeEdit, public KexiFormDataItemInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString dataSource READ dataSource WRITE setDataSource DESIGNABLE true) TQ_PROPERTY(TQCString dataSourceMimeType READ dataSourceMimeType WRITE setDataSourceMimeType DESIGNABLE true) TQ_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly DESIGNABLE true ) diff --git a/kexi/plugins/forms/widgets/kexiframe.h b/kexi/plugins/forms/widgets/kexiframe.h index ce51766c8..44197aa49 100644 --- a/kexi/plugins/forms/widgets/kexiframe.h +++ b/kexi/plugins/forms/widgets/kexiframe.h @@ -26,7 +26,7 @@ class KEXIFORMUTILS_EXPORT KexiFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + //todo Q_ENUMS( Shape Shadow ) TQ_PROPERTY( TQColor frameColor READ frameColor WRITE setFrameColor DESIGNABLE true ) //todo TQ_OVERRIDE( Shape frameShape READ frameShape WRITE setFrameShape ) diff --git a/kexi/plugins/forms/widgets/kexipushbutton.h b/kexi/plugins/forms/widgets/kexipushbutton.h index 4f9ec5f74..a84ccf79d 100644 --- a/kexi/plugins/forms/widgets/kexipushbutton.h +++ b/kexi/plugins/forms/widgets/kexipushbutton.h @@ -28,7 +28,7 @@ class KEXIFORMUTILS_EXPORT KexiPushButton : public KPushButton { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString onClickAction READ onClickAction WRITE setOnClickAction DESIGNABLE true) TQ_PROPERTY(TQString onClickActionOption READ onClickActionOption WRITE setOnClickActionOption DESIGNABLE true) diff --git a/kexi/plugins/importexport/csv/kexicsvexportwizard.h b/kexi/plugins/importexport/csv/kexicsvexportwizard.h index 7ef7020d6..24c544715 100644 --- a/kexi/plugins/importexport/csv/kexicsvexportwizard.h +++ b/kexi/plugins/importexport/csv/kexicsvexportwizard.h @@ -42,7 +42,7 @@ namespace KexiDB { class KexiCSVExportWizard : public KWizard { Q_OBJECT - TQ_OBJECT + public: KexiCSVExportWizard( const KexiCSVExport::Options& options, KexiMainWindow* mainWin, diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.h b/kexi/plugins/importexport/csv/kexicsvimportdialog.h index cbb4ac6b7..4df8a621a 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.h +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.h @@ -78,7 +78,7 @@ class KexiCSVInfoLabel; class KexiCSVImportDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum Mode { Clipboard, File /*, Column*/ }; diff --git a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h index 35d8b5cd2..f61556f43 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h +++ b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.h @@ -44,7 +44,7 @@ class KexiCSVImportOptions class KexiCSVImportOptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiCSVImportOptionsDialog( const KexiCSVImportOptions& options, TQWidget* parent = 0 ); virtual ~KexiCSVImportOptionsDialog(); diff --git a/kexi/plugins/importexport/csv/kexicsvwidgets.h b/kexi/plugins/importexport/csv/kexicsvwidgets.h index 388e62469..916ad504e 100644 --- a/kexi/plugins/importexport/csv/kexicsvwidgets.h +++ b/kexi/plugins/importexport/csv/kexicsvwidgets.h @@ -76,7 +76,7 @@ class KexiCSVInfoLabel : public TQWidget class KexiCSVDelimiterWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiCSVDelimiterWidget( bool lineEditOnBottom, TQWidget * parent = 0 ); diff --git a/kexi/plugins/macros/kexiactions/datatableaction.h b/kexi/plugins/macros/kexiactions/datatableaction.h index b713b2c7a..e3f716015 100644 --- a/kexi/plugins/macros/kexiactions/datatableaction.h +++ b/kexi/plugins/macros/kexiactions/datatableaction.h @@ -37,7 +37,7 @@ namespace KexiMacro { class DataTableAction : public KexiAction { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/kexiactions/executeaction.h b/kexi/plugins/macros/kexiactions/executeaction.h index b2cfaaeaa..04fef2dca 100644 --- a/kexi/plugins/macros/kexiactions/executeaction.h +++ b/kexi/plugins/macros/kexiactions/executeaction.h @@ -39,7 +39,7 @@ namespace KexiMacro { class ExecuteAction : public KexiAction { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/kexiactions/messageaction.h b/kexi/plugins/macros/kexiactions/messageaction.h index 5ccac9b79..da7723c3a 100644 --- a/kexi/plugins/macros/kexiactions/messageaction.h +++ b/kexi/plugins/macros/kexiactions/messageaction.h @@ -40,7 +40,7 @@ namespace KexiMacro { class MessageAction : public KexiAction { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/kexiactions/navigateaction.h b/kexi/plugins/macros/kexiactions/navigateaction.h index c5dc61ef3..449a9459f 100644 --- a/kexi/plugins/macros/kexiactions/navigateaction.h +++ b/kexi/plugins/macros/kexiactions/navigateaction.h @@ -39,7 +39,7 @@ namespace KexiMacro { class NavigateAction : public KexiAction { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/kexiactions/openaction.h b/kexi/plugins/macros/kexiactions/openaction.h index a30903fbf..092dc3719 100644 --- a/kexi/plugins/macros/kexiactions/openaction.h +++ b/kexi/plugins/macros/kexiactions/openaction.h @@ -39,7 +39,7 @@ namespace KexiMacro { class OpenAction : public KexiAction { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/macros/kexipart/keximacrodesignview.h b/kexi/plugins/macros/kexipart/keximacrodesignview.h index 520d1799e..eaa64f377 100644 --- a/kexi/plugins/macros/kexipart/keximacrodesignview.h +++ b/kexi/plugins/macros/kexipart/keximacrodesignview.h @@ -41,7 +41,7 @@ class KexiTableItem; class KexiMacroDesignView : public KexiMacroView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/kexipart/keximacroerror.h b/kexi/plugins/macros/kexipart/keximacroerror.h index e03afbcda..f8fb5756e 100644 --- a/kexi/plugins/macros/kexipart/keximacroerror.h +++ b/kexi/plugins/macros/kexipart/keximacroerror.h @@ -50,7 +50,7 @@ class KexiMainWindow; class KexiMacroError : public KexiMacroErrorBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/macros/kexipart/keximacropart.h b/kexi/plugins/macros/kexipart/keximacropart.h index 374679c04..f81093641 100644 --- a/kexi/plugins/macros/kexipart/keximacropart.h +++ b/kexi/plugins/macros/kexipart/keximacropart.h @@ -30,7 +30,7 @@ class KexiMacroPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/macros/kexipart/keximacroproperty.h b/kexi/plugins/macros/kexipart/keximacroproperty.h index 9419304e4..44ad8bd4d 100644 --- a/kexi/plugins/macros/kexipart/keximacroproperty.h +++ b/kexi/plugins/macros/kexipart/keximacroproperty.h @@ -40,7 +40,7 @@ class KexiMacroProperty , public KoProperty::CustomProperty { Q_OBJECT - TQ_OBJECT + friend class KexiMacroPropertyWidget; @@ -140,7 +140,7 @@ class KexiMacroPropertyFactory : public KoProperty::CustomPropertyFactory class KexiMacroPropertyWidget : public KoProperty::Widget { Q_OBJECT - TQ_OBJECT + public: /** Constructor. */ diff --git a/kexi/plugins/macros/kexipart/keximacrotextview.h b/kexi/plugins/macros/kexipart/keximacrotextview.h index 0acfa9eff..e8d34600a 100644 --- a/kexi/plugins/macros/kexipart/keximacrotextview.h +++ b/kexi/plugins/macros/kexipart/keximacrotextview.h @@ -32,7 +32,7 @@ namespace KoMacro { class KexiMacroTextView : public KexiMacroView { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/kexipart/keximacroview.h b/kexi/plugins/macros/kexipart/keximacroview.h index f98d394dd..c11d48e83 100644 --- a/kexi/plugins/macros/kexipart/keximacroview.h +++ b/kexi/plugins/macros/kexipart/keximacroview.h @@ -42,7 +42,7 @@ class KexiTableItem; class KexiMacroView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/lib/action.h b/kexi/plugins/macros/lib/action.h index 51e97869b..762e27ae8 100644 --- a/kexi/plugins/macros/lib/action.h +++ b/kexi/plugins/macros/lib/action.h @@ -40,7 +40,7 @@ namespace KoMacro { , public KShared // shared reference-counting { Q_OBJECT - TQ_OBJECT + /// Property to get/set the name. TQ_PROPERTY(TQString name READ name WRITE setName) diff --git a/kexi/plugins/macros/lib/context.h b/kexi/plugins/macros/lib/context.h index a7986167b..4f9621ccc 100644 --- a/kexi/plugins/macros/lib/context.h +++ b/kexi/plugins/macros/lib/context.h @@ -43,7 +43,7 @@ namespace KoMacro { , public KShared { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/lib/macro.h b/kexi/plugins/macros/lib/macro.h index 5e5decf8d..80d50deb5 100644 --- a/kexi/plugins/macros/lib/macro.h +++ b/kexi/plugins/macros/lib/macro.h @@ -44,7 +44,7 @@ namespace KoMacro { , public XMLHandler // to (un-)serialize from/to XML { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/macros/tests/actiontests.h b/kexi/plugins/macros/tests/actiontests.h index 07cf89580..fe3fb21d4 100644 --- a/kexi/plugins/macros/tests/actiontests.h +++ b/kexi/plugins/macros/tests/actiontests.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class ActionTests : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/commontests.h b/kexi/plugins/macros/tests/commontests.h index 0480c0221..e72408b7c 100644 --- a/kexi/plugins/macros/tests/commontests.h +++ b/kexi/plugins/macros/tests/commontests.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class CommonTests : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/macroitemtests.h b/kexi/plugins/macros/tests/macroitemtests.h index 7ec3625c9..902ef91ef 100644 --- a/kexi/plugins/macros/tests/macroitemtests.h +++ b/kexi/plugins/macros/tests/macroitemtests.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class MacroitemTests : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/macrotests.h b/kexi/plugins/macros/tests/macrotests.h index 4a7c20431..49d50ad5f 100644 --- a/kexi/plugins/macros/tests/macrotests.h +++ b/kexi/plugins/macros/tests/macrotests.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class MacroTests : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/testaction.h b/kexi/plugins/macros/tests/testaction.h index 9c045e3d9..43ce74bb1 100644 --- a/kexi/plugins/macros/tests/testaction.h +++ b/kexi/plugins/macros/tests/testaction.h @@ -39,7 +39,7 @@ namespace KoMacroTest { class TestAction : public KoMacro::Action { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/testobject.h b/kexi/plugins/macros/tests/testobject.h index 87bed8370..99b59da23 100644 --- a/kexi/plugins/macros/tests/testobject.h +++ b/kexi/plugins/macros/tests/testobject.h @@ -32,7 +32,7 @@ namespace KoMacroTest { class TestObject : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/variabletests.h b/kexi/plugins/macros/tests/variabletests.h index a3cd7f60d..e6474a5a1 100644 --- a/kexi/plugins/macros/tests/variabletests.h +++ b/kexi/plugins/macros/tests/variabletests.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class VariableTests : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/xmlhandlertests.h b/kexi/plugins/macros/tests/xmlhandlertests.h index 3e67742fb..12d2d0570 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests.h +++ b/kexi/plugins/macros/tests/xmlhandlertests.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class XMLHandlerTests : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/macros/tests/xmlhandlertests2.h b/kexi/plugins/macros/tests/xmlhandlertests2.h index d8f92aafd..49431b735 100644 --- a/kexi/plugins/macros/tests/xmlhandlertests2.h +++ b/kexi/plugins/macros/tests/xmlhandlertests2.h @@ -31,7 +31,7 @@ namespace KoMacroTest { class XMLHandlerTests2 : public KUnitTest::SlotTester { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kexi/plugins/queries/kexiaddparamdialog.h b/kexi/plugins/queries/kexiaddparamdialog.h index 3c5439415..cd39fe15e 100644 --- a/kexi/plugins/queries/kexiaddparamdialog.h +++ b/kexi/plugins/queries/kexiaddparamdialog.h @@ -27,7 +27,7 @@ class KexiAddParamWidget; class KexiAddParamDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiAddParamDialog(TQWidget *parent); diff --git a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h index 98e2c6fe8..43cb17187 100644 --- a/kexi/plugins/queries/kexidynamicqueryparameterdialog.h +++ b/kexi/plugins/queries/kexidynamicqueryparameterdialog.h @@ -29,7 +29,7 @@ class TQVBox; class KexiDynamicQueryParameterDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiDynamicQueryParameterDialog(TQWidget *parent,KexiDataProvider::Parameters *, const KexiDataProvider::ParameterList &); virtual ~KexiDynamicQueryParameterDialog(); diff --git a/kexi/plugins/queries/kexiquerydesignerguieditor.h b/kexi/plugins/queries/kexiquerydesignerguieditor.h index fd469f189..23012292d 100644 --- a/kexi/plugins/queries/kexiquerydesignerguieditor.h +++ b/kexi/plugins/queries/kexiquerydesignerguieditor.h @@ -59,7 +59,7 @@ namespace KexiDB class KexiQueryDesignerGuiEditor : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerGuiEditor(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/queries/kexiquerydesignersql.h b/kexi/plugins/queries/kexiquerydesignersql.h index 6f4503edf..ecb00c84e 100644 --- a/kexi/plugins/queries/kexiquerydesignersql.h +++ b/kexi/plugins/queries/kexiquerydesignersql.h @@ -35,7 +35,7 @@ class KexiQueryDesignerSQLViewPrivate; class KexiQueryDesignerSQLView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLView(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.h b/kexi/plugins/queries/kexiquerydesignersqlhistory.h index c59036385..9183764f5 100644 --- a/kexi/plugins/queries/kexiquerydesignersqlhistory.h +++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.h @@ -62,7 +62,7 @@ typedef TQPtrList<HistoryEntry> History; class KexiQueryDesignerSQLHistory : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLHistory(TQWidget *parent, const char *name=0); diff --git a/kexi/plugins/queries/kexiquerypart.h b/kexi/plugins/queries/kexiquerypart.h index f404e6e68..33399c562 100644 --- a/kexi/plugins/queries/kexiquerypart.h +++ b/kexi/plugins/queries/kexiquerypart.h @@ -44,7 +44,7 @@ class KexiProject; class KexiQueryPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiQueryPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/queries/kexiqueryview.h b/kexi/plugins/queries/kexiqueryview.h index 7eb65f1e9..faf387621 100644 --- a/kexi/plugins/queries/kexiqueryview.h +++ b/kexi/plugins/queries/kexiqueryview.h @@ -32,7 +32,7 @@ class KexiMainWindow; class KexiQueryView : public KexiDataTable { Q_OBJECT - TQ_OBJECT + public: KexiQueryView(KexiMainWindow *win, TQWidget *parent, const char *name=0); diff --git a/kexi/plugins/relations/kexirelationmaindlg.h b/kexi/plugins/relations/kexirelationmaindlg.h index 69f43242b..3e0cd5093 100644 --- a/kexi/plugins/relations/kexirelationmaindlg.h +++ b/kexi/plugins/relations/kexirelationmaindlg.h @@ -28,7 +28,7 @@ class KexiRelationWidget; class KexiRelationMainDlg : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiRelationMainDlg(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/plugins/relations/kexirelationpartimpl.h b/kexi/plugins/relations/kexirelationpartimpl.h index fc16fbe0e..96c999f8f 100644 --- a/kexi/plugins/relations/kexirelationpartimpl.h +++ b/kexi/plugins/relations/kexirelationpartimpl.h @@ -25,7 +25,7 @@ class KexiRelationPartImpl : public KexiInternalPart { Q_OBJECT - TQ_OBJECT + public: KexiRelationPartImpl(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/reports/kexireportfactory.h b/kexi/plugins/reports/kexireportfactory.h index e7c5f13ae..65f5764d3 100644 --- a/kexi/plugins/reports/kexireportfactory.h +++ b/kexi/plugins/reports/kexireportfactory.h @@ -26,7 +26,7 @@ class KexiReportFactory : public KFormDesigner::WidgetFactory { Q_OBJECT - TQ_OBJECT + public: KexiReportFactory(TQObject *parent, const char *name, const TQStringList &args); diff --git a/kexi/plugins/reports/kexireportform.h b/kexi/plugins/reports/kexireportform.h index 7898ec984..64ede0576 100644 --- a/kexi/plugins/reports/kexireportform.h +++ b/kexi/plugins/reports/kexireportform.h @@ -30,7 +30,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportForm : public TQWidget, public KFormDesigner::FormWidget { Q_OBJECT - TQ_OBJECT + public: KexiReportForm(TQWidget *parent, const char *name="kexi_dbform"); diff --git a/kexi/plugins/reports/kexireportpart.h b/kexi/plugins/reports/kexireportpart.h index 47f9d4ef2..d56da3bae 100644 --- a/kexi/plugins/reports/kexireportpart.h +++ b/kexi/plugins/reports/kexireportpart.h @@ -42,7 +42,7 @@ namespace KexiDB class KEXIREPORTUTILS_EXPORT KexiReportPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiReportPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h index df4b31909..794fa49cf 100644 --- a/kexi/plugins/reports/kexireportview.h +++ b/kexi/plugins/reports/kexireportview.h @@ -34,7 +34,7 @@ class KexiReportForm; class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView { Q_OBJECT - TQ_OBJECT + public: KexiReportScrollView(TQWidget *parent, bool preview); @@ -63,7 +63,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: enum ResizeMode { diff --git a/kexi/plugins/reports/reportwidgets.h b/kexi/plugins/reports/reportwidgets.h index 1452f41e6..4cfb182af 100644 --- a/kexi/plugins/reports/reportwidgets.h +++ b/kexi/plugins/reports/reportwidgets.h @@ -34,7 +34,7 @@ using KFormDesigner::Form; class KexiSubReport : public TQScrollView { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(TQString reportName READ reportName WRITE setReportName DESIGNABLE true); public: @@ -56,7 +56,7 @@ class KexiSubReport : public TQScrollView class Label : public TQLabel { Q_OBJECT - TQ_OBJECT + public: Label(const TQString &text, TQWidget *parent, const char *name); @@ -67,7 +67,7 @@ class Label : public TQLabel class PicLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: PicLabel(const TQPixmap &pix, TQWidget *parent, const char *name); @@ -80,7 +80,7 @@ class PicLabel : public TQLabel class ReportLine : public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY(ReportLineStyle lineStyle READ lineStyle WRITE setLineStyle) TQ_PROPERTY(int lineWidth READ lineWidth WRITE setLineWidth) TQ_PROPERTY(TQColor color READ color WRITE setColor) diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h index b3dec3602..94068ddde 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptdesignview.h @@ -46,7 +46,7 @@ namespace Kross { namespace Api { class KexiScriptDesignView : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h index a00e3aa29..ed3edc14c 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscripteditor.h @@ -36,7 +36,7 @@ namespace Kross { namespace Api { class KexiScriptEditor : public KexiEditor { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h index b2928a8fa..e51c7d45c 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.h @@ -35,7 +35,7 @@ class KexiScriptPart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/plugins/tables/kexilookupcolumnpage.h b/kexi/plugins/tables/kexilookupcolumnpage.h index d5c6d1749..203bbcf05 100644 --- a/kexi/plugins/tables/kexilookupcolumnpage.h +++ b/kexi/plugins/tables/kexilookupcolumnpage.h @@ -45,7 +45,7 @@ class TQFrame; class KexiLookupColumnPage : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiLookupColumnPage(TQWidget *parent); diff --git a/kexi/plugins/tables/kexitabledesigner_dataview.h b/kexi/plugins/tables/kexitabledesigner_dataview.h index 75552f279..7da652550 100644 --- a/kexi/plugins/tables/kexitabledesigner_dataview.h +++ b/kexi/plugins/tables/kexitabledesigner_dataview.h @@ -26,7 +26,7 @@ class KexiTableDesigner_DataView : public KexiDataTable { Q_OBJECT - TQ_OBJECT + public: KexiTableDesigner_DataView(KexiMainWindow *win, TQWidget *parent); diff --git a/kexi/plugins/tables/kexitabledesignerview.h b/kexi/plugins/tables/kexitabledesignerview.h index 5b9d02159..e73957cfd 100644 --- a/kexi/plugins/tables/kexitabledesignerview.h +++ b/kexi/plugins/tables/kexitabledesignerview.h @@ -56,7 +56,7 @@ namespace KoProperty { class KexiTableDesignerView : public KexiDataTable, public KexiTableDesignerInterface { Q_OBJECT - TQ_OBJECT + public: /*! Creates a new alter table dialog. */ diff --git a/kexi/plugins/tables/kexitabledesignerview_p.h b/kexi/plugins/tables/kexitabledesignerview_p.h index 8f647548e..206c295c7 100644 --- a/kexi/plugins/tables/kexitabledesignerview_p.h +++ b/kexi/plugins/tables/kexitabledesignerview_p.h @@ -50,7 +50,7 @@ class CommandGroup : public KMacroCommand class CommandHistory : public KCommandHistory { Q_OBJECT - TQ_OBJECT + public: CommandHistory(KActionCollection *actionCollection, bool withMenus = true); diff --git a/kexi/plugins/tables/kexitablepart.h b/kexi/plugins/tables/kexitablepart.h index 6042f365d..df8d69be1 100644 --- a/kexi/plugins/tables/kexitablepart.h +++ b/kexi/plugins/tables/kexitablepart.h @@ -35,7 +35,7 @@ class KexiLookupColumnPage; class KexiTablePart : public KexiPart::Part { Q_OBJECT - TQ_OBJECT + public: KexiTablePart(TQObject *parent, const char *name, const TQStringList &); diff --git a/kexi/tests/altertable/altertable.h b/kexi/tests/altertable/altertable.h index 9a2cdd14f..33dd7b210 100644 --- a/kexi/tests/altertable/altertable.h +++ b/kexi/tests/altertable/altertable.h @@ -31,7 +31,7 @@ class KexiDialogBase; class AlterTableTester : public TQObject { Q_OBJECT - TQ_OBJECT + public: AlterTableTester(); ~AlterTableTester(); diff --git a/kexi/tests/gui/finddialog/kexifinddialog.h b/kexi/tests/gui/finddialog/kexifinddialog.h index 63a70b5d3..fd276b1ab 100644 --- a/kexi/tests/gui/finddialog/kexifinddialog.h +++ b/kexi/tests/gui/finddialog/kexifinddialog.h @@ -29,7 +29,7 @@ class KexiFindDialog : public KexiFindDialogBase { Q_OBJECT - TQ_OBJECT + public: KexiFindDialog( bool replaceMode, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE ); virtual ~KexiFindDialog(); diff --git a/kexi/widget/kexibrowser.h b/kexi/widget/kexibrowser.h index 3f9347cb6..602fffe19 100644 --- a/kexi/widget/kexibrowser.h +++ b/kexi/widget/kexibrowser.h @@ -51,7 +51,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiBrowser : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum Features { diff --git a/kexi/widget/kexibrowser_p.h b/kexi/widget/kexibrowser_p.h index d0cc55894..bcfc9479e 100644 --- a/kexi/widget/kexibrowser_p.h +++ b/kexi/widget/kexibrowser_p.h @@ -27,7 +27,7 @@ class KexiBrowserListView : public KListView { Q_OBJECT - TQ_OBJECT + public: KexiBrowserListView(TQWidget *parent); ~KexiBrowserListView(); diff --git a/kexi/widget/kexicustompropertyfactory_p.h b/kexi/widget/kexicustompropertyfactory_p.h index 792f424c4..b51b7314e 100644 --- a/kexi/widget/kexicustompropertyfactory_p.h +++ b/kexi/widget/kexicustompropertyfactory_p.h @@ -28,7 +28,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit { Q_OBJECT - TQ_OBJECT + public: KexiImagePropertyEdit(KoProperty::Property *property, @@ -57,7 +57,7 @@ class KexiImagePropertyEdit : public KoProperty::PixmapEdit class KexiIdentifierPropertyEdit : public KoProperty::StringEdit { Q_OBJECT - TQ_OBJECT + public: KexiIdentifierPropertyEdit(KoProperty::Property *property, diff --git a/kexi/widget/kexidataawareview.h b/kexi/widget/kexidataawareview.h index 8a787bd72..317bc71c1 100644 --- a/kexi/widget/kexidataawareview.h +++ b/kexi/widget/kexidataawareview.h @@ -42,7 +42,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDataAwareView : public KexiViewBase, public KexiSearchAndReplaceViewInterface { Q_OBJECT - TQ_OBJECT + public: KexiDataAwareView(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/widget/kexidatasourcecombobox.h b/kexi/widget/kexidatasourcecombobox.h index 0ccb663ad..096fceac3 100644 --- a/kexi/widget/kexidatasourcecombobox.h +++ b/kexi/widget/kexidatasourcecombobox.h @@ -34,7 +34,7 @@ namespace KexiPart { class KEXIEXTWIDGETS_EXPORT KexiDataSourceComboBox : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KexiDataSourceComboBox(TQWidget *parent, const char *name=0); diff --git a/kexi/widget/kexidatatable.h b/kexi/widget/kexidatatable.h index 1cf392e19..b82e4f623 100644 --- a/kexi/widget/kexidatatable.h +++ b/kexi/widget/kexidatatable.h @@ -44,7 +44,7 @@ namespace KexiDB class KEXIEXTWIDGETS_EXPORT KexiDataTable : public KexiDataAwareView { Q_OBJECT - TQ_OBJECT + public: /*! CTOR1: Creates, empty table view that can be initialized later diff --git a/kexi/widget/kexidbconnectionwidget.h b/kexi/widget/kexidbconnectionwidget.h index db9bef115..30bf008c7 100644 --- a/kexi/widget/kexidbconnectionwidget.h +++ b/kexi/widget/kexidbconnectionwidget.h @@ -36,7 +36,7 @@ class KexiDBConnectionTabWidget; class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidgetBase { Q_OBJECT - TQ_OBJECT + public: KexiDBConnectionWidget( TQWidget* parent = 0, const char* name = 0 ); @@ -92,7 +92,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionWidget : public KexiDBConnectionWidg class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget { Q_OBJECT - TQ_OBJECT + public: KexiDBConnectionTabWidget( TQWidget* parent = 0, const char* name = 0 ); @@ -125,7 +125,7 @@ class KEXIEXTWIDGETS_EXPORT KexiDBConnectionTabWidget : public KTabWidget class KEXIEXTWIDGETS_EXPORT KexiDBConnectionDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /*! Creates a new connection dialog for project data \a data. diff --git a/kexi/widget/kexidbdrivercombobox.h b/kexi/widget/kexidbdrivercombobox.h index 31b4eb041..5a063ad27 100644 --- a/kexi/widget/kexidbdrivercombobox.h +++ b/kexi/widget/kexidbdrivercombobox.h @@ -47,7 +47,7 @@ A more complete example can be found in class KEXIEXTWIDGETS_EXPORT KexiDBDriverComboBox : public KComboBox { Q_OBJECT - TQ_OBJECT + public: enum Options { diff --git a/kexi/widget/kexidswelcome.h b/kexi/widget/kexidswelcome.h index 978beaad1..e2b729acd 100644 --- a/kexi/widget/kexidswelcome.h +++ b/kexi/widget/kexidswelcome.h @@ -32,7 +32,7 @@ class KexiDataSourceWizard; class KEXIEXTWIDGETS_EXPORT KexiDSWelcome : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiDSWelcome(KexiDataSourceWizard *parent); diff --git a/kexi/widget/kexieditor.h b/kexi/widget/kexieditor.h index 2c659f01d..36a1173a4 100644 --- a/kexi/widget/kexieditor.h +++ b/kexi/widget/kexieditor.h @@ -39,7 +39,7 @@ namespace KTextEditor class KEXIEXTWIDGETS_EXPORT KexiEditor : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: diff --git a/kexi/widget/kexifieldcombobox.h b/kexi/widget/kexifieldcombobox.h index 8785b73bb..bcd199c98 100644 --- a/kexi/widget/kexifieldcombobox.h +++ b/kexi/widget/kexifieldcombobox.h @@ -34,7 +34,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiFieldComboBox : public KComboBox { Q_OBJECT - TQ_OBJECT + public: KexiFieldComboBox(TQWidget *parent, const char *name = 0); diff --git a/kexi/widget/kexifieldlistview.h b/kexi/widget/kexifieldlistview.h index 536824365..a5630a300 100644 --- a/kexi/widget/kexifieldlistview.h +++ b/kexi/widget/kexifieldlistview.h @@ -35,7 +35,7 @@ namespace KexiDB { class KEXIEXTWIDGETS_EXPORT KexiFieldListView : public KListView { Q_OBJECT - TQ_OBJECT + public: //! Flags used to alter list's behaviour and appearance diff --git a/kexi/widget/kexifilterdlg.h b/kexi/widget/kexifilterdlg.h index a92824e2b..a8a51fd6b 100644 --- a/kexi/widget/kexifilterdlg.h +++ b/kexi/widget/kexifilterdlg.h @@ -30,7 +30,7 @@ class KexiProject; class KEXIEXTWIDGETS_EXPORT KexiFilterDlg : public TQDialog { Q_OBJECT - TQ_OBJECT + public: KexiFilterDlg(KexiProject *p, TQWidget *parent=0, const char *name=0); diff --git a/kexi/widget/kexiprjtypeselector.h b/kexi/widget/kexiprjtypeselector.h index 717ad7243..308678385 100644 --- a/kexi/widget/kexiprjtypeselector.h +++ b/kexi/widget/kexiprjtypeselector.h @@ -26,7 +26,7 @@ class KEXIEXTWIDGETS_EXPORT KexiPrjTypeSelector : public KexiPrjTypeSelectorBase { Q_OBJECT - TQ_OBJECT + public: KexiPrjTypeSelector( TQWidget* parent = 0 ); diff --git a/kexi/widget/kexipropertyeditorview.h b/kexi/widget/kexipropertyeditorview.h index 008e6759d..3c7c5a558 100644 --- a/kexi/widget/kexipropertyeditorview.h +++ b/kexi/widget/kexipropertyeditorview.h @@ -82,7 +82,7 @@ class KEXIEXTWIDGETS_EXPORT KexiObjectInfoLabel : public TQWidget class KEXIEXTWIDGETS_EXPORT KexiPropertyEditorView : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiPropertyEditorView(KexiMainWindow *mainWin, TQWidget* parent); diff --git a/kexi/widget/kexiquerydesignersqleditor.h b/kexi/widget/kexiquerydesignersqleditor.h index c85bec6c5..30d545f05 100644 --- a/kexi/widget/kexiquerydesignersqleditor.h +++ b/kexi/widget/kexiquerydesignersqleditor.h @@ -30,7 +30,7 @@ class KEXIEXTWIDGETS_EXPORT KexiQueryDesignerSQLEditor : public KexiEditor { Q_OBJECT - TQ_OBJECT + public: KexiQueryDesignerSQLEditor(KexiMainWindow *mainWin, TQWidget *parent, const char *name = 0); diff --git a/kexi/widget/kexiscrollview.h b/kexi/widget/kexiscrollview.h index 1fccdbd6e..ac0701c03 100644 --- a/kexi/widget/kexiscrollview.h +++ b/kexi/widget/kexiscrollview.h @@ -34,7 +34,7 @@ class KexiRecordNavigator; class KEXIEXTWIDGETS_EXPORT KexiScrollView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiScrollView(TQWidget *parent, bool preview); diff --git a/kexi/widget/kexisectionheader.h b/kexi/widget/kexisectionheader.h index a8d08a450..dec39a57c 100644 --- a/kexi/widget/kexisectionheader.h +++ b/kexi/widget/kexisectionheader.h @@ -27,7 +27,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 53efb0d16..3f8dd6151 100644 --- a/kexi/widget/kexismalltoolbutton.h +++ b/kexi/widget/kexismalltoolbutton.h @@ -29,7 +29,7 @@ class TQIconSet; class KEXIEXTWIDGETS_EXPORT KexiSmallToolButton : public TQToolButton { Q_OBJECT - TQ_OBJECT + public: KexiSmallToolButton(TQWidget* parent, const TQString& text, diff --git a/kexi/widget/pixmapcollection.h b/kexi/widget/pixmapcollection.h index 833fbd983..7f9008666 100644 --- a/kexi/widget/pixmapcollection.h +++ b/kexi/widget/pixmapcollection.h @@ -43,7 +43,7 @@ typedef TQMap<TQString, TQPair<TQString, int> > PixmapMap; class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject { Q_OBJECT - TQ_OBJECT + public: PixmapCollection(const TQString &collectionName, TQObject *parent = 0, const char *name = 0); @@ -77,7 +77,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollection : public TQObject class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PixmapCollectionEditor(PixmapCollection *collection, TQWidget *parent = 0); @@ -106,7 +106,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionEditor : public KDialogBase class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PixmapCollectionChooser(PixmapCollection *collection, const TQString &selectedItem, TQWidget *parent = 0); @@ -129,7 +129,7 @@ class KEXIEXTWIDGETS_EXPORT PixmapCollectionChooser : public KDialogBase class KEXIEXTWIDGETS_EXPORT LoadIconDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: LoadIconDialog(TQWidget *parent = 0); diff --git a/kexi/widget/relations/kexirelationview.h b/kexi/widget/relations/kexirelationview.h index 33d988b92..9fa741f62 100644 --- a/kexi/widget/relations/kexirelationview.h +++ b/kexi/widget/relations/kexirelationview.h @@ -68,7 +68,7 @@ struct SourceConnection class KEXIRELATIONSVIEW_EXPORT KexiRelationView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: KexiRelationView(TQWidget *parent, const char *name=0); diff --git a/kexi/widget/relations/kexirelationviewtable.h b/kexi/widget/relations/kexirelationviewtable.h index 6578cdd53..176cc2b80 100644 --- a/kexi/widget/relations/kexirelationviewtable.h +++ b/kexi/widget/relations/kexirelationviewtable.h @@ -40,7 +40,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainer : public TQFrame { Q_OBJECT - TQ_OBJECT + public: // KexiRelationViewTableContainer(KexiRelationView *parent, KexiDB::TableSchema *t); @@ -94,7 +94,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableItem : public KListViewItem class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView { Q_OBJECT - TQ_OBJECT + public: KexiRelationViewTable(KexiDB::TableOrQuerySchema* tableOrQuerySchema, @@ -131,7 +131,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainerHeader : public TQLabel { Q_OBJECT - TQ_OBJECT + public: KexiRelationViewTableContainerHeader(const TQString& text,TQWidget *parent); virtual ~KexiRelationViewTableContainerHeader(); diff --git a/kexi/widget/relations/kexirelationwidget.h b/kexi/widget/relations/kexirelationwidget.h index 6899a434a..2d6d2064e 100644 --- a/kexi/widget/relations/kexirelationwidget.h +++ b/kexi/widget/relations/kexirelationwidget.h @@ -44,7 +44,7 @@ namespace KexiDB class KEXIRELATIONSVIEW_EXPORT KexiRelationWidget : public KexiViewBase { Q_OBJECT - TQ_OBJECT + public: KexiRelationWidget(KexiMainWindow *win, TQWidget *parent, const char *name=0); diff --git a/kexi/widget/tableview/kexiblobtableedit.h b/kexi/widget/tableview/kexiblobtableedit.h index 77a211d23..a3b1c0f2e 100644 --- a/kexi/widget/tableview/kexiblobtableedit.h +++ b/kexi/widget/tableview/kexiblobtableedit.h @@ -36,7 +36,7 @@ class TQTextEdit; class KexiBlobTableEdit : public KexiTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiBlobTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); virtual ~KexiBlobTableEdit(); diff --git a/kexi/widget/tableview/kexibooltableedit.h b/kexi/widget/tableview/kexibooltableedit.h index 4f4ebad5b..ee43848c5 100644 --- a/kexi/widget/tableview/kexibooltableedit.h +++ b/kexi/widget/tableview/kexibooltableedit.h @@ -30,7 +30,7 @@ class KexiBoolTableEdit : public KexiTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiBoolTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexicomboboxpopup.h b/kexi/widget/tableview/kexicomboboxpopup.h index 876be9bce..7df750a67 100644 --- a/kexi/widget/tableview/kexicomboboxpopup.h +++ b/kexi/widget/tableview/kexicomboboxpopup.h @@ -35,7 +35,7 @@ namespace KexiDB { class KexiComboBoxPopup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: //js TODO: more ctors! /*! Constructor for creating a popup using definition from \a column. diff --git a/kexi/widget/tableview/kexicomboboxtableedit.h b/kexi/widget/tableview/kexicomboboxtableedit.h index 55d128c3d..52bec571c 100644 --- a/kexi/widget/tableview/kexicomboboxtableedit.h +++ b/kexi/widget/tableview/kexicomboboxtableedit.h @@ -37,7 +37,7 @@ class KexiTableViewColumn; class KexiComboBoxTableEdit : public KexiInputTableEdit, public KexiComboBoxBase { Q_OBJECT - TQ_OBJECT + public: KexiComboBoxTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexidataawarepropertyset.h b/kexi/widget/tableview/kexidataawarepropertyset.h index 8db82ba2a..ed275ab8d 100644 --- a/kexi/widget/tableview/kexidataawarepropertyset.h +++ b/kexi/widget/tableview/kexidataawarepropertyset.h @@ -53,7 +53,7 @@ class KexiDataAwareObjectInterface; class KEXIDATATABLE_EXPORT KexiDataAwarePropertySet : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! You can instantiate KexiDataAwarePropertySet object diff --git a/kexi/widget/tableview/kexidatatableview.h b/kexi/widget/tableview/kexidatatableview.h index 000762f21..8592e1b87 100644 --- a/kexi/widget/tableview/kexidatatableview.h +++ b/kexi/widget/tableview/kexidatatableview.h @@ -38,7 +38,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 2346dfd16..48b216f4b 100644 --- a/kexi/widget/tableview/kexidatetableedit.h +++ b/kexi/widget/tableview/kexidatetableedit.h @@ -34,7 +34,7 @@ class KexiDateTableEdit : public KexiInputTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiDateTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexidatetimetableedit.h b/kexi/widget/tableview/kexidatetimetableedit.h index 0e12fa849..a6fd54312 100644 --- a/kexi/widget/tableview/kexidatetimetableedit.h +++ b/kexi/widget/tableview/kexidatetimetableedit.h @@ -34,7 +34,7 @@ class KexiDateTimeTableEdit : public KexiInputTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiDateTimeTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexiinputtableedit.h b/kexi/widget/tableview/kexiinputtableedit.h index 89e642649..42539b9f4 100644 --- a/kexi/widget/tableview/kexiinputtableedit.h +++ b/kexi/widget/tableview/kexiinputtableedit.h @@ -33,7 +33,7 @@ class KEXIDATATABLE_EXPORT KexiInputTableEdit : public KexiTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiInputTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/tableview/kexitableedit.h b/kexi/widget/tableview/kexitableedit.h index 4630757cc..c78462ed2 100644 --- a/kexi/widget/tableview/kexitableedit.h +++ b/kexi/widget/tableview/kexitableedit.h @@ -39,7 +39,7 @@ namespace KexiDB { class KEXIDATATABLE_EXPORT KexiTableEdit : public TQWidget, public KexiDataItemInterface { Q_OBJECT - TQ_OBJECT + public: KexiTableEdit(KexiTableViewColumn &column, TQWidget* parent = 0); diff --git a/kexi/widget/tableview/kexitableview.h b/kexi/widget/tableview/kexitableview.h index b602168a7..f1692610d 100644 --- a/kexi/widget/tableview/kexitableview.h +++ b/kexi/widget/tableview/kexitableview.h @@ -70,7 +70,7 @@ class KEXIDATATABLE_EXPORT KexiTableView : public KexiDataAwareObjectInterface { Q_OBJECT - TQ_OBJECT + KEXI_DATAAWAREOBJECTINTERFACE public: diff --git a/kexi/widget/tableview/kexitableviewdata.h b/kexi/widget/tableview/kexitableviewdata.h index eb3d20df6..699a183a3 100644 --- a/kexi/widget/tableview/kexitableviewdata.h +++ b/kexi/widget/tableview/kexitableviewdata.h @@ -222,7 +222,7 @@ typedef TQPtrList<KexiTableItem> KexiTableViewDataBase; class KEXIDATATABLE_EXPORT KexiTableViewData : public TQObject, protected KexiTableViewDataBase { Q_OBJECT - TQ_OBJECT + public: typedef TQPtrListIterator<KexiTableItem> Iterator; diff --git a/kexi/widget/tableview/kexitableviewheader.h b/kexi/widget/tableview/kexitableviewheader.h index eae13a71f..5cb4fa0ef 100644 --- a/kexi/widget/tableview/kexitableviewheader.h +++ b/kexi/widget/tableview/kexitableviewheader.h @@ -33,7 +33,7 @@ class TQStyle; class KEXIDATATABLE_EXPORT KexiTableViewHeader : public TQHeader { Q_OBJECT - TQ_OBJECT + public: KexiTableViewHeader(TQWidget * parent = 0, const char * name = 0); diff --git a/kexi/widget/tableview/kexitimetableedit.h b/kexi/widget/tableview/kexitimetableedit.h index 0231a9bf9..785111a28 100644 --- a/kexi/widget/tableview/kexitimetableedit.h +++ b/kexi/widget/tableview/kexitimetableedit.h @@ -32,7 +32,7 @@ class KexiTimeTableEdit : public KexiInputTableEdit { Q_OBJECT - TQ_OBJECT + public: KexiTimeTableEdit(KexiTableViewColumn &column, TQWidget *parent=0); diff --git a/kexi/widget/utils/kexiarrowtip.h b/kexi/widget/utils/kexiarrowtip.h index f4d87d41c..bf1fb2303 100644 --- a/kexi/widget/utils/kexiarrowtip.h +++ b/kexi/widget/utils/kexiarrowtip.h @@ -29,7 +29,7 @@ class KEXIGUIUTILS_EXPORT KexiArrowTip : public KexiToolTip { Q_OBJECT - TQ_OBJECT + public: KexiArrowTip(const TQString& text, TQWidget* parent); virtual ~KexiArrowTip(); diff --git a/kexi/widget/utils/kexicontextmenuutils.h b/kexi/widget/utils/kexicontextmenuutils.h index 50bb96a01..b9f950bf3 100644 --- a/kexi/widget/utils/kexicontextmenuutils.h +++ b/kexi/widget/utils/kexicontextmenuutils.h @@ -50,7 +50,7 @@ class KEXIGUIUTILS_EXPORT KexiContextMenuUtils class KEXIGUIUTILS_EXPORT KexiImageContextMenu : public KPopupMenu { Q_OBJECT - TQ_OBJECT + public: KexiImageContextMenu(TQWidget *parent); diff --git a/kexi/widget/utils/kexidropdownbutton.h b/kexi/widget/utils/kexidropdownbutton.h index 178f17a72..5ffb21fb0 100644 --- a/kexi/widget/utils/kexidropdownbutton.h +++ b/kexi/widget/utils/kexidropdownbutton.h @@ -30,7 +30,7 @@ class KEXIGUIUTILS_EXPORT KexiDropDownButton : public TQToolButton { Q_OBJECT - TQ_OBJECT + public: KexiDropDownButton(TQWidget *parent); diff --git a/kexi/widget/utils/kexigradientwidget.h b/kexi/widget/utils/kexigradientwidget.h index d11c4f048..a8feb0fa1 100644 --- a/kexi/widget/utils/kexigradientwidget.h +++ b/kexi/widget/utils/kexigradientwidget.h @@ -36,7 +36,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) TQ_PROPERTY(TQColor gradientColor1 READ gradientColor1 WRITE setGradientColor1 DESIGNABLE true) diff --git a/kexi/widget/utils/kexirecordmarker.h b/kexi/widget/utils/kexirecordmarker.h index e309c5a16..5bac95714 100644 --- a/kexi/widget/utils/kexirecordmarker.h +++ b/kexi/widget/utils/kexirecordmarker.h @@ -31,7 +31,7 @@ class TQImage; class KEXIGUIUTILS_EXPORT KexiRecordMarker : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiRecordMarker(TQWidget *parent, const char* name = 0); diff --git a/kexi/widget/utils/kexirecordnavigator.h b/kexi/widget/utils/kexirecordnavigator.h index 6c666e786..78c1f3a4b 100644 --- a/kexi/widget/utils/kexirecordnavigator.h +++ b/kexi/widget/utils/kexirecordnavigator.h @@ -65,7 +65,7 @@ class KEXIGUIUTILS_EXPORT KexiRecordNavigatorHandler class KEXIGUIUTILS_EXPORT KexiRecordNavigator : public TQFrame { Q_OBJECT - TQ_OBJECT + public: KexiRecordNavigator(TQWidget *parent, int leftMargin = 0, const char *name=0); diff --git a/kexi/widget/utils/kexitooltip.h b/kexi/widget/utils/kexitooltip.h index 83d0d7e01..49ff1e1b0 100644 --- a/kexi/widget/utils/kexitooltip.h +++ b/kexi/widget/utils/kexitooltip.h @@ -27,7 +27,7 @@ class KEXIGUIUTILS_EXPORT KexiToolTip : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KexiToolTip(const TQVariant& value, TQWidget* parent); virtual ~KexiToolTip(); |
