diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:09:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:09:02 -0600 |
commit | 094daabeade28ad530b479e2e9ad6571756d641f (patch) | |
tree | ec295b6c00cc4b7de02ac21d86bf5175ceb6311a /src/resultlistview.cpp | |
parent | 6d33c9774c2d9115894db9ad296b91b73b55bc97 (diff) | |
download | abakus-094daabeade28ad530b479e2e9ad6571756d641f.tar.gz abakus-094daabeade28ad530b479e2e9ad6571756d641f.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/resultlistview.cpp')
-rw-r--r-- | src/resultlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resultlistview.cpp b/src/resultlistview.cpp index ae6f0d2..74ac2c3 100644 --- a/src/resultlistview.cpp +++ b/src/resultlistview.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <kdebug.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <klocale.h> #include <tqclipboard.h> |