diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /twin/client.h | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'twin/client.h')
-rw-r--r-- | twin/client.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/twin/client.h b/twin/client.h index fa63e2b3a..ffa328592 100644 --- a/twin/client.h +++ b/twin/client.h @@ -239,7 +239,7 @@ class Client : public TQObject, public KDecorationDefines void shrinkVertical(); bool providesContextHelp() const; - KShortcut shortcut() const; + TDEShortcut shortcut() const; void setShortcut( const TQString& cut ); bool performMouseCommand( Options::MouseCommand, TQPoint globalPos, bool handled = false ); @@ -419,7 +419,7 @@ class Client : public TQObject, public KDecorationDefines void setCaption( const TQString& s, bool force = false ); bool hasTransientInternal( const Client* c, bool indirect, ConstClientList& set ) const; void finishWindowRules(); - void setShortcutInternal( const KShortcut& cut ); + void setShortcutInternal( const TDEShortcut& cut ); void updateWorkareaDiffs(); void checkDirection( int new_diff, int old_diff, TQRect& rect, const TQRect& area ); @@ -584,7 +584,7 @@ class Client : public TQObject, public KDecorationDefines TQRegion _mask; static bool check_active_modal; // see Client::checkActiveModal() - KShortcut _shortcut; + TDEShortcut _shortcut; friend struct FetchNameInternalPredicate; friend struct CheckIgnoreFocusStealingProcedure; friend struct ResetupRulesProcedure; @@ -964,7 +964,7 @@ inline Window Client::moveResizeGrabWindow() const return move_resize_grab_window; } -inline KShortcut Client::shortcut() const +inline TDEShortcut Client::shortcut() const { return _shortcut; } |