diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:53:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:53:31 -0600 |
commit | 59839acb406a92c7dbcea401687f58af40765ce8 (patch) | |
tree | 5c590e71ed852d9ed47e35eb063018953f5f17a0 /src/dolphin.cpp | |
parent | b1043889eb2d54f6f53f883f88b154d80663fbe0 (diff) | |
download | dolphin-59839acb406a92c7dbcea401687f58af40765ce8.tar.gz dolphin-59839acb406a92c7dbcea401687f58af40765ce8.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphin.cpp')
-rw-r--r-- | src/dolphin.cpp | 2 |
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; |