diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:34:47 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:34:47 -0500 |
commit | adb47a7cbf2edf749c8347a089146c068263c623 (patch) | |
tree | 655d14ff67c257877f371b040e13935cae6a77c3 /src/Makefile.am | |
parent | 0344d70b524ccc5f93be46a2fdbdffc0c831de19 (diff) | |
download | tdepowersave-adb47a7cbf2edf749c8347a089146c068263c623.tar.gz tdepowersave-adb47a7cbf2edf749c8347a089146c068263c623.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9542d4c..4558d05 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ noinst_HEADERS = \ suspenddialog.h -# let automoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files (moc) METASOURCES = AUTO KDE_ICON = kpowersave |