summaryrefslogtreecommitdiffstats
path: root/src/palettecfg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/palettecfg.cpp')
-rw-r--r--src/palettecfg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/palettecfg.cpp b/src/palettecfg.cpp
index 2c2fef3..d963d9a 100644
--- a/src/palettecfg.cpp
+++ b/src/palettecfg.cpp
@@ -27,9 +27,9 @@ PaletteCfg::PaletteCfg(TQWidget *parent, const char *name): PaletteCfgDesign(par
{
groupName= 0;
slotComboSelected(0);
- connect( comboSelect,SIGNAL(activated(int)),this,SLOT(slotComboSelected(int)) );
- connect( buttonColor,SIGNAL(changed(const TQColor &)),this,SLOT(slotColorChanged(const TQColor &)) );
- connect( buttonDefaultPalette, SIGNAL(clicked()),this,SLOT(slotPaletteDefault()) );
+ connect( comboSelect,TQ_SIGNAL(activated(int)),this,TQ_SLOT(slotComboSelected(int)) );
+ connect( buttonColor,TQ_SIGNAL(changed(const TQColor &)),this,TQ_SLOT(slotColorChanged(const TQColor &)) );
+ connect( buttonDefaultPalette, TQ_SIGNAL(clicked()),this,TQ_SLOT(slotPaletteDefault()) );
}
PaletteCfg::~PaletteCfg()