From 038facd4fcca60aa92fe29bbb47e9669029d0fe9 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 27 Apr 2012 01:05:20 +0200 Subject: Revert "Fix opensearch add shortcut handling" This reverts commit d09b430f9835fd19f9a0088a5620af20bdf36b0e. --- src/urlbar/webshortcutwidget.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/urlbar/webshortcutwidget.h') diff --git a/src/urlbar/webshortcutwidget.h b/src/urlbar/webshortcutwidget.h index d1291714..bc072f47 100644 --- a/src/urlbar/webshortcutwidget.h +++ b/src/urlbar/webshortcutwidget.h @@ -4,7 +4,6 @@ * * Copyright (C) 2009 by Fredy Yanardi * Copyright (C) 2010-2011 by Lionel Chauvin -* Copyright (C) 2012 by Andrea Diamantini * * * This program is free software; you can redistribute it and/or @@ -29,24 +28,15 @@ #ifndef WEBSHORTCUTWIDGET_H #define WEBSHORTCUTWIDGET_H - -// Rekonq Includes -#include "rekonq_defines.h" - -// KDE Includes +#include #include #include -// Qt Includes -#include - -// Forward Declarations class QLabel; class QLineEdit; class QPushButton; - -class REKONQ_TESTS_EXPORT WebShortcutWidget : public QMenu +class WebShortcutWidget : public QMenu { Q_OBJECT public: -- cgit v1.2.1