diff options
Diffstat (limited to 'blinken/src/button.h')
-rw-r--r-- | blinken/src/button.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blinken/src/button.h b/blinken/src/button.h index d267b5b1..6137c55c 100644 --- a/blinken/src/button.h +++ b/blinken/src/button.h @@ -14,9 +14,9 @@ #include "blinkengame.h" -class KAction; -class KActionCollection; -class KShortcut; +class TDEAction; +class TDEActionCollection; +class TDEShortcut; class button { |