summaryrefslogtreecommitdiffstats
path: root/src/qalculateexportcsvdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculateexportcsvdialog.h')
-rw-r--r--src/qalculateexportcsvdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qalculateexportcsvdialog.h b/src/qalculateexportcsvdialog.h
index 57e45f4..2c04175 100644
--- a/src/qalculateexportcsvdialog.h
+++ b/src/qalculateexportcsvdialog.h
@@ -24,7 +24,7 @@
class KLineEdit;
class KComboBox;
-class QRadioButton;
+class TQRadioButton;
class KURLRequester;
class KnownVariable;
@@ -37,12 +37,12 @@ class QalculateExportCSVDialog : public KDialogBase {
public:
- QalculateExportCSVDialog(QWidget *parent = 0, const char *name = 0);
+ QalculateExportCSVDialog(TQWidget *parent = 0, const char *name = 0);
virtual ~QalculateExportCSVDialog();
KLineEdit *otherDelimiterEdit, *matrixVectorEdit;
KComboBox *delimiterCombo;
- QRadioButton *currentResultButton, *matrixVectorButton;
+ TQRadioButton *currentResultButton, *matrixVectorButton;
KURLRequester *fileEdit;
void exportCSVFile(KnownVariable *v = NULL);