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 88447dbbe..e4b32c580 100644
--- a/kitchensync/libqopensync/conversion.h
+++ b/kitchensync/libqopensync/conversion.h
@@ -24,13 +24,13 @@
#include <tqstringlist.h>
-class OSyncGroupEnv;
+class OSyncEnv;
namespace QSync {
class Conversion
{
- friend class PluginEnv;
+ friend class Environment;
public:
Conversion();
@@ -47,7 +47,7 @@ class Conversion
TQStringList objectTypes() const;
private:
- OSyncGroupEnv *mGroupEnv;
+ OSyncEnv *mEnvironment;
};
}