summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:23 -0600
commit89fd8e25975601f417f8f4988098875b095cae8e (patch)
tree67435979aad4768403466780c04249c17f269d15 /ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
parent921ecd4264cabd2b2a655561681340c0633ee554 (diff)
downloadksquirrel-89fd8e25975601f417f8f4988098875b095cae8e.tar.gz
ksquirrel-89fd8e25975601f417f8f4988098875b095cae8e.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ksquirrel/ksquirrelpart/sq_imageproperties.ui.h')
-rw-r--r--ksquirrel/ksquirrelpart/sq_imageproperties.ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h b/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
index 3707d1c..6338bc4 100644
--- a/ksquirrel/ksquirrelpart/sq_imageproperties.ui.h
+++ b/ksquirrel/ksquirrelpart/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());