From c48e769eb275917717e2b55eb869f7e559293ac8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:48:31 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kppp/conwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kppp/conwindow.cpp') 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; } -- cgit v1.2.1