summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_bcglabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/ksquirrelpart/sq_bcglabel.h')
-rw-r--r--ksquirrel/ksquirrelpart/sq_bcglabel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_bcglabel.h b/ksquirrel/ksquirrelpart/sq_bcglabel.h
index dd86bc7..7c9bc86 100644
--- a/ksquirrel/ksquirrelpart/sq_bcglabel.h
+++ b/ksquirrel/ksquirrelpart/sq_bcglabel.h
@@ -18,16 +18,16 @@
#ifndef SQ_BCGLABEL_H
#define SQ_BCGLABEL_H
-#include <qlabel.h>
+#include <tqlabel.h>
/**
*@author Baryshev Dmitry
*/
-class SQ_BCGLabel : public QLabel
+class SQ_BCGLabel : public TQLabel
{
public:
- SQ_BCGLabel(QWidget *parent, const char *name = 0, WFlags f = 0);
+ SQ_BCGLabel(TQWidget *tqparent, const char *name = 0, WFlags f = 0);
~SQ_BCGLabel();
};