diff options
| author | Montel Laurent <[email protected]> | 2014-10-27 22:30:02 +0100 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-27 22:30:02 +0100 |
| commit | a76cb4c67f8b1f30f29482228fecca89a9c1cb6f (patch) | |
| tree | 10bf105a589033eb87c14340e64203ace1013e1f /src/kitemviews/private/kitemlistselectiontoggle.cpp | |
| parent | 5ed011357c42170805a4e20ec6526e79f8a0ea39 (diff) | |
Port to QDebug*. KVBox--
Diffstat (limited to 'src/kitemviews/private/kitemlistselectiontoggle.cpp')
| -rw-r--r-- | src/kitemviews/private/kitemlistselectiontoggle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/private/kitemlistselectiontoggle.cpp b/src/kitemviews/private/kitemlistselectiontoggle.cpp index 4daa55f9a..8b5033b88 100644 --- a/src/kitemviews/private/kitemlistselectiontoggle.cpp +++ b/src/kitemviews/private/kitemlistselectiontoggle.cpp @@ -22,7 +22,7 @@ #include <KIconLoader> #include <QPainter> -#include <KDebug> +#include <QDebug> KItemListSelectionToggle::KItemListSelectionToggle(QGraphicsItem* parent) : QGraphicsWidget(parent, 0), |
