diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 14:32:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-26 12:46:23 +0900 |
commit | e2bfe5bf8e916c2fe9aca26723b3739605f44bc3 (patch) | |
tree | e293e7098adb73a5e8f6335cacf0a1df6df564bc /src/qalculateeditdatasetdialog.h | |
parent | ef31b019c508c187a3d86f31caf8d1301a8972df (diff) | |
download | qalculate-tde-e2bfe5bf8e916c2fe9aca26723b3739605f44bc3.tar.gz qalculate-tde-e2bfe5bf8e916c2fe9aca26723b3739605f44bc3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f161d71e606053aafc7019cc939e856282a29a78)
Diffstat (limited to 'src/qalculateeditdatasetdialog.h')
-rw-r--r-- | src/qalculateeditdatasetdialog.h | 6 |
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: |