diff options
Diffstat (limited to 'src/k9prefauthor.cpp')
-rw-r--r-- | src/k9prefauthor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9prefauthor.cpp b/src/k9prefauthor.cpp index a3f9f4c..83ab84a 100644 --- a/src/k9prefauthor.cpp +++ b/src/k9prefauthor.cpp @@ -41,7 +41,7 @@ k9prefAuthor::~k9prefAuthor() /*$SPECIALIZATION$*/ void k9prefAuthor::bButtonFontClicked() { - KFontDialog::getFont( m_font ); + TDEFontDialog::getFont( m_font ); } void k9prefAuthor::save() { |