summaryrefslogtreecommitdiffstats
path: root/blinken/src/fontchecker.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:32:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:32:27 -0600
commit9f2c757e1a1694373c11427a00502c2ff4c2d403 (patch)
tree7d90e91214976a7d23d89ec3474515cf46069704 /blinken/src/fontchecker.cpp
parentcee429821aa6f1acc97fb482d325fb4eb37376ca (diff)
downloadtdeedu-9f2c757e1a1694373c11427a00502c2ff4c2d403.tar.gz
tdeedu-9f2c757e1a1694373c11427a00502c2ff4c2d403.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'blinken/src/fontchecker.cpp')
-rw-r--r--blinken/src/fontchecker.cpp2
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;