From 2f1044cf6325ef76548375b602a14f8eb56eeb3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:27 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- juk/coverinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/coverinfo.cpp') diff --git a/juk/coverinfo.cpp b/juk/coverinfo.cpp index 624a67fd..e6b7691a 100644 --- a/juk/coverinfo.cpp +++ b/juk/coverinfo.cpp @@ -193,7 +193,7 @@ void CoverInfo::popup() const { TQPixmap image = pixmap(FullSize); TQPoint mouse = TQCursor::pos(); - TQRect desktop = KApplication::desktop()->screenGeometry(mouse); + TQRect desktop = TDEApplication::desktop()->screenGeometry(mouse); int x = mouse.x(); int y = mouse.y(); -- cgit v1.2.1