diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:09:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:09:49 -0600 |
commit | 32932d14f9b794773c7eb4deb33777248065a37c (patch) | |
tree | 978eb031285dd470924948eec044da7714e90e02 /src/dolphincontextmenu.h | |
parent | 6b97d88a5acfa871e3a0d43728b09c79fd992564 (diff) | |
download | dolphin-32932d14f9b794773c7eb4deb33777248065a37c.tar.gz dolphin-32932d14f9b794773c7eb4deb33777248065a37c.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r-- | src/dolphincontextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 8ca0bc7..a677cce 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -21,7 +21,7 @@ #ifndef DOLPHINCONTEXTMENU_H #define DOLPHINCONTEXTMENU_H -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <tqpoint.h> #include <tqstring.h> #include <tqvaluelist.h> |