diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 11:32:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 11:32:23 +0100 |
commit | b96d7a83dc5f25429b378fb4a4c3cf9399830491 (patch) | |
tree | 2f6f63bc305a15978994219076c5a9ec3aa5789b /src/kspellplugin.cpp | |
parent | Krazy fixes, third shot (diff) | |
download | rekonq-b96d7a83dc5f25429b378fb4a4c3cf9399830491.tar.xz |
Restore rekonq 1.x shortcuts
ALT + #number to change tabs
CTRL + #number to load favorites
BUG: 312341
Diffstat (limited to 'src/kspellplugin.cpp')
-rw-r--r-- | src/kspellplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kspellplugin.cpp b/src/kspellplugin.cpp index 7b20b4a4..244c2a1d 100644 --- a/src/kspellplugin.cpp +++ b/src/kspellplugin.cpp @@ -27,6 +27,7 @@ // Self Includes #include "kspellplugin.h" +#include "kspellplugin.moc" // KDE Includes #include <KDebug> |