[Uml-devel] KDE/kdesdk/umbrello/umbrello
Laurent Montel
montel at kde.org
Thu Sep 21 18:40:43 UTC 2006
SVN commit 587148 by mlaurent:
Deprecated--
M +1 -1 aligntoolbar.cpp
M +2 -2 codegenerators/rubycodegenerationpolicy.cpp
M +1 -1 dialogs/classifierlistpage.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/aligntoolbar.cpp #587147:587148
@@ -392,7 +392,7 @@
} else {
KMessageBox::messageBox(0, KMessageBox::Information,
i18n("For alignment you have to select at least 2 objects like classes or actors. You can not align associations."),
- i18n("Information"), i18n("&OK"), QString("")
+ i18n("Information"), KGuiItem(i18n("&OK")), KGuiItem(QString(""))
, "showAlignInformation"
);
} // if (widgetList.count() > 1)
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/rubycodegenerationpolicy.cpp #587147:587148
@@ -140,8 +140,8 @@
// now do ruby specific stuff
config -> setGroup("Ruby Code Generation");
- setAutoGenerateAttribAccessors(config->readBoolEntry("autoGenAccessors",DEFAULT_AUTO_GEN_ATTRIB_ACCESSORS));
- setAutoGenerateAssocAccessors(config->readBoolEntry("autoGenAssocAccessors",DEFAULT_AUTO_GEN_ASSOC_ACCESSORS));
+ setAutoGenerateAttribAccessors(config->readEntry("autoGenAccessors",DEFAULT_AUTO_GEN_ATTRIB_ACCESSORS));
+ setAutoGenerateAssocAccessors(config->readEntry("autoGenAssocAccessors",DEFAULT_AUTO_GEN_ASSOC_ACCESSORS));
blockSignals(false); // "as you were citizen"
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/classifierlistpage.cpp #587147:587148
@@ -485,7 +485,7 @@
// Reason: getItemList() returns only a subset of all entries
// in UMLClassifier::m_List.
takeItem(currentAtt, false, index); // now we index the UMLClassifier::m_List
- kdDebug() << "ClassifierListPage::slotDownClicked(" << currentAtt->getName()
+ kDebug() << "ClassifierListPage::slotDownClicked(" << currentAtt->getName()
<< "): peer index in UMLCanvasItem::m_List is " << index << endl;
addClassifier(currentAtt, getItemList().count());
printItemList("itemList after change: ");
More information about the umbrello-devel
mailing list