diff options
Diffstat (limited to 'kmymoney2/kmymoney2.cpp')
-rw-r--r-- | kmymoney2/kmymoney2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/kmymoney2.cpp b/kmymoney2/kmymoney2.cpp index 8c58101..13ef387 100644 --- a/kmymoney2/kmymoney2.cpp +++ b/kmymoney2/kmymoney2.cpp @@ -5852,7 +5852,7 @@ void KMyMoney2App::webConnect(const TQString& url, const TQCString& asn_id) // Bring this window to the forefront. This method was suggested by // Lubos Lunak <l.lunak@suse.cz> of the KDE core development team. - KStartupInfo::setNewStartupId(this, asn_id); + TDEStartupInfo::setNewStartupId(this, asn_id); // Make sure we have an open file if ( ! myMoneyView->fileOpen() && |