|
|
@ -80,7 +80,7 @@ KBannerSetup::KBannerSetup( TQWidget *parent, const char *name )
|
|
|
|
label = new TQLabel( i18n("Family:"), group );
|
|
|
|
label = new TQLabel( i18n("Family:"), group );
|
|
|
|
gl->addWidget(label, 1, 0);
|
|
|
|
gl->addWidget(label, 1, 0);
|
|
|
|
|
|
|
|
|
|
|
|
KFontCombo* comboFonts = new KFontCombo( TQFontDatabase().families(), group );
|
|
|
|
TDEFontCombo* comboFonts = new TDEFontCombo( TQFontDatabase().families(), group );
|
|
|
|
comboFonts->setCurrentFont( fontFamily );
|
|
|
|
comboFonts->setCurrentFont( fontFamily );
|
|
|
|
gl->addWidget(comboFonts, 1, 1);
|
|
|
|
gl->addWidget(comboFonts, 1, 1);
|
|
|
|
connect( comboFonts, TQT_SIGNAL( activated( const TQString& ) ),
|
|
|
|
connect( comboFonts, TQT_SIGNAL( activated( const TQString& ) ),
|
|
|
|