Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/TestAutoType.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TestAutoType.cpp b/tests/TestAutoType.cpp
index 69ae955b3..e2ab5db1c 100644
--- a/tests/TestAutoType.cpp
+++ b/tests/TestAutoType.cpp
@@ -25,7 +25,7 @@
#include "autotype/AutoTypePlatformPlugin.h"
#include "autotype/test/AutoTypeTestInterface.h"
#include "core/Config.h"
-#include "core/FilePath.h"
+#include "core/Resources.h"
#include "crypto/Crypto.h"
#include "gui/MessageBox.h"
@@ -39,7 +39,7 @@ void TestAutoType::initTestCase()
config()->set("security/autotypeask", false);
AutoType::createTestInstance();
- QPluginLoader loader(filePath()->pluginPath("keepassx-autotype-test"));
+ QPluginLoader loader(resources()->pluginPath("keepassx-autotype-test"));
loader.setLoadHints(QLibrary::ResolveAllSymbolsHint);
QVERIFY(loader.instance());