summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/classgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dbusxml2qt3/classgen.cpp')
-rw-r--r--src/tools/dbusxml2qt3/classgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp
index 12051c0..1718340 100644
--- a/src/tools/dbusxml2qt3/classgen.cpp
+++ b/src/tools/dbusxml2qt3/classgen.cpp
@@ -373,7 +373,7 @@ static void writeInterfaceIncludes(const TQValueList<Class> interfaces,
TQValueList<Class>::const_iterator endIt = interfaces.end();
for (; it != endIt; ++it)
{
- stream << "#include \"" << (*it).name.lower() << ".h\"" << endl;
+ stream << "#include \"" << (*it).name.lower() << "interface.h\"" << endl;
}
stream << "#include \"introspectableinterface.h\"" << endl;