diff options
Diffstat (limited to 'ksirc/KSTicker/ksticker.cpp')
-rw-r--r-- | ksirc/KSTicker/ksticker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/KSTicker/ksticker.cpp b/ksirc/KSTicker/ksticker.cpp index f2d77e39..60e137bf 100644 --- a/ksirc/KSTicker/ksticker.cpp +++ b/ksirc/KSTicker/ksticker.cpp @@ -424,8 +424,8 @@ void KSTicker::mousePressEvent( TQMouseEvent *e) } void KSTicker::fontSelector() { - int result = KFontDialog::getFont( ourFont, true ); - if ( result == KFontDialog::Accepted ) { + int result = TDEFontDialog::getFont( ourFont, true ); + if ( result == TDEFontDialog::Accepted ) { updateFont(ourFont); } } |