summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-16 19:20:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-02-16 19:20:27 +0100
commit2f13db3514ee77317b889904baa657b0257d962a (patch)
tree7c805e3cfc366ee9eb86636520e1e57106db3eaa /src/bookmarks/bookmarkstreemodel.cpp
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-2f13db3514ee77317b889904baa657b0257d962a.tar.xz
Krazy fixes
- doublequote_chars - normalize
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.cpp')
-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 4121a6ee..534e9698 100644
--- a/src/bookmarks/bookmarkstreemodel.cpp
+++ b/src/bookmarks/bookmarkstreemodel.cpp
@@ -167,7 +167,7 @@ BookmarksTreeModel::BookmarksTreeModel(QObject *parent)
, m_root(0)
{
resetModel();
- connect(rApp->bookmarkManager()->manager(), SIGNAL(changed(QString, QString)),
+ connect(rApp->bookmarkManager()->manager(), SIGNAL(changed(QString,QString)),
this, SLOT(bookmarksChanged(QString)));
}