diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:43:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:43:50 -0600 |
commit | e0307df2d9e76239e793c34ce3244ac016420f12 (patch) | |
tree | 7e3a1ddda48991c4333ae5c8d446cf75433b1fee /style | |
parent | a194a574c89c1e969b19cc1853d179850c3efddf (diff) | |
download | tde-style-qtcurve-e0307df2d9e76239e793c34ce3244ac016420f12.tar.gz tde-style-qtcurve-e0307df2d9e76239e793c34ce3244ac016420f12.zip |
Additional renaming of kde to tde
Diffstat (limited to 'style')
-rw-r--r-- | style/qtcurve.cpp | 2 | ||||
-rw-r--r-- | style/qtcurve.h | 2 |
2 files changed, 2 insertions, 2 deletions
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> |