summaryrefslogtreecommitdiffstats
path: root/tdeprint/tools/escputil
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-09 17:18:13 +0900
committerMichele Calgaro <[email protected]>2023-08-09 17:18:13 +0900
commit23278d259378e17087bf9aeaa5e45974dfb74bce (patch)
tree6f823898e2ef1c01fc119740aa337e885db4d4f8 /tdeprint/tools/escputil
parentc0b74ba868682f39c41a9f70ae11297425b711e1 (diff)
downloadtdelibs-23278d259378e17087bf9aeaa5e45974dfb74bce.tar.gz
tdelibs-23278d259378e17087bf9aeaa5e45974dfb74bce.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint/tools/escputil')
-rw-r--r--tdeprint/tools/escputil/escpwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tools/escputil/escpwidget.cpp b/tdeprint/tools/escputil/escpwidget.cpp
index 59ae3982d..a3a395aaf 100644
--- a/tdeprint/tools/escputil/escpwidget.cpp
+++ b/tdeprint/tools/escputil/escpwidget.cpp
@@ -243,7 +243,7 @@ void EscpWidget::slotReceivedStderr(TDEProcess*, char *buf, int len)
void EscpWidget::slotButtonClicked()
{
- TQString arg = TQT_TQOBJECT_CONST(sender())->name();
+ TQString arg = sender()->name();
startCommand(arg);
}