diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:56:24 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-08 03:06:28 +0100 |
commit | 71482a8fc77d88f374abd3311eb87677beba3836 (patch) | |
tree | 7eddbebd3aed5aa98fa892a328f71f07e04ee482 /kapptemplate/existing | |
parent | b2a3c86f4358b19ea2044c7dc8a6543b5e5ff654 (diff) | |
download | tdesdk-71482a8fc77d88f374abd3311eb87677beba3836.tar.gz tdesdk-71482a8fc77d88f374abd3311eb87677beba3836.zip |
Fix inadvertent tq changes.
(cherry picked from commit ccb576aa671246fd123b5ca8ff8263a6be7c8bff)
Diffstat (limited to 'kapptemplate/existing')
-rw-r--r-- | kapptemplate/existing/app-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/existing/app-Makefile.am b/kapptemplate/existing/app-Makefile.am index 5241a4f2..79236a7f 100644 --- a/kapptemplate/existing/app-Makefile.am +++ b/kapptemplate/existing/app-Makefile.am @@ -23,7 +23,7 @@ ${APP_NAME_LC}_SOURCES = ${EXISTING_SOURCE} # these are the headers for your project that won't be installed noinst_HEADERS = ${EXISTING_HEADER} -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files (moc) METASOURCES = AUTO messages: rc.cpp |