diff options
Diffstat (limited to 'kapptemplate/kapp')
-rw-r--r-- | kapptemplate/kapp/app-Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kapp/app-Makefile.am b/kapptemplate/kapp/app-Makefile.am index 9c4c0498..bf17e8aa 100644 --- a/kapptemplate/kapp/app-Makefile.am +++ b/kapptemplate/kapp/app-Makefile.am @@ -31,7 +31,7 @@ ${APP_NAME_LC}_client_LDFLAGS = \$(KDE_RPATH) \$(all_libraries) ${APP_NAME_LC}_client_LDADD = \$(LIB_TDECORE) ${APP_NAME_LC}_client_SOURCES = ${APP_NAME_LC}_client.cpp -# 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 |