diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 12:35:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 12:35:44 +0900 |
commit | f38a284617689a1364f9cbebb78cf637da0d2c9d (patch) | |
tree | 351e3011b85ccb5a5aa863e6f6ac8fb0f2cb38fd /doc | |
parent | fb2267e3bd060fc0f3a0f567a37213d904feacbc (diff) | |
download | tdegraphics-f38a284617689a1364f9cbebb78cf637da0d2c9d.tar.gz tdegraphics-f38a284617689a1364f9cbebb78cf637da0d2c9d.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ksnapshot/index.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ksnapshot/index.docbook b/doc/ksnapshot/index.docbook index 780efe0b..41ee63c5 100644 --- a/doc/ksnapshot/index.docbook +++ b/doc/ksnapshot/index.docbook @@ -318,16 +318,16 @@ the right arguments, as shown in this example: <prompt>$</prompt> <command>dcop `dcopstart ksnapshot` interface</command><computeroutput> QCStringList interfaces() QCStringList functions() -QString url() +TQString url() void slotGrab() void slotPrint() void slotSave() -bool save(QString filename) +bool save(TQString filename) void slotSaveAs() void slotCopy() void setTime(int newTime) int timeout() -void setURL(QString newURL) +void setURL(TQString newURL) void setGrabMode(int grab) int grabMode() void slotMovePointer(int x,int y) |