diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-13 18:02:18 +0900 |
commit | 241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840 (patch) | |
tree | 327c08329d5c5910cc155d3982f2a481eeaf5307 /tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook | |
parent | 1ae0d186c941b1e1cdaae488038195ba86d89dbb (diff) | |
download | tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.tar.gz tde-i18n-241e0082f7b9ccadaeed0ef43a1c9ebb9b4fe840.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 'tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook')
-rw-r--r-- | tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook b/tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook index 82224a9b3cd..fc0395bf073 100644 --- a/tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook +++ b/tde-i18n-da/docs/tdegraphics/ksnapshot/index.docbook @@ -213,16 +213,16 @@ <para>Du kan få en liste med tilgængelige &DCOP;-grænseflader, for at bruge de rigtige flag, som vist i dette eksempel: <screen width="60"><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) |