summaryrefslogtreecommitdiffstats
path: root/superkaramba
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:37:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 20:04:04 +0900
commit3259610145b31e45dd140fb95db2e4d1f9d90c92 (patch)
tree804f19bf98dc1cf41b0e7ddcb3180293acbef8d3 /superkaramba
parentcc39f08938ba6336c0d7f54047a3578dc5310cfc (diff)
downloadtdeutils-3259610145b31e45dd140fb95db2e4d1f9d90c92.tar.gz
tdeutils-3259610145b31e45dd140fb95db2e4d1f9d90c92.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8a2b3d6ccafeb41579d50dccaec38febb9af6369)
Diffstat (limited to 'superkaramba')
-rw-r--r--superkaramba/examples/openCloseTheme/1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/examples/openCloseTheme/1.py b/superkaramba/examples/openCloseTheme/1.py
index 26281aa..fa659e0 100644
--- a/superkaramba/examples/openCloseTheme/1.py
+++ b/superkaramba/examples/openCloseTheme/1.py
@@ -1,7 +1,7 @@
import dcop
import dcopext
import karamba
-from qt import QString, QCString
+from qt import TQString, QCString
def closeTheme(theme):
dc = dcop.DCOPClient()