summaryrefslogtreecommitdiffstats
path: root/juk/playlistexporter.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:25 -0600
commit940c092f32d40263ad6b24f948eaf4c48b01e99a (patch)
treef5235b5c44e8aaedd3484a00551e29993d548590 /juk/playlistexporter.h
parentced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff)
downloadtdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz
tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'juk/playlistexporter.h')
-rw-r--r--juk/playlistexporter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/juk/playlistexporter.h b/juk/playlistexporter.h
index 3caae65f..39f13605 100644
--- a/juk/playlistexporter.h
+++ b/juk/playlistexporter.h
@@ -18,8 +18,8 @@
-class KAction;
-class KActionCollection;
+class TDEAction;
+class TDEActionCollection;
/**
* Abstract base class to define an interface for classes that export
@@ -35,13 +35,13 @@ public:
virtual ~PlaylistExporter() { }
/**
- * Returns a KAction that can be used to invoke the export.
+ * Returns a TDEAction that can be used to invoke the export.
* Returns 0 if it is not possible.
*
- * @return pointer to a KAction that can invoke the export, or 0 on
+ * @return pointer to a TDEAction that can invoke the export, or 0 on
* failure.
*/
- virtual KAction *action() = 0;
+ virtual TDEAction *action() = 0;
};
#endif /* PLAYLISTEXPORTER_H */