equal
deleted
inserted
replaced
16 */ |
16 */ |
17 #include "onlinehandler.h" |
17 #include "onlinehandler.h" |
18 #include "searchutility.h" |
18 #include "searchutility.h" |
19 #include "onlinesearchplugin.h" // after export should be included as systeminc |
19 #include "onlinesearchplugin.h" // after export should be included as systeminc |
20 #include "onlinesearchpluginfactory.h" // after export should be included as systeminc |
20 #include "onlinesearchpluginfactory.h" // after export should be included as systeminc |
21 #include <QDebug> |
|
22 #include <QPluginLoader> |
21 #include <QPluginLoader> |
23 #ifdef Q_OS_SYMBIAN |
22 #ifdef Q_OS_SYMBIAN |
24 #include <QLibraryInfo> |
23 #include <QLibraryInfo> |
25 #else |
24 #else |
26 #include <QCoreApplication> |
25 #include <QCoreApplication> |