summaryrefslogtreecommitdiffstats
path: root/kchart/kchartConfigDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartConfigDialog.h')
-rw-r--r--kchart/kchartConfigDialog.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kchart/kchartConfigDialog.h b/kchart/kchartConfigDialog.h
index adbbdd3d3..c74bf598d 100644
--- a/kchart/kchartConfigDialog.h
+++ b/kchart/kchartConfigDialog.h
@@ -22,12 +22,12 @@
#define __KCHARTCONFIGDIALOG_H__
-#include <qtabdialog.h>
+#include <tqtabdialog.h>
#include "koChart.h"
-class QWidget;
+class TQWidget;
class KDChartParams;
@@ -55,9 +55,10 @@ class KChartLegendConfigPage;
class KChartLine3dConfigPage;
class KChartParameterPolarConfigPage;
-class KChartConfigDialog : public QTabDialog
+class KChartConfigDialog : public TQTabDialog
{
Q_OBJECT
+ TQ_OBJECT
public:
enum {
@@ -73,7 +74,7 @@ public:
KChartConfigDialog( KChartParams* params,
- QWidget* parent, int flags,
+ TQWidget* tqparent, int flags,
KDChartTableData *dat );
void subtypePage();