diff options
Diffstat (limited to 'src/dirdialog.cpp')
-rwxr-xr-x | src/dirdialog.cpp | 4 |
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()) |