diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:16:38 -0600 |
commit | e72932181ba866984405b8e52ac789849bc0e2c9 (patch) | |
tree | d3f13d0fb18bd8f116e4bb0cba553ae40402371c /src/detailedlistview.cpp | |
parent | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (diff) | |
download | tellico-e72932181ba866984405b8e52ac789849bc0e2c9.tar.gz tellico-e72932181ba866984405b8e52ac789849bc0e2c9.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/detailedlistview.cpp')
-rw-r--r-- | src/detailedlistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/detailedlistview.cpp b/src/detailedlistview.cpp index 8151d56..8782305 100644 --- a/src/detailedlistview.cpp +++ b/src/detailedlistview.cpp @@ -26,9 +26,9 @@ #include <klocale.h> #include <tdeconfig.h> #include <kapplication.h> -#include <kaction.h> +#include <tdeaction.h> #include <kiconloader.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <tqptrlist.h> #include <tqstringlist.h> |