summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/ingredientlistview.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-31 17:12:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-31 17:25:03 +0200
commitbfae40d567282d89db189816d672a5c6af89ca4e (patch)
tree20d9a16c77474c6062e2a69801b91decd86de78f /krecipes/src/widgets/ingredientlistview.h
parent5f9410ae910e73f8966318d1e1b9be03a5651118 (diff)
downloadkrecipes-bfae40d567282d89db189816d672a5c6af89ca4e.tar.gz
krecipes-bfae40d567282d89db189816d672a5c6af89ca4e.zip
Initial TDE conversion
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;
};