diff options
Diffstat (limited to 'kommander/widgets/pixmaplabel.h')
-rw-r--r-- | kommander/widgets/pixmaplabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/pixmaplabel.h b/kommander/widgets/pixmaplabel.h index a9ba9ca9..dbc3e113 100644 --- a/kommander/widgets/pixmaplabel.h +++ b/kommander/widgets/pixmaplabel.h @@ -28,9 +28,9 @@ #include <kommanderwidget.h> #include <tqlabel.h> -class QWidget; +class TQWidget; -class QShowEvent; +class TQShowEvent; class KOMMANDER_EXPORT PixmapLabel : public TQLabel, public KommanderWidget { Q_OBJECT |