summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_custom_palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_custom_palette.cpp')
-rw-r--r--chalk/ui/kis_custom_palette.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/ui/kis_custom_palette.cpp b/chalk/ui/kis_custom_palette.cpp
index 8fb2a9dbe..b61725299 100644
--- a/chalk/ui/kis_custom_palette.cpp
+++ b/chalk/ui/kis_custom_palette.cpp
@@ -52,9 +52,9 @@ KisCustomPalette::KisCustomPalette(TQWidget *parent, const char* name, const TQS
m_ownPalette = true;
this->view->setPalette(m_palette);
- connect(addColor, TQT_SIGNAL(pressed()), this, TQT_SLOT(slotAddNew()));
- connect(removeColor, TQT_SIGNAL(pressed()), this, TQT_SLOT(slotRemoveCurrent()));
- connect(addPalette, TQT_SIGNAL(pressed()), this, TQT_SLOT(slotAddPredefined()));
+ connect(addColor, TQ_SIGNAL(pressed()), this, TQ_SLOT(slotAddNew()));
+ connect(removeColor, TQ_SIGNAL(pressed()), this, TQ_SLOT(slotRemoveCurrent()));
+ connect(addPalette, TQ_SIGNAL(pressed()), this, TQ_SLOT(slotAddPredefined()));
}
KisCustomPalette::~KisCustomPalette() {