diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:56:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:56:24 -0500 |
commit | ccb576aa671246fd123b5ca8ff8263a6be7c8bff (patch) | |
tree | 929a41eb8929a3ff3289632b82b8c3bde7756914 /kapptemplate/existing | |
parent | 1e2cd75fe5dfa3783d839bc1e319629ded446ffb (diff) | |
download | tdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.tar.gz tdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.zip |
Fix inadvertent tq changes.
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 |