summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/kcheckeduca.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/kcheckeduca.h')
-rw-r--r--keduca/keduca/kcheckeduca.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keduca/keduca/kcheckeduca.h b/keduca/keduca/kcheckeduca.h
index a874b62d..32ff3b81 100644
--- a/keduca/keduca/kcheckeduca.h
+++ b/keduca/keduca/kcheckeduca.h
@@ -18,27 +18,27 @@
#ifndef KCHECKEDUCA_H
#define KCHECKEDUCA_H
-#include <qcheckbox.h>
+#include <tqcheckbox.h>
-#include <qsimplerichtext.h>
+#include <tqsimplerichtext.h>
/**KCheck with wordwrap and rich text support
*@author Javier Campos Morales
*/
-class KCheckEduca : public QCheckBox {
+class KCheckEduca : public TQCheckBox {
Q_OBJECT
public:
- KCheckEduca(QWidget *parent=0, const char *name=0);
+ KCheckEduca(TQWidget *parent=0, const char *name=0);
~KCheckEduca();
protected:
- void drawButtonLabel( QPainter *);
+ void drawButtonLabel( TQPainter *);
private:
/** Rich text */
- QSimpleRichText *_doc;
+ TQSimpleRichText *_doc;
};
#endif