summaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_label.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-08 13:26:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-09 15:45:21 +0900
commit35d1f217751ee0b9b0e04648f288739ef56f0e67 (patch)
tree805f33481b8fa33784668f671bf4a15fe02a82dc /src/modules/objects/class_label.cpp
parent039fcfa844aec2a1ce7a2ce97671504e00ec4c5a (diff)
downloadkvirc-35d1f217751ee0b9b0e04648f288739ef56f0e67.tar.gz
kvirc-35d1f217751ee0b9b0e04648f288739ef56f0e67.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eab2995851748c44d333fe168a1c141ccee193ab)
Diffstat (limited to 'src/modules/objects/class_label.cpp')
-rw-r--r--src/modules/objects/class_label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_label.cpp b/src/modules/objects/class_label.cpp
index f160565e..c393943f 100644
--- a/src/modules/objects/class_label.cpp
+++ b/src/modules/objects/class_label.cpp
@@ -223,7 +223,7 @@ KVSO_END_CONSTRUCTOR(KviKvsObject_label)
bool KviKvsObject_label::init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams)
{
- setObject(TQT_TQOBJECT(new TQLabel(parentScriptWidget(), name())), true);
+ setObject(new TQLabel(parentScriptWidget(), name()), true);
return true;
}