a45851b1ed
Fixed license tag OBS-URL: https://build.opensuse.org/request/show/262302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-panel?expand=0&rev=1
49 lines
1.9 KiB
Diff
49 lines
1.9 KiB
Diff
diff -uNr old-lxqt-panel-0.8.0/plugin-mount/actions/deviceaction.h lxqt-panel-0.8.0/plugin-mount/actions/deviceaction.h
|
|
--- old-lxqt-panel-0.8.0/plugin-mount/actions/deviceaction.h 2014-10-26 11:09:10.294777261 +0100
|
|
+++ lxqt-panel-0.8.0/plugin-mount/actions/deviceaction.h 2014-10-26 11:12:41.252764945 +0100
|
|
@@ -31,7 +31,7 @@
|
|
|
|
#include <QObject>
|
|
#include <QSettings>
|
|
-#include <LXQtMount/Mount>
|
|
+#include <lxqtmount-qt5/LXQtMount/Mount>
|
|
|
|
namespace {
|
|
class MountDevice;
|
|
diff -uNr old-lxqt-panel-0.8.0/plugin-mount/lxqtmountplugin.cpp lxqt-panel-0.8.0/plugin-mount/lxqtmountplugin.cpp
|
|
--- old-lxqt-panel-0.8.0/plugin-mount/lxqtmountplugin.cpp 2014-10-26 11:09:10.294777261 +0100
|
|
+++ lxqt-panel-0.8.0/plugin-mount/lxqtmountplugin.cpp 2014-10-26 11:10:03.142774175 +0100
|
|
@@ -28,7 +28,7 @@
|
|
|
|
#include "lxqtmountplugin.h"
|
|
#include "lxqtmountconfiguration.h"
|
|
-#include <LXQtMount/Mount>
|
|
+#include <lxqtmount-qt5/LXQtMount/Mount>
|
|
#include "actions/deviceaction.h"
|
|
#include "popup.h"
|
|
#include "mountbutton.h"
|
|
diff -uNr old-lxqt-panel-0.8.0/plugin-mount/menudiskitem.cpp lxqt-panel-0.8.0/plugin-mount/menudiskitem.cpp
|
|
--- old-lxqt-panel-0.8.0/plugin-mount/menudiskitem.cpp 2014-10-26 11:09:10.298777261 +0100
|
|
+++ lxqt-panel-0.8.0/plugin-mount/menudiskitem.cpp 2014-10-26 11:14:07.573759906 +0100
|
|
@@ -27,7 +27,7 @@
|
|
|
|
#include <QDesktopServices>
|
|
#include "menudiskitem.h"
|
|
-#include <LXQtMount/Mount>
|
|
+#include <lxqtmount-qt5/LXQtMount/Mount>
|
|
#include <XdgIcon>
|
|
#include <QDebug>
|
|
#include <QUrl>
|
|
diff -uNr old-lxqt-panel-0.8.0/plugin-mount/popup.cpp lxqt-panel-0.8.0/plugin-mount/popup.cpp
|
|
--- old-lxqt-panel-0.8.0/plugin-mount/popup.cpp 2014-10-26 11:09:10.294777261 +0100
|
|
+++ lxqt-panel-0.8.0/plugin-mount/popup.cpp 2014-10-26 11:17:23.411748473 +0100
|
|
@@ -29,7 +29,7 @@
|
|
#include <QGridLayout>
|
|
#include <QLabel>
|
|
#include <QDesktopWidget>
|
|
-#include <LXQtMount/Mount>
|
|
+#include <lxqtmount-qt5/LXQtMount/Mount>
|
|
#include "menudiskitem.h"
|
|
#include "popup.h"
|
|
|