|
|
|
@ -17,7 +17,7 @@ email : markey@web.de
|
|
|
|
|
#include "archivelimits.h"
|
|
|
|
|
#include "archivetypes.h"
|
|
|
|
|
#include "specialfiletypes.h"
|
|
|
|
|
#include "autoscanoptions.h"
|
|
|
|
|
/* #include "autoscanoptions.h" */
|
|
|
|
|
#include "logoptions.h"
|
|
|
|
|
#include "sigtool.h"
|
|
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ KlamavConfigDialog::KlamavConfigDialog( TQWidget *parent, const char* name, TDEC
|
|
|
|
|
m_archivetypes = new ArchiveTypes( 0, "Archive Types" );
|
|
|
|
|
m_emailprotection = new Sigtool ( 0, "E-mail protection" );
|
|
|
|
|
m_specialfiletypes = new SpecialFileTypes( 0, "File Types" );
|
|
|
|
|
m_autoscanoptions = new AutoScanOptions( 0, "Auto-Scan" );
|
|
|
|
|
/* m_autoscanoptions = new AutoScanOptions( 0, "Auto-Scan" ); */
|
|
|
|
|
m_logoptions = new LogOptions( 0, "Event Logging" );
|
|
|
|
|
|
|
|
|
|
// add pages
|
|
|
|
@ -64,7 +64,7 @@ KlamavConfigDialog::KlamavConfigDialog( TQWidget *parent, const char* name, TDEC
|
|
|
|
|
addPage( m_archivetypes, i18n( "Archive Types" ), "application-x-tarz", i18n( "Configure Archive Types" ) );
|
|
|
|
|
addPage( m_emailprotection, i18n( "E-mail protection" ), "email", i18n( "Set up your e-mail client to use Klammail" ) );
|
|
|
|
|
addPage( m_specialfiletypes, i18n( "File Types" ), "folder", i18n( "Configure File Types" ) );
|
|
|
|
|
addPage( m_autoscanoptions, i18n( "Auto-Scan" ), "filefind", i18n( "Configure Auto-Scan" ) );
|
|
|
|
|
/* addPage( m_autoscanoptions, i18n( "Auto-Scan" ), "filefind", i18n( "Configure Auto-Scan" ) ); */
|
|
|
|
|
addPage( m_logoptions, i18n( "Event Logging" ), "kate", i18n( "Configure Events to Log" ) );
|
|
|
|
|
|
|
|
|
|
TQObjectList *list = queryList( "TQLabel", "infoPixmap" );
|
|
|
|
|