aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/toolbareditor/CustomizeToolBarsDialog.h
diff options
context:
space:
mode:
authorGravatar un1versal2016-04-18 23:06:12 +0100
committerGravatar un1versal2016-06-28 17:33:35 +0100
commit7b716c3eade99a7cf6ecc16e21d84c3110d51d2e (patch)
tree48a8371143afb26c2f8958120340aacbae83f8dc /src/modules/toolbareditor/CustomizeToolBarsDialog.h
parentKviUserListView: add minimum width for userlist (#2028) (diff)
downloadKVIrc-7b716c3eade99a7cf6ecc16e21d84c3110d51d2e.tar.gz
KVIrc-7b716c3eade99a7cf6ecc16e21d84c3110d51d2e.tar.bz2
KVIrc-7b716c3eade99a7cf6ecc16e21d84c3110d51d2e.zip
CustomizeToolBarsDialog: add import toolbar button
export exists so why not import? resolves #1943
Diffstat (limited to 'src/modules/toolbareditor/CustomizeToolBarsDialog.h')
-rw-r--r--src/modules/toolbareditor/CustomizeToolBarsDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.h b/src/modules/toolbareditor/CustomizeToolBarsDialog.h
index 28bf07652..937c5c72e 100644
--- a/src/modules/toolbareditor/CustomizeToolBarsDialog.h
+++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.h
@@ -53,6 +53,7 @@ protected:
QPushButton * m_pDeleteToolBarButton;
QPushButton * m_pRenameToolBarButton;
QPushButton * m_pExportToolBarButton;
+ QPushButton * m_pImportToolBarButton;
public:
static CustomizeToolBarsDialog * instance() { return m_pInstance; };
@@ -68,6 +69,7 @@ protected slots:
void deleteToolBar();
void renameToolBar();
void exportToolBar();
+ void importToolBar();
void currentToolBarChanged();
virtual void reject();
};