diff options
| author | Christoph Thielecke <[email protected]> | 2011-02-10 08:58:24 +0100 |
|---|---|---|
| committer | Christoph Thielecke <[email protected]> | 2011-02-10 08:58:24 +0100 |
| commit | ee0f3435b28908478dec8fc8bca651fa7795f139 (patch) | |
| tree | 8eb10f7ae866c2410d2b04762e04601a0eb5cb51 /src/dolphinnewfilemenu.h | |
| parent | 8ccc71b33f2adc251412f31873a5d03d3b9c1ca7 (diff) | |
compile fix: includes does only exist with old names, please fix kde headers too
Diffstat (limited to 'src/dolphinnewfilemenu.h')
| -rw-r--r-- | src/dolphinnewfilemenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnewfilemenu.h b/src/dolphinnewfilemenu.h index 0d336080b..bc6f6be4f 100644 --- a/src/dolphinnewfilemenu.h +++ b/src/dolphinnewfilemenu.h @@ -21,7 +21,7 @@ #ifndef DOLPHINNEWFILEMENU_H #define DOLPHINNEWFILEMENU_H -#include <KNewFileMenu> +#include <knewfilemenu.h> class DolphinMainWindow; class KJob; |
