summaryrefslogtreecommitdiffstats
path: root/src/tqtraylabel.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:05:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 13:17:02 +0900
commitdae376aa6efeedd280c7eb309a2d36248f3455ee (patch)
tree543769c30c9753b7ef6e36f69752665f984abee9 /src/tqtraylabel.h
parentdee19ae79d07a67e32f3341ad825aa037c1d2d20 (diff)
downloadtdedocker-dae376aa6efeedd280c7eb309a2d36248f3455ee.tar.gz
tdedocker-dae376aa6efeedd280c7eb309a2d36248f3455ee.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1dc0f72721fe6ea09bc2cd42d78c58b1ba4f2f0f)
Diffstat (limited to 'src/tqtraylabel.h')
-rw-r--r--src/tqtraylabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tqtraylabel.h b/src/tqtraylabel.h
index 17a3fce..d75e649 100644
--- a/src/tqtraylabel.h
+++ b/src/tqtraylabel.h
@@ -51,7 +51,7 @@ class TDEToggleAction;
class TQTrayLabel : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQTrayLabel(Window w, TQWidget *p = NULL, const TQString &text = TQString::null);