aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/list/ListWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/list/ListWindow.cpp')
-rw-r--r--src/modules/list/ListWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp
index 0bbaa3c99..44fdf0689 100644
--- a/src/modules/list/ListWindow.cpp
+++ b/src/modules/list/ListWindow.cpp
@@ -245,8 +245,8 @@ ListWindow::ListWindow(KviConsoleWindow * lpConsole)
columnLabels.append(__tr2qs("Topic"));
m_pTreeWidget->setColumnCount(3);
m_pTreeWidget->setHeaderLabels(columnLabels);
- m_pTreeWidget->setAllColumnsShowFocus(TRUE);
- m_pTreeWidget->setSortingEnabled(TRUE);
+ m_pTreeWidget->setAllColumnsShowFocus(true);
+ m_pTreeWidget->setSortingEnabled(true);
m_pTreeWidget->sortItems(0,Qt::AscendingOrder);
m_pTreeWidget->setUniformRowHeights(true);