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 --- kget/droptarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kget/droptarget.cpp') diff --git a/kget/droptarget.cpp b/kget/droptarget.cpp index 9fdf6ee5..ee0c05f5 100644 --- a/kget/droptarget.cpp +++ b/kget/droptarget.cpp @@ -55,7 +55,7 @@ DropTarget::DropTarget(KMainWindow * mainWin):TQWidget() int x = ksettings.dropPosition.x(); int y = ksettings.dropPosition.y(); - TQRect desk = KGlobalSettings::desktopGeometry(this); + TQRect desk = TDEGlobalSettings::desktopGeometry(this); TQPixmap bgnd = UserIcon( "target" ); if (x != -1 && -- cgit v1.2.1