diff options
Diffstat (limited to 'kexi/core')
-rw-r--r-- | kexi/core/kexiactionproxy_p.h | 2 | ||||
-rw-r--r-- | kexi/core/kexiblobbuffer.h | 2 | ||||
-rw-r--r-- | kexi/core/kexicontexthelp.h | 2 | ||||
-rw-r--r-- | kexi/core/kexidialogbase.h | 2 | ||||
-rw-r--r-- | kexi/core/kexiinternalpart.h | 2 | ||||
-rw-r--r-- | kexi/core/keximainwindow.h | 2 | ||||
-rw-r--r-- | kexi/core/kexipart.h | 2 | ||||
-rw-r--r-- | kexi/core/kexipartmanager.h | 2 | ||||
-rw-r--r-- | kexi/core/kexiproject.h | 2 | ||||
-rw-r--r-- | kexi/core/kexisharedactionhost_p.h | 2 | ||||
-rw-r--r-- | kexi/core/kexiuseraction.h | 2 | ||||
-rw-r--r-- | kexi/core/kexiviewbase.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/kexi/core/kexiactionproxy_p.h b/kexi/core/kexiactionproxy_p.h index f2212523..07931b9c 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 adf307a0..73c54549 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 d28c8e2a..92afe807 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 d98e9d04..e9bc8018 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 596f8dd4..50bb7f1f 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 ad6c613b..e03fa328 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 c448b8bf..752140d1 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 c7506e66..726fbca8 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 3a246505..a8297f50 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 841a014c..605cc681 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 b7111bd1..57b82984 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 564f5a20..b0984157 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); |