summaryrefslogtreecommitdiffstats
path: root/kexi/core
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core')
-rw-r--r--kexi/core/kexiactionproxy_p.h2
-rw-r--r--kexi/core/kexiblobbuffer.h2
-rw-r--r--kexi/core/kexicontexthelp.h2
-rw-r--r--kexi/core/kexidialogbase.h2
-rw-r--r--kexi/core/kexiinternalpart.h2
-rw-r--r--kexi/core/keximainwindow.h2
-rw-r--r--kexi/core/kexipart.h2
-rw-r--r--kexi/core/kexipartmanager.h2
-rw-r--r--kexi/core/kexiproject.h2
-rw-r--r--kexi/core/kexisharedactionhost_p.h2
-rw-r--r--kexi/core/kexiuseraction.h2
-rw-r--r--kexi/core/kexiviewbase.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/kexi/core/kexiactionproxy_p.h b/kexi/core/kexiactionproxy_p.h
index 57d351ce1..5a3f84243 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 73c54549e..5207818ef 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 92afe8079..c9a4b118b 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 ae1169a91..212aa0f12 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 50bb7f1fe..cc707b9ee 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 1f14e0d68..7e238b2df 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 1d8008549..ecedf7e90 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 726fbca81..21150dd97 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 a8297f502..2be68229b 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 9c93a548b..f2c2e2ae3 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 c64e08cd7..fb5bfb1a4 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 adca7622d..8102a9c41 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: