summaryrefslogtreecommitdiffstats
path: root/src/qalculateplotdialog.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-04-09 20:52:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-04-09 20:52:31 +0200
commitc5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f (patch)
tree1ec78a7a0c522677ca47ba31aed55edb1e9853d0 /src/qalculateplotdialog.h
parent91d2d7482c36e67cb36df9d1dcdbd989911e4ceb (diff)
downloadqalculate-tde-c5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f.tar.gz
qalculate-tde-c5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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);