summaryrefslogtreecommitdiffstats
path: root/src/qalculateplotdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculateplotdialog.h')
-rw-r--r--src/qalculateplotdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qalculateplotdialog.h b/src/qalculateplotdialog.h
index 7dbf8d8..4d8e9b8 100644
--- a/src/qalculateplotdialog.h
+++ b/src/qalculateplotdialog.h
@@ -32,7 +32,7 @@ class TQButtonGroup;
class KComboBox;
class TQPushButton;
class TQTabWidget;
-class KListView;
+class TDEListView;
class TQLabel;
class TQListViewItem;
class QalculateExpressionEdit;
@@ -61,7 +61,7 @@ public:
KComboBox *styleCombo, *smoothingCombo, *legendPlacementCombo;
TQPushButton *addButton, *modifyButton, *removeButton, *applyRangeButton, *applyAppearanceButton;
TQTabWidget *tabs;
- KListView *seriesView;
+ TDEListView *seriesView;
bool generatePlot(PlotParameters &pp, vector<MathStructure> &y_vectors, vector<MathStructure> &x_vectors, vector<PlotDataParameters*> &pdps);
void generatePlotSeries(MathStructure **x_vector, MathStructure **y_vector, int type, string str, string str_x);