summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/label.h')
-rw-r--r--kommander/widgets/label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/label.h b/kommander/widgets/label.h
index 8ce4b58c..70b8b248 100644
--- a/kommander/widgets/label.h
+++ b/kommander/widgets/label.h
@@ -27,9 +27,9 @@
#include <kommanderwidget.h>
#include <tqlabel.h>
-class QWidget;
+class TQWidget;
-class QShowEvent;
+class TQShowEvent;
class KOMMANDER_EXPORT Label : public TQLabel, public KommanderWidget
{
Q_OBJECT