diff options
Diffstat (limited to 'blinken/src/fontchecker.cpp')
-rw-r--r-- | blinken/src/fontchecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/fontchecker.cpp b/blinken/src/fontchecker.cpp index 55e18601..f6bc9440 100644 --- a/blinken/src/fontchecker.cpp +++ b/blinken/src/fontchecker.cpp @@ -20,7 +20,7 @@ bool fontChecker::checkInstalled(const TQFont &font, const TQString &fontPath) // Works with Steve may need some tweaking to work with other fonts if (!fi.exactMatch()) { - bool success = KIO::NetAccess::copy(fontPath, "fonts:/Personal/", 0); + bool success = TDEIO::NetAccess::copy(fontPath, "fonts:/Personal/", 0); return !success; } return true; |