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 57d351ce..5a3f8424 100644 --- a/kexi/core/kexiactionproxy_p.h +++ b/kexi/core/kexiactionproxy_p.h @@ -27,7 +27,7 @@ class KexiActionProxy; //! Helper class for KexiActionProxy::plugSharedActionToExternalGUI() method. class TDEAction_setEnabled_Helper : public TQObject { - Q_OBJECT + TQ_OBJECT public: TDEAction_setEnabled_Helper(KexiActionProxy* proxy); diff --git a/kexi/core/kexiblobbuffer.h b/kexi/core/kexiblobbuffer.h index 73c54549..5207818e 100644 --- a/kexi/core/kexiblobbuffer.h +++ b/kexi/core/kexiblobbuffer.h @@ -79,7 +79,7 @@ namespace KexiDB */ class KEXICORE_EXPORT KexiBLOBBuffer : public TQObject { - Q_OBJECT + TQ_OBJECT private: diff --git a/kexi/core/kexicontexthelp.h b/kexi/core/kexicontexthelp.h index 92afe807..c9a4b118 100644 --- a/kexi/core/kexicontexthelp.h +++ b/kexi/core/kexicontexthelp.h @@ -26,7 +26,7 @@ class KEXICORE_EXPORT KexiContextHelp : public KoContextHelpWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexidialogbase.h b/kexi/core/kexidialogbase.h index ae1169a9..212aa0f1 100644 --- a/kexi/core/kexidialogbase.h +++ b/kexi/core/kexidialogbase.h @@ -77,7 +77,7 @@ class KEXICORE_EXPORT KexiDialogBase : public KexiActionProxy, public Kexi::ObjectStatus { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiinternalpart.h b/kexi/core/kexiinternalpart.h index 50bb7f1f..cc707b9e 100644 --- a/kexi/core/kexiinternalpart.h +++ b/kexi/core/kexiinternalpart.h @@ -48,7 +48,7 @@ class TQWidget; */ class KEXICORE_EXPORT KexiInternalPart : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/keximainwindow.h b/kexi/core/keximainwindow.h index 1f14e0d6..7e238b2d 100644 --- a/kexi/core/keximainwindow.h +++ b/kexi/core/keximainwindow.h @@ -44,7 +44,7 @@ namespace KexiPart { */ class KEXICORE_EXPORT KexiMainWindow : public KMdiMainFrm, public KexiSharedActionHost { - Q_OBJECT + TQ_OBJECT public: //! Used by printActionForItem() diff --git a/kexi/core/kexipart.h b/kexi/core/kexipart.h index 1d800854..ecedf7e9 100644 --- a/kexi/core/kexipart.h +++ b/kexi/core/kexipart.h @@ -64,7 +64,7 @@ enum ObjectTypes { */ class KEXICORE_EXPORT Part : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexipartmanager.h b/kexi/core/kexipartmanager.h index 726fbca8..21150dd9 100644 --- a/kexi/core/kexipartmanager.h +++ b/kexi/core/kexipartmanager.h @@ -67,7 +67,7 @@ namespace KexiPart */ class KEXICORE_EXPORT Manager : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiproject.h b/kexi/core/kexiproject.h index a8297f50..2be68229 100644 --- a/kexi/core/kexiproject.h +++ b/kexi/core/kexiproject.h @@ -66,7 +66,7 @@ class KexiDialogBase; */ class KEXICORE_EXPORT KexiProject : public TQObject, public KexiDB::Object { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexisharedactionhost_p.h b/kexi/core/kexisharedactionhost_p.h index 9c93a548..f2c2e2ae 100644 --- a/kexi/core/kexisharedactionhost_p.h +++ b/kexi/core/kexisharedactionhost_p.h @@ -41,7 +41,7 @@ class KexiVolatileActionData //! @internal class KEXICORE_EXPORT KexiSharedActionHostPrivate : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiuseraction.h b/kexi/core/kexiuseraction.h index c64e08cd..fb5bfb1a 100644 --- a/kexi/core/kexiuseraction.h +++ b/kexi/core/kexiuseraction.h @@ -18,7 +18,7 @@ typedef TQValueVector<TQVariant> Arguments; */ class KEXICORE_EXPORT KexiUserAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/core/kexiviewbase.h b/kexi/core/kexiviewbase.h index adca7622..8102a9c4 100644 --- a/kexi/core/kexiviewbase.h +++ b/kexi/core/kexiviewbase.h @@ -51,7 +51,7 @@ namespace KexiDB { */ class KEXICORE_EXPORT KexiViewBase : public TQWidget, public KexiActionProxy { - Q_OBJECT + TQ_OBJECT public: |