diff options
Diffstat (limited to 'kiten/dict.cpp')
-rw-r--r-- | kiten/dict.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/dict.cpp b/kiten/dict.cpp index 22aace41..cab509b4 100644 --- a/kiten/dict.cpp +++ b/kiten/dict.cpp @@ -105,7 +105,7 @@ File::File(TQString path, TQString n) //kdDebug() << "creating " << indexFile.name() << endl; // find the index generator executable TDEProcess proc; - proc << KStandardDirs::findExe("kitengen") << path << indexFile.name(); + proc << TDEStandardDirs::findExe("kitengen") << path << indexFile.name(); // TODO: put up a status dialog and event loop instead of blocking proc.start(TDEProcess::Block, TDEProcess::NoCommunication); } |