summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_imageproperties.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_imageproperties.ui.h')
-rw-r--r--ksquirrel/sq_imageproperties.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksquirrel/sq_imageproperties.ui.h b/ksquirrel/sq_imageproperties.ui.h
index 0934ddd..708a9c5 100644
--- a/ksquirrel/sq_imageproperties.ui.h
+++ b/ksquirrel/sq_imageproperties.ui.h
@@ -24,10 +24,10 @@
void SQ_ImageProperties::init()
{
- menu = new KPopupMenu;
+ menu = new TDEPopupMenu;
copy = KStdAction::copy(TQT_TQOBJECT(this), TQT_SLOT(slotCopyString()), 0);
- copyentry = new KAction(i18n("Copy entry"), 0, TQT_TQOBJECT(this), TQT_SLOT(slotCopyEntry()), 0);
- copyall = new KAction(i18n("Copy all entries"), 0, TQT_TQOBJECT(this), TQT_SLOT(slotCopyAll()), 0);
+ copyentry = new TDEAction(i18n("Copy entry"), 0, TQT_TQOBJECT(this), TQT_SLOT(slotCopyEntry()), 0);
+ copyall = new TDEAction(i18n("Copy all entries"), 0, TQT_TQOBJECT(this), TQT_SLOT(slotCopyAll()), 0);
copyentry->setIcon(copy->icon());
copyall->setIcon(copy->icon());