Removed type statement before variable 'config'.

It is redundant since 'config' is globally defined in the appropriate
header file (klamav.h).

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/24/head
Mavridis Philippe 3 years ago
parent 7b361d28df
commit ea73c1340c
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -65,7 +65,7 @@ Klamav::Klamav()
DisableFreshklam->setEnabled(FALSE);
EnableFreshklam->setEnabled(TRUE);
TDEConfig* config = TDEGlobal::config();
config = TDEGlobal::config();
config->setGroup("Freshklam");
TQStringList DatabasePaths = config->readListEntry("lastDownloadPaths");

Loading…
Cancel
Save