diff options
author | Mavridis Philippe <[email protected]> | 2021-01-14 13:18:33 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-14 13:18:33 +0200 |
commit | fcf6db778980d1c898f565f22de15166e75dec32 (patch) | |
tree | 6081bbc5b9cbb5fb6ef34604ab966105390730b0 | |
parent | 0ee098c0f91eab02c38338cb1ff90ce6acb64a4f (diff) | |
download | klamav-fcf6db778980d1c898f565f22de15166e75dec32.tar.gz klamav-fcf6db778980d1c898f565f22de15166e75dec32.zip |
Removed ClamAV T-Shirt banner from the first-run wizard.
Signed-off-by: Mavridis Philippe <[email protected]>
-rw-r--r-- | src/about/Makefile.am | 3 | ||||
-rw-r--r-- | src/about/tshirt.png | bin | 5199 -> 0 bytes | |||
-rw-r--r-- | src/firstrunwizard.ui | 13 | ||||
-rw-r--r-- | src/firstrunwizard.ui.h | 1 |
4 files changed, 1 insertions, 16 deletions
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 Binary files differdeleted file mode 100644 index 33226bc..0000000 --- a/src/about/tshirt.png +++ /dev/null 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 @@ </rect> </property> </spacer> - <widget class="KActiveLabel"> - <property name="name"> - <cstring>ClamBanner</cstring> - </property> - <property name="geometry"> - <rect> - <x>514</x> - <y>19</y> - <width>260</width> - <height>70</height> - </rect> - </property> - </widget> <spacer> <property name="name"> <cstring>spacer5</cstring> 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("<a href=\"http://ads.clamav.net/adclick.php?n=a9141dd1\" target=\"_blank\"><img src=\"%1\" border=\"0\" alt=\"ClamAV banner\" /></a>").arg(locate("data", "klamav/about/tshirt.png"))); setFinishEnabled ( WizardPage_1, true ); |