diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
commit | e654398e46e37abf457b2b1122ab898d2c51c49f (patch) | |
tree | d39ee6440f3c3663c3ead84a2d4cc2d034667e96 /xine_artsplugin/tools/thumbnail/videocreator.h | |
parent | e4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff) | |
download | tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'xine_artsplugin/tools/thumbnail/videocreator.h')
-rw-r--r-- | xine_artsplugin/tools/thumbnail/videocreator.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xine_artsplugin/tools/thumbnail/videocreator.h b/xine_artsplugin/tools/thumbnail/videocreator.h index 1c634e72..3af6d515 100644 --- a/xine_artsplugin/tools/thumbnail/videocreator.h +++ b/xine_artsplugin/tools/thumbnail/videocreator.h @@ -22,19 +22,19 @@ #include <kio/thumbcreator.h> -class VideoCreator : public QObject, public ThumbCreator +class VideoCreator : public TQObject, public ThumbCreator { Q_OBJECT public: VideoCreator(); virtual ~VideoCreator(); - virtual bool create(const QString &path, int width, int height, QImage &img); + virtual bool create(const TQString &path, int width, int height, TQImage &img); virtual Flags flags() const; private: - QPixmap m_sprocketSmall; - QPixmap m_sprocketMedium; - QPixmap m_sprocketLarge; + TQPixmap m_sprocketSmall; + TQPixmap m_sprocketMedium; + TQPixmap m_sprocketLarge; }; #endif |