summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/tdesycocatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tests/tdesycocatest.cpp')
-rw-r--r--tdeio/tests/tdesycocatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tests/tdesycocatest.cpp b/tdeio/tests/tdesycocatest.cpp
index 45f94ac3c..7166f3e35 100644
--- a/tdeio/tests/tdesycocatest.cpp
+++ b/tdeio/tests/tdesycocatest.cpp
@@ -194,7 +194,7 @@ int main(int argc, char *argv[])
//
debug("\nTrying findByURL for $TDEDIR/bin/kdesktop");
- KMimeType::Ptr mf = KMimeType::findByURL( KStandardDirs::findExe( "kdesktop" ), 0,
+ KMimeType::Ptr mf = KMimeType::findByURL( TDEStandardDirs::findExe( "kdesktop" ), 0,
true, false );
assert( mf );
check( "A binary's mimetype", mf->name(), "application/x-executable" );