summaryrefslogtreecommitdiffstats
path: root/style/qtcurve.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:10:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:10:51 -0600
commit5c21a294952b68d994f5baafe744ecfbab7f41b0 (patch)
treef8c0b61378f50ab35af80400c01f482c7de22d4b /style/qtcurve.cpp
parentf92f05528c728515e050956ae8c98bae22107c73 (diff)
downloadtde-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.cpp2
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),