diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:59:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:59:02 -0600 |
commit | 5920e96087707ba892650898521dac63152274f9 (patch) | |
tree | f8c9eba82d742338798e31b9edb7d90aa9c55ce9 /src/gvcore/externaltoolaction.h | |
parent | 50ccc22eb9b1f32c842956f0207baaf7da8f0f6f (diff) | |
download | gwenview-5920e96087707ba892650898521dac63152274f9.tar.gz gwenview-5920e96087707ba892650898521dac63152274f9.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/gvcore/externaltoolaction.h')
-rw-r--r-- | src/gvcore/externaltoolaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/externaltoolaction.h b/src/gvcore/externaltoolaction.h index 9e5e1ff..711f0c0 100644 --- a/src/gvcore/externaltoolaction.h +++ b/src/gvcore/externaltoolaction.h @@ -29,10 +29,10 @@ class KService; namespace Gwenview { /** - * A specialized version of KAction, which is aware of the tool to run as well + * A specialized version of TDEAction, which is aware of the tool to run as well * as the urls to call it with. */ -class ExternalToolAction : public KAction { +class ExternalToolAction : public TDEAction { Q_OBJECT public: |