|
|
|
@ -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-x-generic",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(""application-x-zerosize",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())
|
|
|
|
|