diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 17:31:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 17:31:48 +0900 |
| commit | 1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 (patch) | |
| tree | e6967aa8aacf5e5fca64c6b69f3a0ddc528a5640 /kget/main.cpp | |
| parent | 50da92376284f30d95e18960d2b24c49901fb10d (diff) | |
| download | tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kget/main.cpp')
| -rw-r--r-- | kget/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/main.cpp b/kget/main.cpp index 7b59407f..4c81d4b8 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -147,7 +147,7 @@ public: } else - TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId()); + TDEStartupInfo::setNewStartupId( mainWidget(), tdeApp->startupId()); if (args->isSet("showDropTarget")) tdemain->activateDropTarget(); |
