summaryrefslogtreecommitdiffstats
path: root/src/qalculateeditfunctiondialog.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-26 12:46:23 +0900
commite2bfe5bf8e916c2fe9aca26723b3739605f44bc3 (patch)
treee293e7098adb73a5e8f6335cacf0a1df6df564bc /src/qalculateeditfunctiondialog.h
parentef31b019c508c187a3d86f31caf8d1301a8972df (diff)
downloadqalculate-tde-e2bfe5bf.tar.gz
qalculate-tde-e2bfe5bf.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f161d71e606053aafc7019cc939e856282a29a78)
Diffstat (limited to 'src/qalculateeditfunctiondialog.h')
-rw-r--r--src/qalculateeditfunctiondialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qalculateeditfunctiondialog.h b/src/qalculateeditfunctiondialog.h
index 5670ebc..5c8d624 100644
--- a/src/qalculateeditfunctiondialog.h
+++ b/src/qalculateeditfunctiondialog.h
@@ -44,7 +44,7 @@ class UserFunction;
*/
class QalculateEditFunctionDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -88,7 +88,7 @@ protected slots:
class QalculateEditSubFunctionsDialog : public KDialog {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -115,7 +115,7 @@ public slots:
class QalculateEditArgumentDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public: