diff options
Diffstat (limited to 'src/tools/dbusxml2qt3/classgen.cpp')
-rw-r--r-- | src/tools/dbusxml2qt3/classgen.cpp | 4 |
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); |