diff options
Diffstat (limited to 'blinken/src/fontchecker.cpp')
-rw-r--r-- | blinken/src/fontchecker.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/blinken/src/fontchecker.cpp b/blinken/src/fontchecker.cpp index 684afaaa..55e18601 100644 --- a/blinken/src/fontchecker.cpp +++ b/blinken/src/fontchecker.cpp @@ -7,16 +7,16 @@ * (at your option) any later version. * ***************************************************************************/ -#include <qfont.h> -#include <qfontinfo.h> +#include <tqfont.h> +#include <tqfontinfo.h> #include <kio/netaccess.h> #include "fontchecker.h" -bool fontChecker::checkInstalled(const QFont &font, const QString &fontPath) +bool fontChecker::checkInstalled(const TQFont &font, const TQString &fontPath) { - QFontInfo fi(font); + TQFontInfo fi(font); // Works with Steve may need some tweaking to work with other fonts if (!fi.exactMatch()) { |