]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/selectiontoggle.cpp
Fix compilation when Nepomuk is not available
[dolphin.git] / src / views / selectiontoggle.cpp
index c1272fa0f764385131dc65e1df264e4e8497adc0..e08a0220e19e274b16d3f48de791f00cca722670 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2008 by Peter Penz <peter.penz@gmx.at>                  *
+ *   Copyright (C) 2008 by Peter Penz <peter.penz19@gmail.com>             *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
 
 #include "selectiontoggle.h"
 
-#include <kglobalsettings.h>
-#include <kicon.h>
-#include <kiconloader.h>
-#include <kiconeffect.h>
-#include <klocale.h>
+#include <KGlobalSettings>
+#include <KIcon>
+#include <KIconLoader>
+#include <KIconEffect>
+#include <KLocale>
 
 #include <QApplication>
 #include <QPainter>
@@ -32,7 +32,7 @@
 #include <QTimer>
 #include <QTimeLine>
 
-#include <kdebug.h>
+#include <KDebug>
 
 SelectionToggle::SelectionToggle(QWidget* parent) :
     QAbstractButton(parent),