diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:10:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:10:51 -0600 |
commit | 5c21a294952b68d994f5baafe744ecfbab7f41b0 (patch) | |
tree | f8c0b61378f50ab35af80400c01f482c7de22d4b /style/qtcurve.h | |
parent | f92f05528c728515e050956ae8c98bae22107c73 (diff) | |
download | tde-style-qtcurve-5c21a294952b68d994f5baafe744ecfbab7f41b0.tar.gz tde-style-qtcurve-5c21a294952b68d994f5baafe744ecfbab7f41b0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'style/qtcurve.h')
-rw-r--r-- | style/qtcurve.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/qtcurve.h b/style/qtcurve.h index 63e3382..fc31dab 100644 --- a/style/qtcurve.h +++ b/style/qtcurve.h @@ -52,10 +52,10 @@ #include "config.h" #ifdef TQTC_TQT_ONLY -#include "tqtc_kstyle.h" +#include "tqtc_tdestyle.h" #else #include <tdeversion.h> -#include <kstyle.h> +#include <tdestyle.h> #endif #include <tqcolor.h> #include <tqpoint.h> |