summaryrefslogtreecommitdiffstats
path: root/blinken/src/fontchecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/fontchecker.h')
-rw-r--r--blinken/src/fontchecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/fontchecker.h b/blinken/src/fontchecker.h
index b8b60b6f..a65c95e9 100644
--- a/blinken/src/fontchecker.h
+++ b/blinken/src/fontchecker.h
@@ -15,7 +15,7 @@ class QFont;
class fontChecker
{
public:
- static bool checkInstalled(const QFont &font, const QString &fontPath);
+ static bool checkInstalled(const TQFont &font, const TQString &fontPath);
};
#endif