summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:49:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 00:33:36 +0900
commitd9897a720a017e8b3c56463d507f6ed6c0d1dad6 (patch)
treebf9fc8c5e15a3363f7b45468870d4dd7260d3007 /src
parent4b8d607103db317a36c944df3419ff224392bd97 (diff)
downloaddbus-1-tqt-d9897a720a017e8b3c56463d507f6ed6c0d1dad6.tar.gz
dbus-1-tqt-d9897a720a017e8b3c56463d507f6ed6c0d1dad6.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/tools/dbusxml2qt3/classgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp
index 0f54fd8..10f982d 100644
--- a/src/tools/dbusxml2qt3/classgen.cpp
+++ b/src/tools/dbusxml2qt3/classgen.cpp
@@ -946,8 +946,8 @@ bool ClassGenerator::initStreams(const TQString& baseName,
return false;
}
- headerStream.setDevice(TQT_TQIODEVICE(headerFile));
- sourceStream.setDevice(TQT_TQIODEVICE(sourceFile));
+ headerStream.setDevice(headerFile);
+ sourceStream.setDevice(sourceFile);
// create header
writeFileHeader(headerStream);