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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dbusxml2qt3/classgen.cpp b/src/tools/dbusxml2qt3/classgen.cpp
index 95569d1..f7985ad 100644
--- a/src/tools/dbusxml2qt3/classgen.cpp
+++ b/src/tools/dbusxml2qt3/classgen.cpp
@@ -373,10 +373,10 @@ static void writeInterfaceIncludes(const TQValueList<Class> interfaces,
TQValueList<Class>::const_iterator endIt = interfaces.end();
for (; it != endIt; ++it)
{
- stream << "#include \"" << (*it).name.lower() << "interface.h\"" << endl;
+ stream << "#include \"" << (*it).name.lower() << "Interface.h\"" << endl;
}
- stream << "#include \"introspectableinterface.h\"" << endl;
+ stream << "#include \"introspectableInterface.h\"" << endl;
stream << endl;
}