diff options
author | Michele Calgaro <[email protected]> | 2025-01-20 17:31:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-20 17:31:48 +0900 |
commit | 1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 (patch) | |
tree | e6967aa8aacf5e5fca64c6b69f3a0ddc528a5640 /kget/docking.cpp | |
parent | 50da92376284f30d95e18960d2b24c49901fb10d (diff) | |
download | tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kget/docking.cpp')
-rw-r--r-- | kget/docking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() ); } |