diff options
Diffstat (limited to 'styles/dotnet/dotnet.cpp')
-rw-r--r-- | styles/dotnet/dotnet.cpp | 10 |
1 files changed, 5 insertions, 5 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 <clee@kde.org> * Carsten Pfeiffer <pfeiffer@kde.org> * Karol Szwed <gallium@kde.org> * - * 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 <gallium@kde.org>, * (C) 2001-2002 Fredrik H�lund <fredrik@kde.org> * @@ -70,7 +70,7 @@ class dotNETstylePlugin : public TQStylePlugin } }; -KDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) +TDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) // --------------------------------------------------- |