summaryrefslogtreecommitdiffstats
path: root/src/reportdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-22 14:24:15 -0500
committerTimothy Pearson <[email protected]>2014-10-22 14:24:15 -0500
commit1aab22d8c2325be30d33c9d5f2f0d278b879797a (patch)
tree20da3351d6bbd7a9a367cde2b8646521dc05eb22 /src/reportdialog.cpp
parentea114c7a26b3ef234831969c9ab886cd13cbbdfc (diff)
downloadtellico-1aab22d8c2325be30d33c9d5f2f0d278b879797a.tar.gz
tellico-1aab22d8c2325be30d33c9d5f2f0d278b879797a.zip
Fix exec icon location and bring it into XDG compliancer14.0.0
Diffstat (limited to 'src/reportdialog.cpp')
-rw-r--r--src/reportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp
index 6f6533a..c073802 100644
--- a/src/reportdialog.cpp
+++ b/src/reportdialog.cpp
@@ -80,7 +80,7 @@ ReportDialog::ReportDialog(TQWidget* parent_, const char* name_/*=0*/)
hlay->addWidget(m_templateCombo);
l->setBuddy(m_templateCombo);
- KPushButton* pb1 = new KPushButton(SmallIconSet(TQString::fromLatin1("exec")), i18n("&Generate"), mainWidget);
+ KPushButton* pb1 = new KPushButton(SmallIconSet(TQString::fromLatin1("application-x-executable")), i18n("&Generate"), mainWidget);
hlay->addWidget(pb1);
connect(pb1, TQT_SIGNAL(clicked()), TQT_SLOT(slotGenerate()));