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 /style/qtcurve.cpp | |
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.cpp')
-rw-r--r-- | style/qtcurve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |