summaryrefslogtreecommitdiffstats
path: root/src/translators
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:22:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:22:45 -0600
commit44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b (patch)
tree85910622f2dda90d8ae5ac268e12c0ad08904ca9 /src/translators
parent57443681e97fff553d94260756ebedaee606610f (diff)
downloadtellico-44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b.tar.gz
tellico-44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b.zip
Rename KStandard for enhanced compatibility with KDE4
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;