summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/selectpropertydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/selectpropertydialog.h')
-rw-r--r--krecipes/src/dialogs/selectpropertydialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/selectpropertydialog.h b/krecipes/src/dialogs/selectpropertydialog.h
index 1b6fa7c..9aec6ff 100644
--- a/krecipes/src/dialogs/selectpropertydialog.h
+++ b/krecipes/src/dialogs/selectpropertydialog.h
@@ -20,7 +20,7 @@
#include <ntqpushbutton.h>
#include <ntqvbox.h>
-#include <klistview.h>
+#include <tdelistview.h>
#include <kcombobox.h>
#include <kdialogbase.h>
@@ -44,7 +44,7 @@ public:
private:
//Widgets
TQGroupBox *box;
- KListView *propertyChooseView;
+ TDEListView *propertyChooseView;
TQLabel *perUnitsLabel;
KComboBox *perUnitsBox;
OptionFlag m_showEmpty;