summaryrefslogtreecommitdiffstats
path: root/kword/KWSortDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWSortDia.h')
-rw-r--r--kword/KWSortDia.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kword/KWSortDia.h b/kword/KWSortDia.h
index be32df2f..2ecc1c68 100644
--- a/kword/KWSortDia.h
+++ b/kword/KWSortDia.h
@@ -21,18 +21,19 @@
#include <kdialogbase.h>
#include "defs.h"
-class QRadioButton;
+class TQRadioButton;
class KWSortDia : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KWSortDia( QWidget *parent, const char* name );
+ KWSortDia( TQWidget *tqparent, const char* name );
SortType getSortType() const;
private:
- QRadioButton *m_increase;
- QRadioButton *m_decrease;
+ TQRadioButton *m_increase;
+ TQRadioButton *m_decrease;
};
#endif