diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:22:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:22:45 -0600 |
commit | 44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b (patch) | |
tree | 85910622f2dda90d8ae5ac268e12c0ad08904ca9 /src/translators | |
parent | 57443681e97fff553d94260756ebedaee606610f (diff) | |
download | tellico-44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b.tar.gz tellico-44bd352cdcdbcc9d2b2c49f41f2bbcd7762c5a6b.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src/translators')
-rw-r--r-- | src/translators/griffithimporter.cpp | 2 |
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; |