summaryrefslogtreecommitdiffstats
path: root/src/qalculateeditdatasetdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qalculateeditdatasetdialog.h')
-rw-r--r--src/qalculateeditdatasetdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qalculateeditdatasetdialog.h b/src/qalculateeditdatasetdialog.h
index 3dde6fa..e85de7d 100644
--- a/src/qalculateeditdatasetdialog.h
+++ b/src/qalculateeditdatasetdialog.h
@@ -31,7 +31,7 @@ class TQPushButton;
class MathStructure;
class QalculateEditNamesDialog;
class DataSet;
-class KListView;
+class TDEListView;
class TQTextEdit;
class DataProperty;
class TQTabWidget;
@@ -60,7 +60,7 @@ public:
DataSet *edited_dataset;
KLineEdit *objectArgumentEdit, *propertyArgumentEdit, *defaultPropertyEdit, *nameEdit, *titleEdit, *fileEdit;
TQLabel *namesLabel;
- KListView *propertiesView;
+ TDEListView *propertiesView;
TQTextEdit *descriptionEdit, *copyrightEdit;
TQPushButton *namesButton, *newPropertyButton, *editPropertyButton, *deletePropertyButton;
TQTabWidget *tabs;
@@ -127,7 +127,7 @@ public:
bool isEmpty();
void setNamesLE(TQLineEdit *entry, TQLabel *label);
- KListView* namesView;
+ TDEListView* namesView;
TQPushButton* newButton;
TQPushButton* deleteButton;
TQPushButton* buttonClose;