summaryrefslogtreecommitdiffstats
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 23:53:31 -0600
committerTimothy Pearson <[email protected]>2013-01-19 23:53:31 -0600
commit59839acb406a92c7dbcea401687f58af40765ce8 (patch)
tree5c590e71ed852d9ed47e35eb063018953f5f17a0 /src/dolphindetailsview.cpp
parentb1043889eb2d54f6f53f883f88b154d80663fbe0 (diff)
downloaddolphin-59839acb406a92c7dbcea401687f58af40765ce8.tar.gz
dolphin-59839acb406a92c7dbcea401687f58af40765ce8.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index db5016e..c24ed4c 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -379,7 +379,7 @@ void DolphinDetailsView::contentsMousePressEvent(TQMouseEvent* event)
KFileDetailView::contentsMousePressEvent(event);
}
else if (event->button() == Qt::LeftButton) {
- const ButtonState keyboardState = KApplication::keyboardMouseState();
+ const ButtonState keyboardState = TDEApplication::keyboardMouseState();
const bool isSelectionActive = (keyboardState & ShiftButton) ||
(keyboardState & ControlButton);
if (!isSelectionActive) {