summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/ColourTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/ColourTable.cpp b/src/gui/widgets/ColourTable.cpp
index 4845b9c..bf8f942 100644
--- a/src/gui/widgets/ColourTable.cpp
+++ b/src/gui/widgets/ColourTable.cpp
@@ -44,7 +44,7 @@ ColourTable::ColourTable
(TQWidget *parent, ColourMap &input, ColourList &list)
: TQTable(1, 2, parent, "RColourTable")
{
- setSorting(FALSE);
+ setSorting(false);
setSelectionMode(TQTable::SingleRow);
horizontalHeader()->setLabel(0, i18n("Name"));
horizontalHeader()->setLabel(1, i18n("Color"));