aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2016-06-28 17:43:03 +0100
committerGravatar un1versal2016-06-28 17:43:03 +0100
commit8252991d57639ccafdac0931e4e62bc36c9f299f (patch)
treef6089e8c92306ed1578c7d9f072c2a6f63690e0a /src
parentCustomizeToolBarsDialog: add import toolbar button (diff)
downloadKVIrc-8252991d57639ccafdac0931e4e62bc36c9f299f.tar.gz
KVIrc-8252991d57639ccafdac0931e4e62bc36c9f299f.tar.bz2
KVIrc-8252991d57639ccafdac0931e4e62bc36c9f299f.zip
CustomizeToolBarsDialog: fix cosmetic formatting
due to rebase conflict resolution this was missed
Diffstat (limited to 'src')
-rw-r--r--src/modules/toolbareditor/CustomizeToolBarsDialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
index a59f3261e..f79e50fa2 100644
--- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
+++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp
@@ -326,15 +326,15 @@ CustomizeToolBarsDialog::CustomizeToolBarsDialog(QWidget * p)
connect(m_pExportToolBarButton, SIGNAL(clicked()), this, SLOT(exportToolBar()));
g->addWidget(m_pExportToolBarButton, 4, 1);
- m_pImportToolBarButton = new QPushButton(__tr2qs_ctx("Import Toolbar","editor"),this);
- connect(m_pImportToolBarButton,SIGNAL(clicked()),this,SLOT(importToolBar()));
+ m_pImportToolBarButton = new QPushButton(__tr2qs_ctx("Import Toolbar", "editor"), this);
+ connect(m_pImportToolBarButton, SIGNAL(clicked()), this, SLOT(importToolBar()));
g->addWidget(m_pImportToolBarButton, 5, 1);
TrashcanLabel * t = new TrashcanLabel(this);
g->addWidget(t, 7, 1);
b = new QPushButton(__tr2qs_ctx("Close","editor"),this);
- connect(b,SIGNAL(clicked()),this,SLOT(closeClicked()));
+ connect(b,SIGNAL(clicked()), this, SLOT(closeClicked()));
g->addWidget(b, 8, 1);
g->setRowStretch(6, 1);