summaryrefslogtreecommitdiff
path: root/src/settings/adblockwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-23 15:35:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-23 15:35:41 +0200
commit6debba6ebd47792310168af8a0d2ace4796eff10 (patch)
tree1386a6638c2847d6487c8f3cff02b239bbdc1bf7 /src/settings/adblockwidget.h
parentCleaning some kDebug calls (diff)
downloadrekonq-6debba6ebd47792310168af8a0d2ace4796eff10.tar.xz
New Settings classes, one for each widget.
It seems clear to me that this way code is more maintainable than merging everything in the settingsdialog class
Diffstat (limited to 'src/settings/adblockwidget.h')
-rw-r--r--src/settings/adblockwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/adblockwidget.h b/src/settings/adblockwidget.h
index 1ed9aaa6..38a02636 100644
--- a/src/settings/adblockwidget.h
+++ b/src/settings/adblockwidget.h
@@ -32,8 +32,8 @@
#include "ui_settings_adblock.h"
// Qt Includes
-#include <QWidget>
-#include <QTreeWidgetItem>
+#include <QtGui/QWidget>
+#include <QtGui/QTreeWidgetItem>
class AdBlockWidget : public QWidget, private Ui::adblock