From b3ee7109dd5c9cd21b219a758df45e0866936ffb Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 5 Oct 2014 20:16:42 +0200 Subject: add global.h containing PREFIX and make use of it in all sub-modules, add PREFIX and LIBPREFIX to the qmake .pro files (allows to change prefix and libdir using or whatever) update debian packaging scripts accordingly --- lumina-desktop/panel-plugins/battery/LBattery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/panel-plugins/battery') diff --git a/lumina-desktop/panel-plugins/battery/LBattery.cpp b/lumina-desktop/panel-plugins/battery/LBattery.cpp index b80a4d05..dda32ecd 100644 --- a/lumina-desktop/panel-plugins/battery/LBattery.cpp +++ b/lumina-desktop/panel-plugins/battery/LBattery.cpp @@ -103,4 +103,4 @@ QString LBattery::getRemainingTime(){ rem.append(QString::number(secs)+"s"); } return rem; -} \ No newline at end of file +} -- cgit