From 1d8c89418c90f6b5eb722d77549d3b5ba0fb6071 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 13 May 2007 12:00:23 +0000 Subject: [PATCH] slotAddPredefined doesn't exist (for the moment I think) svn path=/trunk/koffice/; revision=664216 --- krita/ui/kis_custom_palette.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krita/ui/kis_custom_palette.cc b/krita/ui/kis_custom_palette.cc index 0ada4f6dc9..d2246c3f31 100644 --- a/krita/ui/kis_custom_palette.cc +++ b/krita/ui/kis_custom_palette.cc @@ -63,7 +63,7 @@ KisCustomPalette::KisCustomPalette( QList &palettes, QWidget *paren connect(paletteList, SIGNAL(currentItemChanged( QListWidgetItem*, QListWidgetItem* )), this, SLOT(slotPaletteChanged( QListWidgetItem*, QListWidgetItem* ))); connect(addColor, SIGNAL(pressed()), this, SLOT(slotAddNew())); connect(removeColor, SIGNAL(pressed()), this, SLOT(slotRemoveCurrent())); - connect(addPalette, SIGNAL(pressed()), this, SLOT(slotAddPredefined())); + //connect(addPalette, SIGNAL(pressed()), this, SLOT(slotAddPredefined())); } KisCustomPalette::~KisCustomPalette() { -- GitLab