From 9c9412b30c54468adc9e506cc76c5d113fbf5056 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:03 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ksirc/KSTicker/ksticker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksirc/KSTicker') 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); } } -- cgit v1.2.1