summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/ingredientparserdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/ingredientparserdialog.h')
-rw-r--r--krecipes/src/dialogs/ingredientparserdialog.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/krecipes/src/dialogs/ingredientparserdialog.h b/krecipes/src/dialogs/ingredientparserdialog.h
index 948f0cb..5e3909c 100644
--- a/krecipes/src/dialogs/ingredientparserdialog.h
+++ b/krecipes/src/dialogs/ingredientparserdialog.h
@@ -16,35 +16,35 @@
#include "datablocks/ingredientlist.h"
#include "datablocks/unit.h"
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QLabel;
-class QTextEdit;
-class QLineEdit;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQLabel;
+class TQTextEdit;
+class TQLineEdit;
class KPushButton;
class KListView;
-class QListViewItem;
-class QPushButton;
+class TQListViewItem;
+class TQPushButton;
class IngredientParserDialog : public KDialogBase
{
Q_OBJECT
public:
- IngredientParserDialog( const UnitList &units, QWidget* parent = 0, const char* name = 0 );
+ IngredientParserDialog( const UnitList &units, TQWidget* parent = 0, const char* name = 0 );
~IngredientParserDialog();
IngredientList ingredients() const { return m_ingList; }
protected:
- QLabel* textLabel1;
- QLabel *previewLabel;
- QTextEdit* ingredientTextEdit;
+ TQLabel* textLabel1;
+ TQLabel *previewLabel;
+ TQTextEdit* ingredientTextEdit;
KPushButton* parseButton;
KListView* previewIngView;
- QPushButton* buttonGroup;
+ TQPushButton* buttonGroup;
protected slots:
virtual void accept();
@@ -56,7 +56,7 @@ protected slots:
virtual void languageChange();
private:
- void convertToHeader( const QPtrList<QListViewItem> &items );
+ void convertToHeader( const TQPtrList<TQListViewItem> &items );
UnitList m_unitList;
IngredientList m_ingList;