diff options
Diffstat (limited to 'kommander/editor/metadatabase.h')
-rw-r--r-- | kommander/editor/metadatabase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/metadatabase.h b/kommander/editor/metadatabase.h index cb73130e..b2d8fd49 100644 --- a/kommander/editor/metadatabase.h +++ b/kommander/editor/metadatabase.h @@ -126,7 +126,7 @@ public: TQString name; TQStringList args; #if defined(TQ_FULL_TEMPLATE_INSTANTIATION) - bool operator==( const EventDescription& ) const { return FALSE; } + bool operator==( const EventDescription& ) const { return false; } #endif }; @@ -164,7 +164,7 @@ public: static void removeSlot( TQObject *o, const TQString &slot ); static TQValueList<Slot> slotList( TQObject *o ); static bool isSlotUsed( TQObject *o, const TQCString &slot ); - static bool hasSlot( TQObject *o, const TQCString &slot, bool onlyCustom = FALSE ); + static bool hasSlot( TQObject *o, const TQCString &slot, bool onlyCustom = false ); static void changeSlot( TQObject *o, const TQCString &slot, const TQCString &newName ); static void changeSlotAttributes( TQObject *o, const TQCString &slot, const TQString& specifier, const TQString &access, |