diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 21:44:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:21:04 +0900 |
| commit | daf519ce95907a93e37db0660961ee0ebcd85a10 (patch) | |
| tree | 954f3dec9f95532a4386a7d866ca806d049beca6 | |
| parent | ecd8d3ab139d82b4a431d76f67733f487ed259d1 (diff) | |
| download | tdesudo-daf519ce.tar.gz tdesudo-daf519ce.zip | |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f351e814f87b822ac508b0634456cd0f890d1508)
| -rw-r--r-- | tdesudo/tdesudo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesudo/tdesudo.h b/tdesudo/tdesudo.h index be98adc..0aaf23d 100644 --- a/tdesudo/tdesudo.h +++ b/tdesudo/tdesudo.h @@ -25,7 +25,7 @@ #include <config.h> #endif -#include <kapp.h> +#include <tdeapplication.h> #include <tqwidget.h> #include <kpassdlg.h> #include <tqstring.h> |
