diff options
Diffstat (limited to 'kchart/kdchart/kdchart_export.h')
-rw-r--r-- | kchart/kdchart/kdchart_export.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kchart/kdchart/kdchart_export.h b/kchart/kdchart/kdchart_export.h index 81f1d47f..006fcbc0 100644 --- a/kchart/kdchart/kdchart_export.h +++ b/kchart/kdchart/kdchart_export.h @@ -1,7 +1,7 @@ #ifndef KDCHART_EXPORT_H #define KDCHART_EXPORT_H -#include <qglobal.h> +#include <tqglobal.h> #if 1 #include <koffice_export.h> @@ -36,7 +36,7 @@ So e.g. the class header reads: - class KDCHART_EXPORT KDChartWidget : public QWidget + class KDCHART_EXPORT KDChartWidget : public TQWidget { } |