summaryrefslogtreecommitdiffstats
path: root/src/tools/dbusxml2qt3/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dbusxml2qt3/main.cpp')
-rw-r--r--src/tools/dbusxml2qt3/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dbusxml2qt3/main.cpp b/src/tools/dbusxml2qt3/main.cpp
index 0208072..ea135f7 100644
--- a/src/tools/dbusxml2qt3/main.cpp
+++ b/src/tools/dbusxml2qt3/main.cpp
@@ -336,7 +336,7 @@ int main(int argc, char** argv)
exit(3);
}
- nodeClassName.replace('/', "_");
+ nodeClassName.replace('/', "::");
}
TQStringList nameParts = TQStringList::split("::", nodeClassName);