|
|
@ -35,7 +35,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include <tqcheckbox.h>
|
|
|
|
#include <tqcheckbox.h>
|
|
|
|
#include <tqdir.h>
|
|
|
|
#include <tqdir.h>
|
|
|
|
#include <tqlayout.h>
|
|
|
|
#include <layout.h>
|
|
|
|
#include <tqlabel.h>
|
|
|
|
#include <tqlabel.h>
|
|
|
|
#include <tqptrlist.h>
|
|
|
|
#include <tqptrlist.h>
|
|
|
|
#include <tqpixmap.h>
|
|
|
|
#include <tqpixmap.h>
|
|
|
@ -91,7 +91,7 @@ KDMThemeWidget::KDMThemeWidget( TQWidget *parent, const char *name, const TQStri
|
|
|
|
|
|
|
|
|
|
|
|
info = new TQLabel( this );
|
|
|
|
info = new TQLabel( this );
|
|
|
|
info->setMaximumWidth( 200 );
|
|
|
|
info->setMaximumWidth( 200 );
|
|
|
|
info->tqsetAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) );
|
|
|
|
info->setAlignment( int( TQLabel::AlignTop | TQLabel::WordBreak) );
|
|
|
|
TQWhatsThis::add(info, i18n("This contains information about the selected theme.") );
|
|
|
|
TQWhatsThis::add(info, i18n("This contains information about the selected theme.") );
|
|
|
|
|
|
|
|
|
|
|
|
ml->addMultiCellWidget( info, 3, 4, 2, 2 );
|
|
|
|
ml->addMultiCellWidget( info, 3, 4, 2, 2 );
|
|
|
|