[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Jan 2 09:59:01 UTC 2006
SVN commit 493602 by okellogg:
apply commit 493599 from branches/KDE/3.5
M +1 -1 adaimport.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/adaimport.cpp #493601:493602
@@ -76,7 +76,7 @@
if (filename.contains('/')) {
QString path = filename;
path.remove( QRegExp("/[^/]+$") );
- kdDebug() << "IDLImport::parseFile: adding path " << path << endl;
+ kdDebug() << "AdaImport::parseFile: adding path " << path << endl;
Import_Utils::addIncludePath(path);
}
if (! QFile::exists(filename)) {
More information about the umbrello-devel
mailing list