summaryrefslogtreecommitdiff
path: root/src/rekonqpage/newtabpage.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2010-01-17 19:06:27 +0100
committermatgic78 <matgic78@gmail.com>2010-02-06 11:22:47 +0100
commit50d6ee1e340c35261b0445c1a2c793fb07da4854 (patch)
tree8c81a58e1ae521478cc7726433354d4068b6909b /src/rekonqpage/newtabpage.h
parentA new approach for choosing previews : a bar appears, then you browse to the ... (diff)
downloadrekonq-50d6ee1e340c35261b0445c1a2c793fb07da4854.tar.xz
bugfixing...
Diffstat (limited to 'src/rekonqpage/newtabpage.h')
-rw-r--r--src/rekonqpage/newtabpage.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/rekonqpage/newtabpage.h b/src/rekonqpage/newtabpage.h
index 742d9209..1057c7cc 100644
--- a/src/rekonqpage/newtabpage.h
+++ b/src/rekonqpage/newtabpage.h
@@ -32,8 +32,8 @@
#include <KUrl>
// Qt Includes
-#include <QtCore/QObject>
-#include <QtCore/QString>
+#include <QObject>
+#include <QString>
#include <QWebElement>
// Forward Includes
@@ -58,16 +58,6 @@ public:
public slots:
void snapFinished();
void removePreview(int index);
-
- /**
- Used for recently closed tabs
- */
- void setPreview(int index, KUrl url);
-
- /**
- Used for favorites
- */
- void setPreview(int index, WebPage *page);
protected: // these are the function to build the new tab page
void browsingMenu(const KUrl &currentUrl);