diff options
Diffstat (limited to 'tdeui/tdefontdialog.h')
-rw-r--r-- | tdeui/tdefontdialog.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tdeui/tdefontdialog.h b/tdeui/tdefontdialog.h index 66d202700..de966d47d 100644 --- a/tdeui/tdefontdialog.h +++ b/tdeui/tdefontdialog.h @@ -250,6 +250,14 @@ public: static void getFontList( TQStringList &list, uint fontListCriteria); /** + * + * Fill the font family list of the TDEFontChooser + * + * @param list The font list. + */ + void setFamilyList( TQStringList list ); + + /** * Reimplemented for internal reasons. */ virtual TQSize sizeHint( void ) const; @@ -300,8 +308,9 @@ private: TQFont selFont; + TQString selectedFamily; TQString selectedStyle; - int selectedSize; + int selectedSize; TQMap<TQString, TQString> currentStyles; bool usingFixed; |