summaryrefslogtreecommitdiffstats
path: root/src/pixmapviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixmapviewer.h')
-rw-r--r--src/pixmapviewer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixmapviewer.h b/src/pixmapviewer.h
index 7783b13..61c2d47 100644
--- a/src/pixmapviewer.h
+++ b/src/pixmapviewer.h
@@ -35,7 +35,7 @@ class PixmapViewer : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- PixmapViewer(TQWidget* tqparent);
+ PixmapViewer(TQWidget* parent);
virtual ~PixmapViewer();
void setPixmap(const TQPixmap& pixmap);
const TQPixmap& pixmap() const { return m_pixmap; }