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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-05-10 17:02:42 +0300
committerHannah von Reth <vonreth@kde.org>2021-05-26 17:57:02 +0300
commite69f864f7c3e0174d25d866f469ac75bcffe87eb (patch)
tree53dc49f563df77af09f1a1389fdd0ee979af8a0c /src/gui/protocolwidget.h
parent7b793a444841fb318004ea6061410657e2825517 (diff)
Move new models to a sub dir
Diffstat (limited to 'src/gui/protocolwidget.h')
-rw-r--r--src/gui/protocolwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/protocolwidget.h b/src/gui/protocolwidget.h
index da3de2c60..e6ec55973 100644
--- a/src/gui/protocolwidget.h
+++ b/src/gui/protocolwidget.h
@@ -21,7 +21,7 @@
#include "progressdispatcher.h"
#include "owncloudgui.h"
-#include "protocolitemmodel.h"
+#include "models/protocolitemmodel.h"
#include "protocolitem.h"
#include "ui_protocolwidget.h"