diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-15 17:53:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-15 17:53:42 -0500 |
commit | 3c32b869c2208758c2027d094c8930592370858a (patch) | |
tree | 39724674d33faf4a09f28fce507c7ccbbf79a9a3 /src/Makefile.am | |
parent | 3ec8230e9f10645de684b5e03471e293481183d7 (diff) | |
download | tdepowersave-3c32b869c2208758c2027d094c8930592370858a.tar.gz tdepowersave-3c32b869c2208758c2027d094c8930592370858a.zip |
Rename dbusHAL class to something more sensible
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0315ff0..a6f2aed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ noinst_HEADERS = \ blacklisteditdialog.h \ configuredialog.h \ countdowndialog.h \ - dbusHAL.h \ + dbusInterface.h \ detaileddialog.h \ hardware.h \ hardware_battery.h \ @@ -53,7 +53,7 @@ kpowersave_la_SOURCES = \ configuredialog.cpp \ countdown_Dialog.ui \ countdowndialog.cpp \ - dbusHAL.cpp \ + dbusInterface.cpp \ detailed_Dialog.ui \ detaileddialog.cpp \ hardware.cpp \ |