diff options
| author | Emmanuel Pescosta <[email protected]> | 2015-02-27 11:30:27 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2015-02-27 11:30:27 +0100 |
| commit | 9aee5d22513f0367febab54b38b3a7dc58d120bb (patch) | |
| tree | 99cf391070ac5d4650a3f1b309c3ec2e814f1ac6 /src/dolphinrecenttabsmenu.h | |
| parent | f025aeb63aa2a38e91c43d99ba9955793d3adf1e (diff) | |
| parent | b701b7e4edefb628d6f8b14146b2e299bd0ce5fc (diff) | |
Merge branch 'frameworks'
Diffstat (limited to 'src/dolphinrecenttabsmenu.h')
| -rw-r--r-- | src/dolphinrecenttabsmenu.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dolphinrecenttabsmenu.h b/src/dolphinrecenttabsmenu.h index 910e564a1..fe92a516d 100644 --- a/src/dolphinrecenttabsmenu.h +++ b/src/dolphinrecenttabsmenu.h @@ -21,9 +21,8 @@ #define DOLPHIN_RECENT_TABS_MENU_H #include <KActionMenu> -#include <KUrl> +#include <QUrl> -class DolphinTabPage; class QAction; class DolphinRecentTabsMenu : public KActionMenu @@ -34,7 +33,7 @@ public: explicit DolphinRecentTabsMenu(QObject* parent); public slots: - void rememberClosedTab(const KUrl& url, const QByteArray& state); + void rememberClosedTab(const QUrl& url, const QByteArray& state); void undoCloseTab(); signals: @@ -48,4 +47,4 @@ private: QAction* m_clearListAction; }; -#endif
\ No newline at end of file +#endif |
