summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:35:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 18:07:15 +0900
commitf8a7bcd4607ef9201d346c0b7fdab69460bf5125 (patch)
treeddf60eb0b4039d467b04b36a6972510c9acf5690 /doc
parent5b01906be78f84a3b0caa599aff14723ad356ca4 (diff)
downloadtdegraphics-f8a7bcd4607ef9201d346c0b7fdab69460bf5125.tar.gz
tdegraphics-f8a7bcd4607ef9201d346c0b7fdab69460bf5125.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f38a284617689a1364f9cbebb78cf637da0d2c9d)
Diffstat (limited to 'doc')
-rw-r--r--doc/ksnapshot/index.docbook6
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)