aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 41f994c..bd0afb3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -356,7 +356,7 @@ MainWindow * kristall::openNewWindow(QVector<QUrl> const & urls)
//! Opens a new window with the given list of urls.
//! If the list is empty, no new tab will spawned.
-MainWindow * kristall::openNewWindow(QVector<PageMetadata> const & urls)
+MainWindow * kristall::openNewWindow(QVector<NamedUrl> const & urls)
{
MainWindow * const window = new MainWindow(qApp);
@@ -706,7 +706,7 @@ int main(int argc, char *argv[])
{
settings.setArrayIndex(index);
- QVector<PageMetadata> urls;
+ QVector<NamedUrl> urls;
int tab_count = settings.beginReadArray("tabs");
for(int i = 0; i < tab_count; i++)