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/dotnet | |
parent | 8be611bc36636b7bb602bac7446b280c912033a0 (diff) | |
download | tdeartwork-2a66a2cdb1c9c8017e821e34ec93732761b14d47.tar.gz tdeartwork-2a66a2cdb1c9c8017e821e34ec93732761b14d47.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'styles/dotnet')
-rw-r--r-- | styles/dotnet/dotnet.h | 2 |
1 files changed, 1 insertions, 1 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 |