|
|
@ -22,7 +22,7 @@ using namespace KlamAV;
|
|
|
|
TabWidget::TabWidget(TQWidget * parent, const char *name)
|
|
|
|
TabWidget::TabWidget(TQWidget * parent, const char *name)
|
|
|
|
:KTabWidget(parent, name), m_CurrentMaxLength(30)
|
|
|
|
:KTabWidget(parent, name), m_CurrentMaxLength(30)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
setTabReorderingEnabled(false);
|
|
|
|
setTabReorderingEnabled(true);
|
|
|
|
connect( this, SIGNAL( currentChanged(TQWidget *) ), this,
|
|
|
|
connect( this, SIGNAL( currentChanged(TQWidget *) ), this,
|
|
|
|
SLOT( slotTabChanged(TQWidget *) ) );
|
|
|
|
SLOT( slotTabChanged(TQWidget *) ) );
|
|
|
|
connect(this, SIGNAL(closeRequest(TQWidget*)), this, SLOT(slotCloseRequest(TQWidget*)));
|
|
|
|
connect(this, SIGNAL(closeRequest(TQWidget*)), this, SLOT(slotCloseRequest(TQWidget*)));
|
|
|
|