diff options
author | matgic78 <matgic78@gmail.com> | 2010-01-17 19:06:27 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-02-06 11:22:47 +0100 |
commit | 50d6ee1e340c35261b0445c1a2c793fb07da4854 (patch) | |
tree | 8c81a58e1ae521478cc7726433354d4068b6909b /src/rekonqpage/newtabpage.h | |
parent | A new approach for choosing previews : a bar appears, then you browse to the ... (diff) | |
download | rekonq-50d6ee1e340c35261b0445c1a2c793fb07da4854.tar.xz |
bugfixing...
Diffstat (limited to 'src/rekonqpage/newtabpage.h')
-rw-r--r-- | src/rekonqpage/newtabpage.h | 14 |
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 ¤tUrl); |