summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-07 21:44:15 +0900
committerMichele Calgaro <[email protected]>2024-11-07 21:44:15 +0900
commitf351e814f87b822ac508b0634456cd0f890d1508 (patch)
tree954f3dec9f95532a4386a7d866ca806d049beca6
parent932149aed51006c119e04f742fb0209ccef0cd4b (diff)
downloadtdesudo-f351e814f87b822ac508b0634456cd0f890d1508.tar.gz
tdesudo-f351e814f87b822ac508b0634456cd0f890d1508.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--tdesudo/tdesudo.h2
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>