diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 14:56:24 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-21 14:56:24 -0500 |
commit | ccb576aa671246fd123b5ca8ff8263a6be7c8bff (patch) | |
tree | 929a41eb8929a3ff3289632b82b8c3bde7756914 /kapptemplate/kpartapp/app-Makefile.am | |
parent | 1e2cd75fe5dfa3783d839bc1e319629ded446ffb (diff) | |
download | tdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.tar.gz tdesdk-ccb576aa671246fd123b5ca8ff8263a6be7c8bff.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kapptemplate/kpartapp/app-Makefile.am')
-rw-r--r-- | kapptemplate/kpartapp/app-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kpartapp/app-Makefile.am b/kapptemplate/kpartapp/app-Makefile.am index fc096f65..3aa0495f 100644 --- a/kapptemplate/kpartapp/app-Makefile.am +++ b/kapptemplate/kpartapp/app-Makefile.am @@ -10,7 +10,7 @@ INCLUDES = \$(all_includes) # these are the headers for your project noinst_HEADERS = ${APP_NAME_LC}.h ${APP_NAME_LC}_part.h -# 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 |