diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-29 01:21:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-29 01:21:58 -0500 |
commit | 54e824664fbb115686c390082459c1b66d606905 (patch) | |
tree | fd18434509f44a55444778469da62acc761f9514 /styles/dotnet/dotnet.cpp | |
parent | 623deae25963f155f0c10011e59b10e857c0db18 (diff) | |
download | tdeartwork-54e824664fbb115686c390082459c1b66d606905.tar.gz tdeartwork-54e824664fbb115686c390082459c1b66d606905.zip |
Rename remaining KDE strings to TDE, with the exception of a couple of build variables
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 ) // --------------------------------------------------- |