diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:59:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:59:10 -0600 |
commit | b5273a041cb334d4de886d6fcbbc76f91f4cd5b2 (patch) | |
tree | 1c8161486f994c7fef9a5e216b8507594aff8008 /kradio3/src/include | |
parent | 9d2f70142a45309d74e8cf6bf3e5e98a2b3c4d5b (diff) | |
download | tderadio-b5273a041cb334d4de886d6fcbbc76f91f4cd5b2.tar.gz tderadio-b5273a041cb334d4de886d6fcbbc76f91f4cd5b2.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/src/include')
-rw-r--r-- | kradio3/src/include/kradioapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/src/include/kradioapp.h b/kradio3/src/include/kradioapp.h index e2a9e50..facecae 100644 --- a/kradio3/src/include/kradioapp.h +++ b/kradio3/src/include/kradioapp.h @@ -80,7 +80,7 @@ struct PluginClassInfo { }; -class KRadioApp : public KApplication +class KRadioApp : public TDEApplication { Q_OBJECT |