From 58b75c0577a9f9c24fbc4934829242a54be7cf43 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:25:46 -0500 Subject: Fix remaining issues from mimetype icon rename --- umbrello/umbrello/dialogs/umlviewdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbrello/umbrello/dialogs/umlviewdialog.cpp b/umbrello/umbrello/dialogs/umlviewdialog.cpp index f5b5f1e8..0e2db772 100644 --- a/umbrello/umbrello/dialogs/umlviewdialog.cpp +++ b/umbrello/umbrello/dialogs/umlviewdialog.cpp @@ -90,7 +90,7 @@ void UMLViewDialog::setupClassPage() { return; } - TQFrame * newPage = addPage( i18n("Display"), i18n("Classes Display Options"), DesktopIcon( "info") ); + TQFrame * newPage = addPage( i18n("Display"), i18n("Classes Display Options"), DesktopIcon( "application-vnd.tde.info") ); TQHBoxLayout * m_pOptionsLayout = new TQHBoxLayout( newPage ); m_pOptionsPage = new ClassOptionsPage( newPage, &m_options ); m_pOptionsLayout -> addWidget( m_pOptionsPage ); -- cgit v1.2.1