summaryrefslogtreecommitdiffstats
path: root/src/qalculateexpressionedit.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/qalculateexpressionedit.h
parentef31b019c508c187a3d86f31caf8d1301a8972df (diff)
downloadqalculate-tde-e2bfe5bf8e916c2fe9aca26723b3739605f44bc3.tar.gz
qalculate-tde-e2bfe5bf8e916c2fe9aca26723b3739605f44bc3.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/qalculateexpressionedit.h')
-rw-r--r--src/qalculateexpressionedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qalculateexpressionedit.h b/src/qalculateexpressionedit.h
index 79545a6..9154eba 100644
--- a/src/qalculateexpressionedit.h
+++ b/src/qalculateexpressionedit.h
@@ -33,7 +33,7 @@ class TQListBoxItem;
class QalculateExpressionEdit : public KLineEdit {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -83,7 +83,7 @@ protected:
class QalculateExpressionEditCompletionBox : public TDECompletionBox {
- Q_OBJECT
+ TQ_OBJECT
public: