diff options
Diffstat (limited to 'src')
-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 ); |