diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:43:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:43:50 -0600 |
commit | e0307df2d9e76239e793c34ce3244ac016420f12 (patch) | |
tree | 7e3a1ddda48991c4333ae5c8d446cf75433b1fee | |
parent | a194a574c89c1e969b19cc1853d179850c3efddf (diff) | |
download | tde-style-qtcurve-e0307df2d9e76239e793c34ce3244ac016420f12.tar.gz tde-style-qtcurve-e0307df2d9e76239e793c34ce3244ac016420f12.zip |
Additional renaming of kde to tde
-rw-r--r-- | common/colorutils.c | 2 | ||||
-rw-r--r-- | po/tr.po | 2 | ||||
-rw-r--r-- | style/qtcurve.cpp | 2 | ||||
-rw-r--r-- | style/qtcurve.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/common/colorutils.c b/common/colorutils.c index ba89752..18bdf39 100644 --- a/common/colorutils.c +++ b/common/colorutils.c @@ -1,5 +1,5 @@ /* - This file is taken from kcolorspaces.cpp and kcolorutils.cpp from kdelibs + This file is taken from kcolorspaces.cpp and kcolorutils.cpp from tdelibs The code has been modified to work with TQColor (TQt3 &TQt4) and GdkColor */ @@ -10,7 +10,7 @@ msgstr "" "POT-Creation-Date: 2010-03-18 20:31+0000\n" "PO-Revision-Date: 2009-07-04 01:44+0300\n" "Last-Translator: Necmettin Begiter <[email protected]>\n" -"Language-Team: Turkish <[email protected]>\n" +"Language-Team: Turkish <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index 4fe52ea..e308d0e 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -63,7 +63,7 @@ dimension, so as to draw the scrollbar at the correct size. #include "config.h" #ifndef TQTC_TQT_ONLY -#include <kdeversion.h> +#include <tdeversion.h> #endif #include <tqsettings.h> #include <tqmenubar.h> diff --git a/style/qtcurve.h b/style/qtcurve.h index 3aac06a..54cb871 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -54,7 +54,7 @@ #ifdef TQTC_TQT_ONLY #include "tqtc_kstyle.h" #else -#include <kdeversion.h> +#include <tdeversion.h> #include <kstyle.h> #endif #include <tqcolor.h> |