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/pwentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kppp/pwentry.cpp') diff --git a/kppp/pwentry.cpp b/kppp/pwentry.cpp index 270b4b72..7584c3c6 100644 --- a/kppp/pwentry.cpp +++ b/kppp/pwentry.cpp @@ -43,7 +43,7 @@ PWEntry::PWEntry( TQWidget *parent, const char *name ) 300, 90); } else { - TQRect desk = KGlobalSettings::desktopGeometry(parent); + TQRect desk = TDEGlobalSettings::desktopGeometry(parent); setGeometry( desk.center().x() - 150, desk.center().y() - 50, 300, 90 ); } -- cgit v1.2.1