summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetpublication.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-22 01:27:24 -0500
committerTimothy Pearson <[email protected]>2014-10-22 01:27:24 -0500
commita77f89e1d2793ea3fdb5f481c52791dcfee45c9d (patch)
tree8ef21f4444a2e00b7b68fd43069e40712cd1c6c1 /src/entrywidgetpublication.cpp
parent35eb9e0b167ca846eb1076546fa0c4b289459672 (diff)
downloadkbibtex-3aee783326f3abeeb3e7e61a95ede5158bc1f02d.tar.gz
kbibtex-3aee783326f3abeeb3e7e61a95ede5158bc1f02d.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.cpp2
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 );