summaryrefslogtreecommitdiffstats
path: root/src/dolphin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphin.cpp')
-rw-r--r--src/dolphin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin.cpp b/src/dolphin.cpp
index a278231..00cc57a 100644
--- a/src/dolphin.cpp
+++ b/src/dolphin.cpp
@@ -104,7 +104,7 @@ void Dolphin::setActiveView(DolphinView* view)
void Dolphin::dropURLs(const KURL::List& urls,
const KURL& destination)
{
- const ButtonState keyboardState = KApplication::keyboardMouseState();
+ const ButtonState keyboardState = TDEApplication::keyboardMouseState();
const bool shiftPressed = (keyboardState & ShiftButton) > 0;
const bool controlPressed = (keyboardState & ControlButton) > 0;