diff options
| author | Peter Penz <[email protected]> | 2010-09-21 16:18:20 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-09-21 16:18:20 +0000 |
| commit | fcef5f7721dbcb2fa5d672ff123edfed078c0006 (patch) | |
| tree | 9047cf5f9134d5271ba5e4407b3478219391ae60 /src/dolphincontextmenu.h | |
| parent | d88f623969d45df8afd773735a2f60a46a4533b4 (diff) | |
Use K_GLOBAL_STATIC for the previously committed workaround to bypass a X11-issue in combination with KModifierKeyInfo. Thanks to David Faure for the hint.
svn path=/trunk/KDE/kdebase/apps/; revision=1177902
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 028dc4649..2913114ac 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -25,7 +25,6 @@ #include <kservice.h> #include <kurl.h> #include <konq_copytomenu.h> -#include <kmodifierkeyinfo.h> #include <QtCore/QObject> @@ -167,8 +166,6 @@ private: bool m_shiftPressed; QAction* m_removeAction; // Action that represents either 'Move To Trash' or 'Delete' - - static KModifierKeyInfo* m_keyInfo; }; #endif |
