summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/app.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 /noatun/library/noatun/app.h
parentced2058eaf8e5af831ebc02812a18937ff7e1de3 (diff)
downloadtdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.tar.gz
tdemultimedia-940c092f32d40263ad6b24f948eaf4c48b01e99a.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'noatun/library/noatun/app.h')
-rw-r--r--noatun/library/noatun/app.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/library/noatun/app.h b/noatun/library/noatun/app.h
index e337ddd9..49ea0064 100644
--- a/noatun/library/noatun/app.h
+++ b/noatun/library/noatun/app.h
@@ -6,7 +6,7 @@
class Playlist;
class Player;
class LibraryLoader;
-class KPopupMenu;
+class TDEPopupMenu;
class NoatunPreferences;
class Downloader;
class Effects;
@@ -181,7 +181,7 @@ public: //options
void setDisplayRemaining(bool);
/**
- * To insert items use KActions and insert() them into pluginActionMenu().
+ * To insert items use TDEActions and insert() them into pluginActionMenu().
* @return pointer to the actionmenu
*/
NoatunStdAction::PluginActionMenu *pluginActionMenu();
@@ -207,7 +207,7 @@ public: //options
* Use pluginActionMenu() instead
* @return pointer to the plugin menu
*/
- KPopupMenu *pluginMenu();
+ TDEPopupMenu *pluginMenu();
protected:
virtual int newInstance();
@@ -246,7 +246,7 @@ private:
private:
Player *mPlayer;
LibraryLoader *mLibraryLoader;
- KPopupMenu *mPluginMenu;
+ TDEPopupMenu *mPluginMenu;
NoatunStdAction::PluginActionMenu *mPluginActionMenu;
Downloader *mDownloader;
struct Private;