diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:43:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:43:24 -0600 |
commit | 5c184dbff213fb413a7559143e6317d6d0a75678 (patch) | |
tree | f11f6bfe84f36d0edf6bf802d27173c5ac85ad27 /kmymoney2/kmymoney2.cpp | |
parent | 382cb8acec3889e3963bb2184d792fa5609c4e81 (diff) | |
download | kmymoney-5c184dbff213fb413a7559143e6317d6d0a75678.tar.gz kmymoney-5c184dbff213fb413a7559143e6317d6d0a75678.zip |
Rename KStartup for enhanced compatibility with KDE4
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() && |