diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:49:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:49:59 -0600 |
commit | 93943a849d1abc2003ceefe294dc419b9927f7d0 (patch) | |
tree | a6c2696cdd5c3b5339f2b6f821062a32cf46ae53 /twin/client.h | |
parent | 01c60a267846a8712bca34218ecf7da57566c049 (diff) | |
download | tdebase-93943a849d1abc2003ceefe294dc419b9927f7d0.tar.gz tdebase-93943a849d1abc2003ceefe294dc419b9927f7d0.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'twin/client.h')
-rw-r--r-- | twin/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/client.h b/twin/client.h index 98efe8f8e..fa63e2b3a 100644 --- a/twin/client.h +++ b/twin/client.h @@ -32,7 +32,7 @@ License. See the file "COPYING" for the exact licensing terms. class TQTimer; class TDEProcess; -class KStartupInfoData; +class TDEStartupInfoData; namespace KWinInternal { @@ -457,7 +457,7 @@ class Client : public TQObject, public KDecorationDefines void rawShow(); // just shows it void rawHide(); // just hides it - Time readUserTimeMapTimestamp( const KStartupInfoId* asn_id, const KStartupInfoData* asn_data, + Time readUserTimeMapTimestamp( const TDEStartupInfoId* asn_id, const TDEStartupInfoData* asn_data, bool session ) const; Time readUserCreationTime() const; static bool sameAppWindowRoleMatch( const Client* c1, const Client* c2, bool active_hack ); |