diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:38:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:04:20 +0900 |
commit | e37a0bcc134930715cc1e1999029a472b667543c (patch) | |
tree | aa398690993b116f776720023dcfc38fe5905200 /libtdeedu | |
parent | c23828a3671154d5cdb86143f4ff66359d773938 (diff) | |
download | tdeedu-e37a0bcc134930715cc1e1999029a472b667543c.tar.gz tdeedu-e37a0bcc134930715cc1e1999029a472b667543c.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b803249430e4b183c8bf853c6c0147e796b19425)
Diffstat (limited to 'libtdeedu')
-rw-r--r-- | libtdeedu/tdeeduplot/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/tdeeduplot/README b/libtdeedu/tdeeduplot/README index ab695f9a..e9a52c23 100644 --- a/libtdeedu/tdeeduplot/README +++ b/libtdeedu/tdeeduplot/README @@ -1,6 +1,6 @@ This library provides KPlotWidget and KPlotObject classes. -KPlotWidget is a QWidget-derived class that provides a virtual baseclass +KPlotWidget is a TQWidget-derived class that provides a virtual baseclass for easy data-plotting. The idea behind KPlotWidget is that you only have to specify information in "data units"; i.e., the natural units of the data being plotted. KPlotWidget automatically converts everything |