|
|
@ -542,7 +542,6 @@ KateSchemaConfigFontTab::KateSchemaConfigFontTab( TQWidget *parent, const char *
|
|
|
|
TQGridLayout *grid = new TQGridLayout( this, 1, 1 );
|
|
|
|
TQGridLayout *grid = new TQGridLayout( this, 1, 1 );
|
|
|
|
|
|
|
|
|
|
|
|
m_fontchooser = new TDEFontChooser ( this, 0L, false, TQStringList(), false );
|
|
|
|
m_fontchooser = new TDEFontChooser ( this, 0L, false, TQStringList(), false );
|
|
|
|
m_fontchooser->enableColumn(TDEFontChooser::StyleList, false);
|
|
|
|
|
|
|
|
grid->addWidget( m_fontchooser, 0, 0);
|
|
|
|
grid->addWidget( m_fontchooser, 0, 0);
|
|
|
|
|
|
|
|
|
|
|
|
connect (this, TQT_SIGNAL( changed()), parent->parentWidget(), TQT_SLOT (slotChanged()));
|
|
|
|
connect (this, TQT_SIGNAL( changed()), parent->parentWidget(), TQT_SLOT (slotChanged()));
|
|
|
|