From 1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jan 2025 17:31:48 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- kget/docking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kget/docking.cpp') diff --git a/kget/docking.cpp b/kget/docking.cpp index 54c0d96a..98b0cccb 100644 --- a/kget/docking.cpp +++ b/kget/docking.cpp @@ -56,7 +56,7 @@ DockWidget::DockWidget(TDEMainWidget * _parent):KSystemTray(_parent) setAcceptDrops(true); dtip = new DynamicTip( this ); - dtip->setStatus( kapp->aboutData()->shortDescription() ); + dtip->setStatus( tdeApp->aboutData()->shortDescription() ); } -- cgit v1.2.3