diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-16 19:20:27 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-16 19:20:27 +0100 |
commit | 2f13db3514ee77317b889904baa657b0257d962a (patch) | |
tree | 7c805e3cfc366ee9eb86636520e1e57106db3eaa /src/tabbar.cpp | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-2f13db3514ee77317b889904baa657b0257d962a.tar.xz |
Krazy fixes
- doublequote_chars
- normalize
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r-- | src/tabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index 74e549e5..c079d54e 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -82,7 +82,7 @@ TabBar::TabBar(QWidget *parent) setContextMenuPolicy(Qt::CustomContextMenu); - connect(this, SIGNAL(contextMenu(int, QPoint)), this, SLOT(contextMenu(int, QPoint))); + connect(this, SIGNAL(contextMenu(int,QPoint)), this, SLOT(contextMenu(int,QPoint))); connect(this, SIGNAL(emptyAreaContextMenu(QPoint)), this, SLOT(emptyAreaContextMenu(QPoint))); connect(m_animationMapper, SIGNAL(mapped(int)), this, SLOT(removeAnimation(int))); |