diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 19:30:49 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:20:40 +0900 | 
| commit | ee1f72588994b3c96f203f4493f98351bab19650 (patch) | |
| tree | eeb6cdf06e9b82026b6cea41c9907acd276b0251 /src | |
| parent | 2f2d5c00adb709526d5a30eeb6476968a5740514 (diff) | |
| download | basket-ee1f72588994b3c96f203f4493f98351bab19650.tar.gz basket-ee1f72588994b3c96f203f4493f98351bab19650.zip | |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 43c6897196186713901142a0f9f621e7f8cdd0d2)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index e2e63a9..ded5b42 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -41,7 +41,7 @@  #include <kiconeffect.h>  #include <tqiconset.h>  #include <tdeaction.h> -#include <kapp.h> +#include <tdeapplication.h>  #include <tdelocale.h>  #include <tdemenubar.h>  #include <kedittoolbar.h> | 
