summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/conversiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/conversiondialog.h')
-rw-r--r--krecipes/src/dialogs/conversiondialog.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/krecipes/src/dialogs/conversiondialog.h b/krecipes/src/dialogs/conversiondialog.h
index e48769b..5cde864 100644
--- a/krecipes/src/dialogs/conversiondialog.h
+++ b/krecipes/src/dialogs/conversiondialog.h
@@ -13,14 +13,14 @@
#include <kdialogbase.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
class KComboBox;
-class QLabel;
+class TQLabel;
class KLineEdit;
-class QPushButton;
+class TQPushButton;
class RecipeDB;
class UnitComboBox;
@@ -33,7 +33,7 @@ class ConversionDialog : public KDialogBase
Q_OBJECT
public:
- ConversionDialog( QWidget* parent, RecipeDB *, const char* name = 0 );
+ ConversionDialog( TQWidget* parent, RecipeDB *, const char* name = 0 );
~ConversionDialog();
virtual void show();
@@ -42,13 +42,13 @@ public:
protected:
IngredientComboBox* ingredientBox;
PrepMethodComboBox* prepMethodBox;
- QLabel* convertLabel;
+ TQLabel* convertLabel;
UnitComboBox* toUnitBox;
UnitComboBox* fromUnitBox;
FractionInput* amountEdit;
- QLabel* toLabel;
- QLabel* resultLabel;
- QLabel* resultText;
+ TQLabel* toLabel;
+ TQLabel* resultLabel;
+ TQLabel* resultText;
protected slots:
virtual void languageChange();