summaryrefslogtreecommitdiffstats
path: root/src/dirdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-22 01:27:26 -0500
committerTimothy Pearson <[email protected]>2014-10-22 01:27:26 -0500
commite678b715818c4a2368f4faf54e1f5ba3e71099d3 (patch)
treead0ab2c1036161d1dec6358fec230dbd66e5bb81 /src/dirdialog.cpp
parent76de4bf8d13110d20c282d7ed7f43c19a7e7a271 (diff)
downloadsoundkonverter-e678b715818c4a2368f4faf54e1f5ba3e71099d3.tar.gz
soundkonverter-e678b715818c4a2368f4faf54e1f5ba3e71099d3.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, unknown
Diffstat (limited to 'src/dirdialog.cpp')
-rwxr-xr-xsrc/dirdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dirdialog.cpp b/src/dirdialog.cpp
index 8b6a51a..82d3772 100755
--- a/src/dirdialog.cpp
+++ b/src/dirdialog.cpp
@@ -60,13 +60,13 @@ DirDialog::DirDialog( Config* config, Mode mode, TQWidget *parent, const char *n
TQVBoxLayout* fileTypesButtonsBox = new TQVBoxLayout();
fileTypesBox->addLayout( fileTypesButtonsBox );
- pSelectAll = new KPushButton( iconLoader->loadIcon("font",TDEIcon::Small), i18n("Select all"), this, "pSelectAll" );
+ pSelectAll = new KPushButton( iconLoader->loadIcon(""font-x-generic",TDEIcon::Small), i18n("Select all"), this, "pSelectAll" );
fileTypesButtonsBox->addWidget( pSelectAll );
connect( pSelectAll, TQT_SIGNAL(clicked()),
this, TQT_SLOT(selectAllClicked())
);
- pSelectNone = new KPushButton( iconLoader->loadIcon("empty",TDEIcon::Small), i18n("Select none"), this, "pSelectNone" );
+ pSelectNone = new KPushButton( iconLoader->loadIcon(""application-x-zerosize",TDEIcon::Small), i18n("Select none"), this, "pSelectNone" );
fileTypesButtonsBox->addWidget( pSelectNone );
connect( pSelectNone, TQT_SIGNAL(clicked()),
this, TQT_SLOT(selectNoneClicked())