diff options
Diffstat (limited to 'kapptemplate/kapp/app.h')
-rw-r--r-- | kapptemplate/kapp/app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kapp/app.h b/kapptemplate/kapp/app.h index 40b3241a..e1964d4f 100644 --- a/kapptemplate/kapp/app.h +++ b/kapptemplate/kapp/app.h @@ -7,7 +7,7 @@ cat << EOF > $LOCATION_ROOT/$APP_NAME_LC/${APP_NAME_LC}.h #include <config.h> #endif -#include <kapplication.h> +#include <tdeapplication.h> #include <tdemainwindow.h> #include "${APP_NAME_LC}view.h" |