diff options
author | Michele Calgaro <[email protected]> | 2024-11-07 19:28:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-07 19:28:22 +0900 |
commit | 13f091f000420641732c9c8b54b85c5137b9a1de (patch) | |
tree | ccdc06e51df6c11b547fe91d10bbe1f28901d10f /src/gui/kdeext | |
parent | f29b11f1d6f5478897ca39e5f11882ff8dcbf953 (diff) | |
download | rosegarden-13f091f000420641732c9c8b54b85c5137b9a1de.tar.gz rosegarden-13f091f000420641732c9c8b54b85c5137b9a1de.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui/kdeext')
-rw-r--r-- | src/gui/kdeext/TDEStartupLogo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kdeext/TDEStartupLogo.cpp b/src/gui/kdeext/TDEStartupLogo.cpp index 19c2054..eac9e29 100644 --- a/src/gui/kdeext/TDEStartupLogo.cpp +++ b/src/gui/kdeext/TDEStartupLogo.cpp @@ -26,7 +26,6 @@ #include <tqpainter.h> #include <tqfontmetrics.h> -#include <kapp.h> #include <kstddirs.h> #include <tdeconfig.h> #include <ktip.h> |