summaryrefslogtreecommitdiffstats
path: root/kommander/editor/propertyeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/propertyeditor.h')
-rw-r--r--kommander/editor/propertyeditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/propertyeditor.h b/kommander/editor/propertyeditor.h
index a63b8406..379f4535 100644
--- a/kommander/editor/propertyeditor.h
+++ b/kommander/editor/propertyeditor.h
@@ -74,7 +74,7 @@ public:
TQString name() const;
virtual void notifyValueChange();
- virtual void setChanged( bool b, bool updateDb = TRUE );
+ virtual void setChanged( bool b, bool updateDb = true );
bool isChanged() const;
virtual void placeEditor( TQWidget *w );
@@ -132,7 +132,7 @@ class PropertyTextItem : public TQObject,
public:
PropertyTextItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
- const TQString &propName, bool comment, bool multiLine, bool ascii = FALSE, bool a = FALSE );
+ const TQString &propName, bool comment, bool multiLine, bool ascii = false, bool a = false );
~PropertyTextItem();
virtual void createChildren();
@@ -145,7 +145,7 @@ public:
virtual bool hasSubItems() const;
virtual void childValueChanged( PropertyItem *child );
- virtual void setChanged( bool b, bool updateDb = TRUE );
+ virtual void setChanged( bool b, bool updateDb = true );
private slots:
void setValue();
@@ -375,7 +375,7 @@ class PropertyPixmapItem : public TQObject,
public:
PropertyPixmapItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
- const TQString &propName, bool isIconSet = FALSE );
+ const TQString &propName, bool isIconSet = false );
~PropertyPixmapItem();
virtual void showEditor();