diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:14:36 -0600 |
commit | 2a66a2cdb1c9c8017e821e34ec93732761b14d47 (patch) | |
tree | b44739bc066147cfde660d7fe3d2f65c7bb828e8 /styles | |
parent | 8be611bc36636b7bb602bac7446b280c912033a0 (diff) | |
download | tdeartwork-2a66a2cdb1c9c8017e821e34ec93732761b14d47.tar.gz tdeartwork-2a66a2cdb1c9c8017e821e34ec93732761b14d47.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'styles')
-rw-r--r-- | styles/dotnet/dotnet.h | 2 | ||||
-rw-r--r-- | styles/phase/phasestyle.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index 72436526..21844616 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -22,7 +22,7 @@ #ifndef __DOTNET_H #define __DOTNET_H -#include <kstyle.h> +#include <tdestyle.h> #include <tqbitmap.h> #define u_arrow -4,1, 2,1, -3,0, 1,0, -2,-1, 0,-1, -1,-2 diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h index faeb2507..8922960b 100644 --- a/styles/phase/phasestyle.h +++ b/styles/phase/phasestyle.h @@ -27,7 +27,7 @@ #ifndef PHASESTYLE_H #define PHASESTYLE_H -#include <kstyle.h> +#include <tdestyle.h> #include <tqcolor.h> class KPixmap; |