aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Config/UserPreferences.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Config/UserPreferences.php')
-rw-r--r--lib/private/Config/UserPreferences.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/private/Config/UserPreferences.php b/lib/private/Config/UserPreferences.php
index 6dd9c633836..d9fd5f6a064 100644
--- a/lib/private/Config/UserPreferences.php
+++ b/lib/private/Config/UserPreferences.php
@@ -11,11 +11,11 @@ namespace OC\Config;
use Generator;
use InvalidArgumentException;
use JsonException;
-use OCP\Config\Exceptions\IncorrectTypeException;
-use OCP\Config\Exceptions\TypeConflictException;
-use OCP\Config\Exceptions\UnknownKeyException;
-use OCP\Config\IUserPreferences;
-use OCP\Config\ValueType;
+use NCU\Config\Exceptions\IncorrectTypeException;
+use NCU\Config\Exceptions\TypeConflictException;
+use NCU\Config\Exceptions\UnknownKeyException;
+use NCU\Config\IUserPreferences;
+use NCU\Config\ValueType;
use OCP\DB\Exception as DBException;
use OCP\DB\IResult;
use OCP\DB\QueryBuilder\IQueryBuilder;