summaryrefslogtreecommitdiffstats
path: root/src/dialogs/ntqinputdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/ntqinputdialog.h')
-rw-r--r--src/dialogs/ntqinputdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/ntqinputdialog.h b/src/dialogs/ntqinputdialog.h
index 125b3556d..d64ae28d3 100644
--- a/src/dialogs/ntqinputdialog.h
+++ b/src/dialogs/ntqinputdialog.h
@@ -61,7 +61,7 @@ private:
enum Type { LineEdit, SpinBox, ComboBox, EditableComboBox };
TQInputDialog( const TQString &label, TQWidget* parent=0, const char* name=0,
- bool modal = TRUE, Type type = LineEdit ); //### 4.0: widget flag!
+ bool modal = true, Type type = LineEdit ); //### 4.0: widget flag!
~TQInputDialog();
TQLineEdit *lineEdit() const;
@@ -83,7 +83,7 @@ public:
double minValue = -2147483647, double maxValue = 2147483647,
int decimals = 1, bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
static TQString getItem( const TQString &caption, const TQString &label, const TQStringList &list,
- int current = 0, bool editable = TRUE,
+ int current = 0, bool editable = true,
bool *ok = 0, TQWidget *parent = 0, const char *name = 0 );
private slots: