diff options
| author | Peter Penz <[email protected]> | 2010-03-27 13:08:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-27 13:08:46 +0000 |
| commit | 47e80ef6b9ce27b6acb252ceb412fc3260b85c53 (patch) | |
| tree | ef9c339bc4715f17f56f7e03a5eeffc1de75993f /src/CMakeLists.txt | |
| parent | dd743f9d98244ced35f80aeb6349630156f796be (diff) | |
Don't recreate and destroy the tooltip widget on each show/hide operation, just use set the widget visible/invisible and update the content instead
svn path=/trunk/KDE/kdebase/apps/; revision=1107992
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ae267cfb2..582ab2aa9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,8 +43,7 @@ set(dolphinprivate_LIB_SRCS settings/filemetadataconfigurationdialog.cpp settings/viewpropertiesdialog.cpp settings/viewpropsprogressinfo.cpp - tooltips/ktooltip.cpp - tooltips/ktooltipwindow.cpp + tooltips/filemetadatatooltip.cpp tooltips/tooltipmanager.cpp versioncontrol/pendingthreadsmaintainer.cpp versioncontrol/updateitemstatesthread.cpp |
