summaryrefslogtreecommitdiff
path: root/src/bookmarks
diff options
context:
space:
mode:
authorMontel Laurent <montel@kde.org>2013-05-06 08:02:04 +0200
committerMontel Laurent <montel@kde.org>2013-05-06 08:02:04 +0200
commitda438361461948c9c151a770de91dd6ee4631714 (patch)
treedb8177d800e7f6859314a752362d66bb02915f61 /src/bookmarks
parentFix forward declaration (diff)
downloadrekonq-da438361461948c9c151a770de91dd6ee4631714.tar.xz
normalize signal/slot
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/bookmarkstreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.cpp b/src/bookmarks/bookmarkstreemodel.cpp
index 8a74e3e6..45b50253 100644
--- a/src/bookmarks/bookmarkstreemodel.cpp
+++ b/src/bookmarks/bookmarkstreemodel.cpp
@@ -166,7 +166,7 @@ BookmarksTreeModel::BookmarksTreeModel(QObject *parent)
, m_root(0)
{
resetModel();
- connect(BookmarkManager::self()->manager(), SIGNAL(changed(QString, QString)),
+ connect(BookmarkManager::self()->manager(), SIGNAL(changed(QString,QString)),
this, SLOT(bookmarksChanged(QString)));
}