diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:31:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:31:01 -0600 |
commit | 252fce5a2a5384702fbcc1c9987284d7bd2e6943 (patch) | |
tree | d5768ff1e9065f29bec60c94d31880b38b4e82f2 /libkdchart/KDChartCustomBox.h | |
parent | 69ef6c4beaa37474a2170d0bfe842de647f53102 (diff) | |
download | kmymoney-252fce5a2a5384702fbcc1c9987284d7bd2e6943.tar.gz kmymoney-252fce5a2a5384702fbcc1c9987284d7bd2e6943.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'libkdchart/KDChartCustomBox.h')
-rw-r--r-- | libkdchart/KDChartCustomBox.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libkdchart/KDChartCustomBox.h b/libkdchart/KDChartCustomBox.h index 223920e..2e1edf1 100644 --- a/libkdchart/KDChartCustomBox.h +++ b/libkdchart/KDChartCustomBox.h @@ -30,7 +30,7 @@ #define __KDCHARTCUSTOMBOX_H__ #include <tqobject.h> -#include <tqtextstream.h> +#include <textstream.h> #include <tqfont.h> #include <tqdom.h> #include "KDChartGlobal.h" @@ -181,7 +181,7 @@ public: \param deltaAlign The way how \c deltaX and \deltaY affect the position of the box. Leave this parameter to its default value KDCHART_AlignAuto to have the delta values used according to the box's main \c align settings, otherwise specify your own - tqalignment settings: e.g. right means there will be a gap between the right side of + alignment settings: e.g. right means there will be a gap between the right side of the box and its anchor point - if the main \c align parameter is set to right too the anchor point will to be outside of the box / if \c align is set to left (but the \c deltaAlign to right) the anchor point will be inside the box. @@ -192,7 +192,7 @@ public: \li \c TQt::AlignRight | TQt::AlignTop \li \c TQt::AlignRight | TQt::AlignBottom Using AlignVCenter or AlignHCenter or AlignCenter does not make sense here: - center delta tqalignment will cause KDChart to ignore the respective delta + center delta alignment will cause KDChart to ignore the respective delta settings: deltaX or deltaY or both will become ineffective. \param deltaScaleGlobal If true the actual delta X and delta Y values will be calculated by \c deltaX and \c deltaY based upon the size of the @@ -297,7 +297,7 @@ public: \param deltaAlign The way how \c deltaX and \deltaY affect the position of the box. Leave this parameter to its default value KDCHART_AlignAuto to have the delta values used according to the box's main \c align settings, otherwise specify your own - tqalignment settings: e.g. TQt::AlignRight means the box will be moved to the left + alignment settings: e.g. TQt::AlignRight means the box will be moved to the left (by the amount calculated using the \c deltaX value), so there will be a gap between the right side of the box and its anchor point IF the main \c align flag is set to TQt::AlignRight too, so the anchor point will to be outside of the @@ -310,7 +310,7 @@ public: \li \c TQt::AlignRight | TQt::AlignTop \li \c TQt::AlignRight | TQt::AlignBottom Using AlignVCenter or AlignHCenter or AlignCenter does not make sense here: - center delta tqalignment will cause KDChart to ignore the respective delta + center delta alignment will cause KDChart to ignore the respective delta settings: deltaX or deltaY or both will become ineffective. \note Moving of the box due to \c deltaAlign settings is applied after the box is rotated: e.g. this means a gap specified by \c deltaAlign = TQt::AlignTop @@ -643,7 +643,7 @@ public slots: // PENDING(blackie) merge slots sections. Set this to KDHART_KDCHART_AlignAuto to have the delta values used according to the box's main \c align settings, otherwise specify your own - tqalignment settings: e.g. right means there will be a gap between the right side of + alignment settings: e.g. right means there will be a gap between the right side of the box and its anchor point - if the main \c align parameter is set to right too the anchor point will to be outside of the box / if \c align is set to left (but the \c deltaAlign to right) the anchor point will be inside the box. @@ -654,7 +654,7 @@ public slots: // PENDING(blackie) merge slots sections. \li \c TQt::AlignRight | TQt::AlignTop \li \c TQt::AlignRight | TQt::AlignBottom Using AlignVCenter or AlignHCenter or AlignCenter does not make sense here: - center delta tqalignment will cause KDChart to ignore the respective delta + center delta alignment will cause KDChart to ignore the respective delta settings: deltaX or deltaY or both will become ineffective. \note Moving of the box due to \c deltaAlign settings is applied after the box is rotated: e.g. this means a gap specified by \c deltaAlign = TQt::AlignTop |