diff options
Diffstat (limited to 'styles/dotnet')
-rw-r--r-- | styles/dotnet/dotnet.cpp | 10 | ||||
-rw-r--r-- | styles/dotnet/dotnet.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp index 84b8b245..3c4aa487 100644 --- a/styles/dotnet/dotnet.cpp +++ b/styles/dotnet/dotnet.cpp @@ -1,12 +1,12 @@ /* - * KDE3 dotNET Style (version 1.5) + * TDE3 dotNET Style (version 1.5) * Copyright (C) 2001-2002, Chris Lee <[email protected]> * Carsten Pfeiffer <[email protected]> * Karol Szwed <[email protected]> * - * Drawing routines completely reimplemented from KDE3 HighColor, which was - * originally based on some stuff from the KDE2 HighColor. - * Includes portions of framework code from KDE3 HighColor, + * Drawing routines completely reimplemented from TDE3 HighColor, which was + * originally based on some stuff from the TDE2 HighColor. + * Includes portions of framework code from TDE3 HighColor, * (C) 2001-2002 Karol Szwed <[email protected]>, * (C) 2001-2002 Fredrik H�lund <[email protected]> * @@ -70,7 +70,7 @@ class dotNETstylePlugin : public TQStylePlugin } }; -KDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) +TDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) // --------------------------------------------------- diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index 21844616..eb32a35e 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -2,7 +2,7 @@ * $Id$ * * Copyright 2001, Chris Lee <[email protected]> - * Originally copied from the KDE3 HighColor style, modified to fit mine. + * Originally copied from the TDE3 HighColor style, modified to fit mine. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |