summaryrefslogtreecommitdiffstats
path: root/kview/modules/presenter/DESIGN
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-25 12:35:41 +0900
committerMichele Calgaro <[email protected]>2023-09-25 18:07:15 +0900
commitf8a7bcd4607ef9201d346c0b7fdab69460bf5125 (patch)
treeddf60eb0b4039d467b04b36a6972510c9acf5690 /kview/modules/presenter/DESIGN
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 <[email protected]> (cherry picked from commit f38a284617689a1364f9cbebb78cf637da0d2c9d)
Diffstat (limited to 'kview/modules/presenter/DESIGN')
-rw-r--r--kview/modules/presenter/DESIGN10
1 files changed, 5 insertions, 5 deletions
diff --git a/kview/modules/presenter/DESIGN b/kview/modules/presenter/DESIGN
index 3b187e78..034a3032 100644
--- a/kview/modules/presenter/DESIGN
+++ b/kview/modules/presenter/DESIGN
@@ -27,15 +27,15 @@ Presenter Plugin:
- keep local copy of downloaded files
- delete local copy on destruction
- API:
- QImage * image();
+ TQImage * image();
KURL url();
- QString file(); //returns local filename or QString::null
+ TQString file(); //returns local filename or TQString::null
- when loading an item from the playlist first ask for a
- QImage, if that's not available ask for a local file, if
+ TQImage, if that's not available ask for a local file, if
that's also not available take the url.
- API:
- QImage * image();
- QString file();
+ TQImage * image();
+ TQString file();
KURL url();
void setRandom(bool);
void randomizeList();