summaryrefslogtreecommitdiffstats
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-05 12:01:21 +0900
commit49dca60be82a253456930ebfe4a614effa875492 (patch)
treebf9fc8c5e15a3363f7b45468870d4dd7260d3007
parent122c2a5a03e410e4961c72227a14907b2d8c00f0 (diff)
downloaddbus-1-tqt-49dca60be82a253456930ebfe4a614effa875492.tar.gz
dbus-1-tqt-49dca60be82a253456930ebfe4a614effa875492.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d9897a720a017e8b3c56463d507f6ed6c0d1dad6)
-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);