diff options
| author | Peter Penz <[email protected]> | 2011-02-04 15:43:21 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-04 15:43:21 +0100 |
| commit | 8eb9b508ca87fb1d634d8b8ba62c054ed04466d2 (patch) | |
| tree | d9712ac782edaed308c3b1fc0ddb8dac873dfc39 /src/tests/dolphintreeviewtest.cpp | |
| parent | b1843402863d0473b00d872daec4ab382ddec030 (diff) | |
Use capitalized KDE includes
Diffstat (limited to 'src/tests/dolphintreeviewtest.cpp')
| -rw-r--r-- | src/tests/dolphintreeviewtest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/dolphintreeviewtest.cpp b/src/tests/dolphintreeviewtest.cpp index 61922acd7..afcd34d2b 100644 --- a/src/tests/dolphintreeviewtest.cpp +++ b/src/tests/dolphintreeviewtest.cpp @@ -18,14 +18,14 @@ *****************************************************************************/ #include <qtest_kde.h> -#include <kdebug.h> -#include <kaction.h> +#include <KDebug> +#include <KAction> #include "views/dolphintreeview.h" #include <qtestkeyboard.h> #include <qtestmouse.h> -#include <QtGui/QStringListModel> +#include <QStringListModel> class DolphinTreeViewTest : public QObject { |
