123456789101112 |
- --- lidwatcher.cpp 2014-06-28 19:03:05.000000000 +0300
- +++ lxqt-powermanagement-0.8.0/src/lidwatcher.cpp 2014-11-15 21:53:44.489913820 +0200
- @@ -31,6 +31,8 @@
- #include <QDebug>
- #include <QDBusInterface>
- #include <QDBusReply>
- +#include <QtCore/qprocess.h>
- +#include <QtCore/qtextstream.h>
-
- #include "lidwatcher.h"
- #include "../config/powermanagementsettings.h"
|