summaryrefslogtreecommitdiffstats
path: root/src/translators
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators')
-rw-r--r--src/translators/griffithimporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/griffithimporter.cpp b/src/translators/griffithimporter.cpp
index d5693e1..d0bd2f7 100644
--- a/src/translators/griffithimporter.cpp
+++ b/src/translators/griffithimporter.cpp
@@ -40,7 +40,7 @@ Tellico::Data::CollPtr GriffithImporter::collection() {
return 0;
}
- TQString python = KStandardDirs::findExe(TQString::fromLatin1("python"));
+ TQString python = TDEStandardDirs::findExe(TQString::fromLatin1("python"));
if(python.isEmpty()) {
myWarning() << "GriffithImporter::collection() - python not found!" << endl;
return 0;