diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 21:51:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 21:51:42 -0600 |
commit | 9c4ceda4980ae0854b60c3242f9fb235053e883b (patch) | |
tree | b957a621f14960f73a98af90ac64e1558116db22 /kget | |
parent | 4c899296290a7499b75b1bd88267d53d7d690ffe (diff) | |
download | tdenetwork-9c4ceda4980ae0854b60c3242f9fb235053e883b.tar.gz tdenetwork-9c4ceda4980ae0854b60c3242f9fb235053e883b.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'kget')
-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 ffefb2ce..27b8634b 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -148,7 +148,7 @@ public: } else - KStartupInfo::setNewStartupId( mainWidget(), kapp->startupId()); + TDEStartupInfo::setNewStartupId( mainWidget(), kapp->startupId()); if (args->isSet("showDropTarget")) kmain->activateDropTarget(); |