summaryrefslogtreecommitdiffstats
path: root/kexi/widget/relations
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
committerMichele Calgaro <[email protected]>2023-07-22 10:29:56 +0900
commitef14fba42c78a96d905c42632a62dc11f353b1c3 (patch)
treead32afdaaa32b215fe8b9be49fbf578d30a556d3 /kexi/widget/relations
parent8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff)
downloadkoffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.tar.gz
koffice-ef14fba42c78a96d905c42632a62dc11f353b1c3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'kexi/widget/relations')
-rw-r--r--kexi/widget/relations/kexirelationview.h2
-rw-r--r--kexi/widget/relations/kexirelationviewtable.h6
-rw-r--r--kexi/widget/relations/kexirelationwidget.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/kexi/widget/relations/kexirelationview.h b/kexi/widget/relations/kexirelationview.h
index e801b801..f2ddab10 100644
--- a/kexi/widget/relations/kexirelationview.h
+++ b/kexi/widget/relations/kexirelationview.h
@@ -67,7 +67,7 @@ struct SourceConnection
*/
class KEXIRELATIONSVIEW_EXPORT KexiRelationView : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kexi/widget/relations/kexirelationviewtable.h b/kexi/widget/relations/kexirelationviewtable.h
index 25faf896..bf5ab23e 100644
--- a/kexi/widget/relations/kexirelationviewtable.h
+++ b/kexi/widget/relations/kexirelationviewtable.h
@@ -39,7 +39,7 @@ namespace KexiDB
class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainer : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -93,7 +93,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableItem : public TDEListViewIte
class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -130,7 +130,7 @@ class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTable : public KexiFieldListView
class KEXIRELATIONSVIEW_EXPORT KexiRelationViewTableContainerHeader : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
KexiRelationViewTableContainerHeader(const TQString& text,TQWidget *parent);
diff --git a/kexi/widget/relations/kexirelationwidget.h b/kexi/widget/relations/kexirelationwidget.h
index c71b6e18..9ab1d5f4 100644
--- a/kexi/widget/relations/kexirelationwidget.h
+++ b/kexi/widget/relations/kexirelationwidget.h
@@ -43,7 +43,7 @@ namespace KexiDB
class KEXIRELATIONSVIEW_EXPORT KexiRelationWidget : public KexiViewBase
{
- Q_OBJECT
+ TQ_OBJECT
public: