From fcf6db778980d1c898f565f22de15166e75dec32 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Thu, 14 Jan 2021 13:18:33 +0200 Subject: Removed ClamAV T-Shirt banner from the first-run wizard. Signed-off-by: Mavridis Philippe --- src/about/Makefile.am | 3 +-- src/about/tshirt.png | Bin 5199 -> 0 bytes src/firstrunwizard.ui | 13 ------------- src/firstrunwizard.ui.h | 1 - 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 src/about/tshirt.png (limited to 'src') diff --git a/src/about/Makefile.am b/src/about/Makefile.am index 41d8ae0..83dd1bd 100644 --- a/src/about/Makefile.am +++ b/src/about/Makefile.am @@ -3,7 +3,6 @@ about_DATA = \ wait.html \ nodb.html \ aboutklamav.html \ - klam.png \ - tshirt.png + klam.png aboutdir = $(kde_datadir)/klamav/about diff --git a/src/about/tshirt.png b/src/about/tshirt.png deleted file mode 100644 index 33226bc..0000000 Binary files a/src/about/tshirt.png and /dev/null differ diff --git a/src/firstrunwizard.ui b/src/firstrunwizard.ui index 8dadb07..bbbdf4d 100644 --- a/src/firstrunwizard.ui +++ b/src/firstrunwizard.ui @@ -114,19 +114,6 @@ - - - ClamBanner - - - - 514 - 19 - 260 - 70 - - - spacer5 diff --git a/src/firstrunwizard.ui.h b/src/firstrunwizard.ui.h index 5d14bcd..9e26acc 100644 --- a/src/firstrunwizard.ui.h +++ b/src/firstrunwizard.ui.h @@ -45,7 +45,6 @@ FirstRunWizard::init() // picture1->setPixmap( getJPG( "amarok_rocks" ) ); // picture4->setPixmap( *picture1->pixmap() ); - ClamBanner->setText(TQString("\"ClamAV").arg(locate("data", "klamav/about/tshirt.png"))); setFinishEnabled ( WizardPage_1, true ); -- cgit v1.2.3