summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoFontTab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoFontTab.cpp')
-rw-r--r--lib/kotext/KoFontTab.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kotext/KoFontTab.cpp b/lib/kotext/KoFontTab.cpp
index 0615a3377..78a9f67fd 100644
--- a/lib/kotext/KoFontTab.cpp
+++ b/lib/kotext/KoFontTab.cpp
@@ -23,9 +23,10 @@ KoFontTab::KoFontTab( uint fontListCriteria, TQWidget* parent, const char* name,
: KoFontTabBase( parent, name, fl )
{
TQStringList list;
- TDEFontChooser_local::getFontList(list, fontListCriteria);
+ TDEFontChooser::getFontList(list, fontListCriteria);
characterFont->setFamilyList( list );
+ characterFont->setSampleBoxVisible(false);
comparisonFont = characterFont->font();
connect( characterFont, TQT_SIGNAL( fontSelected( const TQFont & ) ), this, TQT_SLOT( slotFontChanged( const TQFont & ) ) );
}