summaryrefslogtreecommitdiffstats
path: root/kcontrol/kfontinst/kfontinst/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kfontinst/kfontinst/Main.cpp')
-rw-r--r--kcontrol/kfontinst/kfontinst/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kfontinst/kfontinst/Main.cpp b/kcontrol/kfontinst/kfontinst/Main.cpp
index f0e6d3152..6db9b83c8 100644
--- a/kcontrol/kfontinst/kfontinst/Main.cpp
+++ b/kcontrol/kfontinst/kfontinst/Main.cpp
@@ -285,7 +285,7 @@ int main(int argc, char *argv[])
bool found=false;
while((dir=FcStrListNext(list)))
- if(0==KFI::Misc::dirSyntax((const char *)dir).tqfind(folder))
+ if(0==KFI::Misc::dirSyntax((const char *)dir).find(folder))
found=true;
if(!found)