Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-11-10 00:34:07 +0300
committerDaniel Molkentin <danimo@owncloud.com>2014-11-10 00:34:07 +0300
commitae85aa33fd7b4ec57e65dad7628466f9d8fe7fa3 (patch)
treef445070792ee2903a8bb2c2fcbf7f70a7a103b35 /src/gui/settingsdialog.h
parentf2eadacf09482e165d998cc51f119e70cdcb8715 (diff)
Adjust namespaces
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index fd35e5140..a9d898cbf 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -22,7 +22,7 @@
class QStandardItemModel;
class QListWidgetItem;
-namespace Mirall {
+namespace OCC {
namespace Ui {
class SettingsDialog;