diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:10:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:10:51 -0600 |
commit | 5c21a294952b68d994f5baafe744ecfbab7f41b0 (patch) | |
tree | f8c0b61378f50ab35af80400c01f482c7de22d4b | |
parent | f92f05528c728515e050956ae8c98bae22107c73 (diff) | |
download | tde-style-qtcurve-5c21a294952b68d994f5baafe744ecfbab7f41b0.tar.gz tde-style-qtcurve-5c21a294952b68d994f5baafe744ecfbab7f41b0.zip |
Rename common header files for consistency with class renaming
-rw-r--r-- | style/qtc_tdestylen.cpp (renamed from style/qtc_kstyle.cpp) | 4 | ||||
-rw-r--r-- | style/qtc_tdestylen.h (renamed from style/qtc_kstyle.h) | 0 | ||||
-rw-r--r-- | style/qtcurve.cpp | 2 | ||||
-rw-r--r-- | style/qtcurve.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/style/qtc_kstyle.cpp b/style/qtc_tdestylen.cpp index 35ef5b3..00e4844 100644 --- a/style/qtc_kstyle.cpp +++ b/style/qtc_tdestylen.cpp @@ -23,7 +23,7 @@ * Boston, MA 02110-1301, USA. */ -#include "qtc_kstyle.h" +#include "qtc_tdestyle.h" #include <tqapplication.h> #include <tqbitmap.h> @@ -1740,4 +1740,4 @@ void TQtCTDEStyle::virtual_hook( int, void* ) // vim: set noet ts=4 sw=4: // kate: indent-width 4; replace-tabs off; tab-width 4; space-indent off; -#include "qtc_kstyle.moc" +#include "qtc_tdestyle.moc" diff --git a/style/qtc_kstyle.h b/style/qtc_tdestylen.h index 28fa024..28fa024 100644 --- a/style/qtc_kstyle.h +++ b/style/qtc_tdestylen.h diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index 8c2585c..0c8391a 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -6560,7 +6560,7 @@ TQRect QtCurveStyle::querySubControlMetrics(TQ_ComplexControl control, const TQS } case CC_ScrollBar: { - // Taken from kstyle.cpp, and modified so as to allow for no scrollbar butttons... + // Taken from tdestyle.cpp, and modified so as to allow for no scrollbar butttons... bool threeButtonScrollBar(SCROLLBAR_KDE==opts.scrollbarType), platinumScrollBar(SCROLLBAR_PLATINUM==opts.scrollbarType), nextScrollBar(SCROLLBAR_NEXT==opts.scrollbarType), 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> |