summaryrefslogtreecommitdiffstats
path: root/digikam/utilities/slideshow/slideshow.h
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/utilities/slideshow/slideshow.h')
-rw-r--r--digikam/utilities/slideshow/slideshow.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/digikam/utilities/slideshow/slideshow.h b/digikam/utilities/slideshow/slideshow.h
index 03834e17..5805e6ac 100644
--- a/digikam/utilities/slideshow/slideshow.h
+++ b/digikam/utilities/slideshow/slideshow.h
@@ -24,9 +24,9 @@
#ifndef SLIDE_SHOW_H
#define SLIDE_SHOW_H
-// Qt includes.
+// TQt includes.
-#include <qwidget.h>
+#include <tqwidget.h>
// Local includes.
@@ -40,9 +40,10 @@ namespace Digikam
class DImg;
class SlideShowPriv;
-class DIGIKAM_EXPORT SlideShow : public QWidget
+class DIGIKAM_EXPORT SlideShow : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
@@ -53,11 +54,11 @@ public:
protected:
- void paintEvent(QPaintEvent *);
- void mousePressEvent(QMouseEvent *);
- void mouseMoveEvent(QMouseEvent *);
- void keyPressEvent(QKeyEvent *);
- void wheelEvent(QWheelEvent *);
+ void paintEvent(TQPaintEvent *);
+ void mousePressEvent(TQMouseEvent *);
+ void mouseMoveEvent(TQMouseEvent *);
+ void keyPressEvent(TQKeyEvent *);
+ void wheelEvent(TQWheelEvent *);
private slots:
@@ -77,8 +78,8 @@ private:
void loadPrevImage();
void preloadNextImage();
void updatePixmap();
- void printInfoText(QPainter &p, int &offset, const QString& str);
- void printComments(QPainter &p, int &offset, const QString& comments);
+ void printInfoText(TQPainter &p, int &offset, const TQString& str);
+ void printComments(TQPainter &p, int &offset, const TQString& comments);
private: