summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/ingredientlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/ingredientlistview.h')
-rw-r--r--krecipes/src/widgets/ingredientlistview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krecipes/src/widgets/ingredientlistview.h b/krecipes/src/widgets/ingredientlistview.h
index 877ec97..421727e 100644
--- a/krecipes/src/widgets/ingredientlistview.h
+++ b/krecipes/src/widgets/ingredientlistview.h
@@ -17,7 +17,7 @@
#include "datablocks/element.h"
class RecipeDB;
-class KPopupMenu;
+class TDEPopupMenu;
class IngredientCheckListView;
/**
@@ -79,7 +79,7 @@ protected:
virtual void removeIngredient( int );
private slots:
- void showPopup( KListView *, TQListViewItem *, const TQPoint & );
+ void showPopup( TDEListView *, TQListViewItem *, const TQPoint & );
void createNew();
void remove
@@ -92,7 +92,7 @@ private slots:
private:
bool checkBounds( const TQString &name );
- KPopupMenu *kpop;
+ TDEPopupMenu *kpop;
};