diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 16:32:53 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 16:32:53 -0500 |
commit | 0344d70b524ccc5f93be46a2fdbdffc0c831de19 (patch) | |
tree | 47358d42feea36507258a0b14be1878074546664 | |
parent | fc325dd91d07d1f837a5ca0bc7d04ee237e28c54 (diff) | |
download | tdepowersave-0344d70b524ccc5f93be46a2fdbdffc0c831de19.tar.gz tdepowersave-0344d70b524ccc5f93be46a2fdbdffc0c831de19.zip |
Fix inadvertent tq changes.
-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 a6f2aed..9542d4c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ noinst_HEADERS = \ suspenddialog.h -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files (tqmoc) METASOURCES = AUTO KDE_ICON = kpowersave |