|
|
|
@ -108,7 +108,7 @@ void DiagramPrintPage::getOptions( TQMap<TQString,TQString>& opts, bool /*inclde
|
|
|
|
|
int listCount = m_pSelectLB -> count();
|
|
|
|
|
int count = 0;
|
|
|
|
|
|
|
|
|
|
TQString diagram(i18n("kde-uml-Diagram"));
|
|
|
|
|
TQString diagram(i18n("TDE-UML-Diagram"));
|
|
|
|
|
for(int i=0;i<listCount;i++) {
|
|
|
|
|
if(m_pSelectLB -> isSelected(i)) {
|
|
|
|
|
UMLView *view = (UMLView *)m_pDoc -> findView(m_nIdList[i]);
|
|
|
|
|