diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:05:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:05:37 -0600 |
commit | ceecb6abfd1b67c1a730b7e4dc921244ba830ef2 (patch) | |
tree | 2691d387cbb962c92bd418e556b59e4b58b32187 /src/kmplayerview.cpp | |
parent | 6bc344e505d1eb59e09927dbbcd792fdf43e6ac9 (diff) | |
download | kmplayer-ceecb6abfd1b67c1a730b7e4dc921244ba830ef2.tar.gz kmplayer-ceecb6abfd1b67c1a730b7e4dc921244ba830ef2.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/kmplayerview.cpp')
-rw-r--r-- | src/kmplayerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayerview.cpp b/src/kmplayerview.cpp index ba4d350..020e46f 100644 --- a/src/kmplayerview.cpp +++ b/src/kmplayerview.cpp @@ -44,7 +44,7 @@ #include <kstatusbar.h> #include <kdebug.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeactioncollection.h> #include <kstdaction.h> #include <tdeshortcut.h> |