diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:03:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:03:39 -0600 |
commit | f926e13d64c368c7dd24d2ccc7d6dae9c0b80880 (patch) | |
tree | 918afaeb5206110fc0ca8b226f0dd6a6d6dd6d23 /src/dolphin.h | |
parent | c102db8fa45cbf5ad7a29b644cd929812225cfa7 (diff) | |
download | dolphin-f926e13d64c368c7dd24d2ccc7d6dae9c0b80880.tar.gz dolphin-f926e13d64c368c7dd24d2ccc7d6dae9c0b80880.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/dolphin.h')
-rw-r--r-- | src/dolphin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.h b/src/dolphin.h index d854df2..9cfbc5d 100644 --- a/src/dolphin.h +++ b/src/dolphin.h @@ -26,7 +26,7 @@ #include <config.h> #endif -#include <kapplication.h> +#include <tdeapplication.h> #include <tdemainwindow.h> #include <tqvaluelist.h> #include <tqptrlist.h> |