diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:38 -0600 |
commit | e0f85b11f69e4c88f789ee47c9e5fd1df579b54d (patch) | |
tree | b1ebff6969d2fbc11624efc77d9caa67c5ba8bdf /src/viewarea.cpp | |
parent | 0308f7944757919f45f8217c4dd92ad751292c85 (diff) | |
download | kmplayer-e0f85b11f69e4c88f789ee47c9e5fd1df579b54d.tar.gz kmplayer-e0f85b11f69e4c88f789ee47c9e5fd1df579b54d.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/viewarea.cpp')
-rw-r--r-- | src/viewarea.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewarea.cpp b/src/viewarea.cpp index 439a20e..cd1fc40 100644 --- a/src/viewarea.cpp +++ b/src/viewarea.cpp @@ -29,11 +29,11 @@ #include <tqimage.h> #include <tqmap.h> -#include <kactioncollection.h> +#include <tdeactioncollection.h> #include <kstaticdeleter.h> #include <kstatusbar.h> #include <kstdaction.h> -#include <kshortcut.h> +#include <tdeshortcut.h> #include <klocale.h> #include <kdebug.h> |