summaryrefslogtreecommitdiffstats
path: root/chalk/core/createdcop.py
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-23 15:51:24 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-23 15:51:24 +0100
commit21c6548234338921fe97ec67148e9fa753c694b4 (patch)
tree3432057bff20868f762ffe12fe42924be193dce4 /chalk/core/createdcop.py
parent86480e58eafc1fa3486e03155ed34e02b4595a24 (diff)
downloadkoffice-21c6548234338921fe97ec67148e9fa753c694b4.tar.gz
koffice-21c6548234338921fe97ec67148e9fa753c694b4.zip
Update after renaming qt => tqt in PyTQt module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'chalk/core/createdcop.py')
-rwxr-xr-xchalk/core/createdcop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py
index f51b3968..cefe3fd8 100755
--- a/chalk/core/createdcop.py
+++ b/chalk/core/createdcop.py
@@ -26,7 +26,7 @@ dcopiface_header = """/* This file is part of the KDE project
#include <dcopref.h>
#include <dcopobj.h>
-#include <qstring.h>
+#include <tqstring.h>
class %(classname)s;