[Uml-devel] kdesdk/umbrello/umbrello
Simon Hausmann
hausmann at kde.org
Mon Jun 30 01:35:07 UTC 2003
CVS commit by hausmann:
- make it compile
M +1 -1 uml.cpp 1.43
--- kdesdk/umbrello/umbrello/uml.cpp #1.42:1.43
@@ -705,5 +705,5 @@ void UMLApp::slotFilePrint()
printer.addDialogPage(selectPage);
QString msg;
- if (printer.setup(this, i18n("Print %1").arg(doc->URL()->prettyURL()))) {
+ if (printer.setup(this, i18n("Print %1").arg(doc->URL().prettyURL()))) {
doc -> print(&printer);
More information about the umbrello-devel
mailing list