summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/conversion.h')
-rw-r--r--kitchensync/libqopensync/conversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/libqopensync/conversion.h b/kitchensync/libqopensync/conversion.h
index e4b32c58..88447dbb 100644
--- a/kitchensync/libqopensync/conversion.h
+++ b/kitchensync/libqopensync/conversion.h
@@ -24,13 +24,13 @@
#include <tqstringlist.h>
-class OSyncEnv;
+class OSyncGroupEnv;
namespace QSync {
class Conversion
{
- friend class Environment;
+ friend class PluginEnv;
public:
Conversion();
@@ -47,7 +47,7 @@ class Conversion
TQStringList objectTypes() const;
private:
- OSyncEnv *mEnvironment;
+ OSyncGroupEnv *mGroupEnv;
};
}