summaryrefslogtreecommitdiffstats
path: root/kppp/conwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/conwindow.cpp')
-rw-r--r--kppp/conwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/conwindow.cpp b/kppp/conwindow.cpp
index 9f4a10bd..784a2499 100644
--- a/kppp/conwindow.cpp
+++ b/kppp/conwindow.cpp
@@ -273,7 +273,7 @@ void ConWindow::timeclick() {
// volume accounting
if(volumeAccountingEnabled) {
- volinfo->setEnabled(TRUE);
+ volinfo->setEnabled(true);
int bytes = gpppdata.totalBytes();
volinfo->setText(prettyPrintVolume(bytes));
}