diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:24:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:29:08 +0900 |
commit | 33ba77ee894fb6368e3804458ddd52ea1a1f0909 (patch) | |
tree | c2fa9505373e0a8b85c9c8b6764dc329e882168a /karm | |
parent | 929e1f08c9b4a2288ed122bbc54d8f25ace71375 (diff) | |
download | tdepim-33ba77ee894fb6368e3804458ddd52ea1a1f0909.tar.gz tdepim-33ba77ee894fb6368e3804458ddd52ea1a1f0909.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'karm')
-rw-r--r-- | karm/doc/Mainpage.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/karm/doc/Mainpage.dox b/karm/doc/Mainpage.dox index 44aae4eea..b320effb0 100644 --- a/karm/doc/Mainpage.dox +++ b/karm/doc/Mainpage.dox @@ -76,9 +76,9 @@ These are the Q_SIGNALS: <li>Preferences::autoSavePeriod(int) <li>Preferences::detectIdleness(bool) <li>Preferences::idlenessTimeout(int) - <li>Preferences::saveFile(QString) + <li>Preferences::saveFile(TQString) <li>Preferences::setupChanged() - <li>Preferences::timeLog(QString) + <li>Preferences::timeLog(TQString) <li>Preferences::timeLoging(bool) <li>Preferences::hideOnClose(bool) </ol> @@ -100,8 +100,8 @@ These are the Q_SIGNALS: <li>Karm::load() <li>Karm::newSubTask() <li>Karm::newTask() - <li>Karm::newTask(QString, QListViewItem*) - <li>Karm::parseLine(QString, long*, QString*, int*) + <li>Karm::newTask(TQString, QListViewItem*) + <li>Karm::parseLine(TQString, long*, TQString*, int*) <li>Karm::resetSessionTimeForAllTasks() <li>Karm::save() <li>Karm::startTimer() |