summaryrefslogtreecommitdiffstats
path: root/kbarcode/documentitem.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:37:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 18:46:52 +0900
commitd9f688ddbd88ddbac7dec1ab360d43b74edd022c (patch)
treea8eefbc9d7e37fdd4ac90e73cc69b464e7ba692b /kbarcode/documentitem.cpp
parent9503185fc6f36b949e32376e43a1df4ef7bfff18 (diff)
downloadkbarcode-d9f688ddbd88ddbac7dec1ab360d43b74edd022c.tar.gz
kbarcode-d9f688ddbd88ddbac7dec1ab360d43b74edd022c.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbarcode/documentitem.cpp')
-rw-r--r--kbarcode/documentitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/documentitem.cpp b/kbarcode/documentitem.cpp
index d98400f..ba0f034 100644
--- a/kbarcode/documentitem.cpp
+++ b/kbarcode/documentitem.cpp
@@ -37,7 +37,7 @@ void DocumentItem::init()
{
m_canvasitem = NULL;
m_token = NULL;
- m_device = TQT_TQPAINTDEVICE(TDEApplication::desktop());
+ m_device = TDEApplication::desktop();
m_z = 0;
m_border = true;