summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-08 23:22:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-10 22:47:05 +0900
commit4112c3b48633dac80afbe219fd9f4ee85b2be3d3 (patch)
treea6ef7ba4f2e1f1e76b19884ba935983f6aebd8a3 /src/main.cpp
parent0120940b40e727c89441e9d46e3e05af8a2f0263 (diff)
downloadtdepowersave-4112c3b48633dac80afbe219fd9f4ee85b2be3d3.tar.gz
tdepowersave-4112c3b48633dac80afbe219fd9f4ee85b2be3d3.zip
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9a7339d..036837c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,6 +19,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "tdepowersave.h"
#include <kuniqueapplication.h>
#include <tdeaboutdata.h>