diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:24 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:24 -0500 |
| commit | a77f89e1d2793ea3fdb5f481c52791dcfee45c9d (patch) | |
| tree | 8ef21f4444a2e00b7b68fd43069e40712cd1c6c1 /src/entrywidgetpublication.cpp | |
| parent | 35eb9e0b167ca846eb1076546fa0c4b289459672 (diff) | |
| download | kbibtex-a77f89e1d2793ea3fdb5f481c52791dcfee45c9d.tar.gz kbibtex-a77f89e1d2793ea3fdb5f481c52791dcfee45c9d.zip | |
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, unknownr14.0.0
Diffstat (limited to 'src/entrywidgetpublication.cpp')
| -rw-r--r-- | src/entrywidgetpublication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |
