summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/dropshadow
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/viewplugins/dropshadow')
-rw-r--r--chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cpp4
-rw-r--r--chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cpp b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cpp
index c82bbbad..0e4e4335 100644
--- a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cpp
+++ b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cpp
@@ -58,8 +58,8 @@ DlgDropshadow::DlgDropshadow( const TQString & /*imageCS*/,
m_page->opacitySpinBox->setValue( cfg->readNumEntry("dropshadow_opacity", 80 ) );
m_page->allowResizingCheckBox->setChecked( cfg->readBoolEntry("dropshadow_resizing", true ) );
- connect(this, TQT_SIGNAL(okClicked()),
- this, TQT_SLOT(okClicked()));
+ connect(this, TQ_SIGNAL(okClicked()),
+ this, TQ_SLOT(okClicked()));
}
DlgDropshadow::~DlgDropshadow()
diff --git a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.cpp b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.cpp
index 97a0b8a7..5f79231a 100644
--- a/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.cpp
+++ b/chalk/plugins/viewplugins/dropshadow/kis_dropshadow_plugin.cpp
@@ -48,7 +48,7 @@ KisDropshadowPlugin::KisDropshadowPlugin(TQObject *parent, const char *name, con
setXMLFile(locate("data","chalkplugins/dropshadow.rc"), true);
m_view = (KisView*) parent;
- (void) new TDEAction(i18n("Add Drop Shadow..."), 0, 0, this, TQT_SLOT(slotDropshadow()), actionCollection(), "dropshadow");
+ (void) new TDEAction(i18n("Add Drop Shadow..."), 0, 0, this, TQ_SLOT(slotDropshadow()), actionCollection(), "dropshadow");
}
}