diff options
Diffstat (limited to 'kppp/conwindow.cpp')
-rw-r--r-- | kppp/conwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/conwindow.cpp b/kppp/conwindow.cpp index 2e6f2281..fb0aa27b 100644 --- a/kppp/conwindow.cpp +++ b/kppp/conwindow.cpp @@ -108,7 +108,7 @@ TQString ConWindow::prettyPrintVolume(unsigned int n) { while(i--) n1 = n1 / 1024.0; - TQString s = KGlobal::locale()->formatNumber( n1, idx==0 ? 0 : 1 ); + TQString s = TDEGlobal::locale()->formatNumber( n1, idx==0 ? 0 : 1 ); s += " " + quant[idx]; return s; } |