diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:09:51 -0600 |
commit | cf94951d4cb0dd12b9904a87db01b5185d5f11c5 (patch) | |
tree | f59e493636f1bfd657b0d3677f722d38791e689f /src/app/historyAction.h | |
parent | 1d88613b6be64c0b6588952dd1f81396168be44b (diff) | |
download | filelight-cf94951d4cb0dd12b9904a87db01b5185d5f11c5.tar.gz filelight-cf94951d4cb0dd12b9904a87db01b5185d5f11c5.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/app/historyAction.h')
-rw-r--r-- | src/app/historyAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/historyAction.h b/src/app/historyAction.h index 350b165..cd9b60a 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -4,7 +4,7 @@ #ifndef HISTORYACTION_H #define HISTORYACTION_H -#include <kaction.h> +#include <tdeaction.h> #include <kurl.h> #include <tqstringlist.h> |