diff options
author | Timothy Pearson <[email protected]> | 2014-09-29 01:21:58 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-09-29 01:21:58 -0500 |
commit | 54e824664fbb115686c390082459c1b66d606905 (patch) | |
tree | fd18434509f44a55444778469da62acc761f9514 /styles/dotnet | |
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')
-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 |