diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:18:14 +0900 |
commit | c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d (patch) | |
tree | 0ccb928384d8c23da10dc7df3d031899676a012d /noatun | |
parent | 4fdcd5727dbb0753868aebd1c4f3b1bca23a04bb (diff) | |
download | tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.tar.gz tdemultimedia-c336cfb3d5bcebb3fd88fa3c8a62a4508419e50d.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/library/noatun/app.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/controls.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/engine.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/player.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/playlist.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/plugin.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/pluginloader.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/pref.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/stdaction.h | 2 | ||||
-rw-r--r-- | noatun/library/noatun/vequalizer.h | 2 | ||||
-rw-r--r-- | noatun/modules/dcopiface/dcopiface.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/noatun/library/noatun/app.h b/noatun/library/noatun/app.h index 1fc61d9a..6dce85c5 100644 --- a/noatun/library/noatun/app.h +++ b/noatun/library/noatun/app.h @@ -2,7 +2,7 @@ #define NOATUN_H #include <kuniqueapplication.h> -#include <kdemacros.h> +#include <tdemacros.h> class Playlist; class Player; class LibraryLoader; diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index 020b030b..8648a514 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -7,7 +7,7 @@ #include <tdetoolbar.h> #include <tqslider.h> #include <tqstringlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQComboBox; class TQLabel; diff --git a/noatun/library/noatun/engine.h b/noatun/library/noatun/engine.h index d1fdb845..10b73293 100644 --- a/noatun/library/noatun/engine.h +++ b/noatun/library/noatun/engine.h @@ -5,7 +5,7 @@ #include <kurl.h> #include <arts/kmedia2.h> #include <noatun/playlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class Visualization; namespace Arts diff --git a/noatun/library/noatun/player.h b/noatun/library/noatun/player.h index 77c24a8f..a5022269 100644 --- a/noatun/library/noatun/player.h +++ b/noatun/library/noatun/player.h @@ -5,7 +5,7 @@ #include <tqtimer.h> #include <kurl.h> #include <noatun/playlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class Engine; class Playlist; class KLibrary; diff --git a/noatun/library/noatun/playlist.h b/noatun/library/noatun/playlist.h index b6521389..4a8ebeb4 100644 --- a/noatun/library/noatun/playlist.h +++ b/noatun/library/noatun/playlist.h @@ -6,7 +6,7 @@ #include <tqdict.h> #include <tqstringlist.h> #include <cassert> -#include <kdemacros.h> +#include <tdemacros.h> class PlaylistItem; diff --git a/noatun/library/noatun/plugin.h b/noatun/library/noatun/plugin.h index 504d2ec3..e42ec136 100644 --- a/noatun/library/noatun/plugin.h +++ b/noatun/library/noatun/plugin.h @@ -4,7 +4,7 @@ #include <noatun/pluginloader.h> #include <tqmemarray.h> #include <vector> -#include <kdemacros.h> +#include <tdemacros.h> namespace Noatun { class FFTScopeStereo; class FFTScope; class RawScope; class RawScopeStereo; class StereoEffectStack; diff --git a/noatun/library/noatun/pluginloader.h b/noatun/library/noatun/pluginloader.h index 1bbb7369..c6341a75 100644 --- a/noatun/library/noatun/pluginloader.h +++ b/noatun/library/noatun/pluginloader.h @@ -8,7 +8,7 @@ #include <klibloader.h> #include <tqdict.h> -#include <kdemacros.h> +#include <tdemacros.h> struct NoatunLibraryInfo { diff --git a/noatun/library/noatun/pref.h b/noatun/library/noatun/pref.h index 979dd57a..58780594 100644 --- a/noatun/library/noatun/pref.h +++ b/noatun/library/noatun/pref.h @@ -3,7 +3,7 @@ #include <kdialogbase.h> #include <tqptrlist.h> -#include <kdemacros.h> +#include <tdemacros.h> class CModule; diff --git a/noatun/library/noatun/stdaction.h b/noatun/library/noatun/stdaction.h index ff918de5..af3cec69 100644 --- a/noatun/library/noatun/stdaction.h +++ b/noatun/library/noatun/stdaction.h @@ -3,7 +3,7 @@ #include <tdeaction.h> #include <tdeactionclasses.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDEPopupMenu; /** diff --git a/noatun/library/noatun/vequalizer.h b/noatun/library/noatun/vequalizer.h index 2eff3715..54599973 100644 --- a/noatun/library/noatun/vequalizer.h +++ b/noatun/library/noatun/vequalizer.h @@ -42,7 +42,7 @@ #include <tqptrlist.h> #include <tqobject.h> #include <kurl.h> -#include <kdemacros.h> +#include <tdemacros.h> class VBand; /** diff --git a/noatun/modules/dcopiface/dcopiface.h b/noatun/modules/dcopiface/dcopiface.h index 38767fc4..05afd019 100644 --- a/noatun/modules/dcopiface/dcopiface.h +++ b/noatun/modules/dcopiface/dcopiface.h @@ -5,7 +5,7 @@ #include <noatun/plugin.h> #include <dcopobject.h> -#include <kdemacros.h> +#include <tdemacros.h> class TDE_EXPORT NIF : public Plugin, public DCOPObject { |