diff options
Diffstat (limited to 'krecipes/src/dialogs/ingredientparserdialog.h')
-rw-r--r-- | krecipes/src/dialogs/ingredientparserdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/dialogs/ingredientparserdialog.h b/krecipes/src/dialogs/ingredientparserdialog.h index 5e3909c..6f2bc7f 100644 --- a/krecipes/src/dialogs/ingredientparserdialog.h +++ b/krecipes/src/dialogs/ingredientparserdialog.h @@ -24,7 +24,7 @@ class TQLabel; class TQTextEdit; class TQLineEdit; class KPushButton; -class KListView; +class TDEListView; class TQListViewItem; class TQPushButton; @@ -43,7 +43,7 @@ protected: TQLabel *previewLabel; TQTextEdit* ingredientTextEdit; KPushButton* parseButton; - KListView* previewIngView; + TDEListView* previewIngView; TQPushButton* buttonGroup; protected slots: |