diff options
| author | David Faure <[email protected]> | 2014-11-02 17:03:18 +0100 |
|---|---|---|
| committer | David Faure <[email protected]> | 2014-11-02 17:03:18 +0100 |
| commit | 3e14a97a0f139a07e7fe3f6dcdb3b6ee689aa214 (patch) | |
| tree | 5fa167db581b1583a853c98c3f23e1b00466a08e /src/dolphinpart.cpp | |
| parent | 98880e443048e327c83bd6d0c5d0d8aab2cb8fbb (diff) | |
Many cleanups in KonqOperations
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 6d1c79b2e..0e3f68336 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -56,6 +56,7 @@ #include <QApplication> #include <QClipboard> #include <QDir> +#include <QKeyEvent> K_PLUGIN_FACTORY(DolphinPartFactory, registerPlugin<DolphinPart>();) |
