summaryrefslogtreecommitdiffstats
path: root/src/qalculateeditdatasetdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:32:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:32:51 +0900
commitf161d71e606053aafc7019cc939e856282a29a78 (patch)
tree3ce4c31ebe6bb9f55c526b816c1b3192cb5e12ff /src/qalculateeditdatasetdialog.h
parent933d4190ce83b2beafeb66819ea47d1abfe28b82 (diff)
downloadqalculate-tde-f161d71e606053aafc7019cc939e856282a29a78.tar.gz
qalculate-tde-f161d71e606053aafc7019cc939e856282a29a78.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/qalculateeditdatasetdialog.h')
-rw-r--r--src/qalculateeditdatasetdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qalculateeditdatasetdialog.h b/src/qalculateeditdatasetdialog.h
index e85de7d..c4f3c7a 100644
--- a/src/qalculateeditdatasetdialog.h
+++ b/src/qalculateeditdatasetdialog.h
@@ -45,7 +45,7 @@ class TQLineEdit;
*/
class QalculateEditDataSetDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -85,7 +85,7 @@ protected slots:
class QalculateEditDataPropertyDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -115,7 +115,7 @@ protected slots:
class QalculateEditDataPropertyNamesDialog : public KDialog {
- Q_OBJECT
+ TQ_OBJECT
public: