Klamscan: Made 'Launcher' tab fixed.

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

@ -26,6 +26,7 @@
#include <tdemessagebox.h>
#include <tqtooltip.h>
#include <tqtoolbutton.h>
#include <tqstringlist.h>
#include <dcopclient.h>
#include <tqdir.h>
#include <kprogress.h>
@ -46,7 +47,7 @@ Klamscan::Klamscan(TQWidget *parent, const char *name)
TQBoxLayout *top = new TQVBoxLayout(this,10,10);
tabBrowser = new TabWidget(this);
tabBrowser = new TabWidget(this, "Klamscan", TQStringList( i18n("Launcher") ));
tabBrowser->setMargin(5);
top->addWidget(tabBrowser);

Loading…
Cancel
Save