From a77f89e1d2793ea3fdb5f481c52791dcfee45c9d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:24 -0500 Subject: Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown --- src/entrywidgetpublication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entrywidgetpublication.cpp') diff --git a/src/entrywidgetpublication.cpp b/src/entrywidgetpublication.cpp index b961ff2..efeb8eb 100644 --- a/src/entrywidgetpublication.cpp +++ b/src/entrywidgetpublication.cpp @@ -428,7 +428,7 @@ namespace KBibTeX TQHBoxLayout *innerLayout = new TQHBoxLayout(); gridLayout->addLayout( innerLayout, 3, 1 ); m_pushButtonMonths = new TQPushButton( this, "m_pushButtonMonths" ); - m_pushButtonMonths->setIconSet( TQIconSet( SmallIcon( "vcalendar" ) ) ); + m_pushButtonMonths->setIconSet( TQIconSet( SmallIcon( "x-office-calendar" ) ) ); m_pushButtonMonths->setSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Minimum ); m_pushButtonMonths->setEnabled( !m_isReadOnly ); innerLayout->addWidget( m_pushButtonMonths ); -- cgit v1.2.3