summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmactions.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
commit65eca7929c22f0f0bc64135c02d85d1243df376c (patch)
tree5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kpovmodeler/pmactions.h
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kpovmodeler/pmactions.h')
-rw-r--r--kpovmodeler/pmactions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmactions.h b/kpovmodeler/pmactions.h
index 937b62a7..e5b0b4c2 100644
--- a/kpovmodeler/pmactions.h
+++ b/kpovmodeler/pmactions.h
@@ -33,7 +33,7 @@ class TQToolButton;
*
* Copied from konq_actions.h, author: Simon Hausmann <hausmann@kde.org>
*/
-class PMComboAction : public KAction
+class PMComboAction : public TDEAction
{
Q_OBJECT
@@ -65,7 +65,7 @@ private:
*
* Copied from konq_actions.h, author: Simon Hausmann <hausmann@kde.org>
*/
-class PMLabelAction : public KAction
+class PMLabelAction : public TDEAction
{
Q_OBJECT
@@ -83,7 +83,7 @@ private:
/**
* Spinbox action for the toolbar.
*/
-class PMSpinBoxAction : public KAction
+class PMSpinBoxAction : public TDEAction
{
Q_OBJECT