diff options
Diffstat (limited to 'blinken/src/blinken.cpp')
-rw-r--r-- | blinken/src/blinken.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/blinken.cpp b/blinken/src/blinken.cpp index 54d45532..5e00cd64 100644 --- a/blinken/src/blinken.cpp +++ b/blinken/src/blinken.cpp @@ -234,7 +234,7 @@ void blinken::keyPressEvent(TQKeyEvent *e) } else { - KShortcut ks(e -> key()); + TDEShortcut ks(e -> key()); if (!ks.toString().isEmpty()) { bool different = true; |