summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/prepmethodlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/prepmethodlistview.h')
-rw-r--r--krecipes/src/widgets/prepmethodlistview.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/krecipes/src/widgets/prepmethodlistview.h b/krecipes/src/widgets/prepmethodlistview.h
index f9fd266..3bdcef0 100644
--- a/krecipes/src/widgets/prepmethodlistview.h
+++ b/krecipes/src/widgets/prepmethodlistview.h
@@ -23,7 +23,7 @@ class PrepMethodListView : public DBListViewBase
Q_OBJECT
public:
- PrepMethodListView( QWidget *parent, RecipeDB *db );
+ PrepMethodListView( TQWidget *parent, RecipeDB *db );
public slots:
virtual void load( int curr_limit, int curr_offset );
@@ -44,25 +44,25 @@ class StdPrepMethodListView : public PrepMethodListView
Q_OBJECT
public:
- StdPrepMethodListView( QWidget *parent, RecipeDB *db, bool editable = false );
+ StdPrepMethodListView( TQWidget *parent, RecipeDB *db, bool editable = false );
protected:
virtual void createPrepMethod( const Element & );
virtual void removePrepMethod( int );
private slots:
- void showPopup( KListView *, QListViewItem *, const QPoint & );
+ void showPopup( KListView *, TQListViewItem *, const TQPoint & );
void createNew();
void remove
();
void rename();
- void modPrepMethod( QListViewItem* i );
- void savePrepMethod( QListViewItem* i );
+ void modPrepMethod( TQListViewItem* i );
+ void savePrepMethod( TQListViewItem* i );
private:
- bool checkBounds( const QString &name );
+ bool checkBounds( const TQString &name );
KPopupMenu *kpop;
};