diff options
Diffstat (limited to 'src/organizerproxy.cpp')
| -rw-r--r-- | src/organizerproxy.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index 45efc00c..a988ba9f 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -9,6 +9,7 @@ #include "modlistproxy.h"
#include "pluginlistproxy.h"
#include "proxyutils.h"
+#include "shared/util.h"
#include <QObject>
#include <QApplication>
@@ -104,7 +105,7 @@ void OrganizerProxy::setPersistent(const QString &pluginName, const QString &key QString OrganizerProxy::pluginDataPath() const
{
- return m_Proxied->pluginDataPath();
+ return OrganizerCore::pluginDataPath();
}
HANDLE OrganizerProxy::startApplication(
|
