summaryrefslogtreecommitdiffstats
path: root/noatun/library
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library')
-rw-r--r--noatun/library/noatun/app.h2
-rw-r--r--noatun/library/noatun/controls.h2
-rw-r--r--noatun/library/noatun/engine.h2
-rw-r--r--noatun/library/noatun/player.h2
-rw-r--r--noatun/library/noatun/playlist.h2
-rw-r--r--noatun/library/noatun/plugin.h2
-rw-r--r--noatun/library/noatun/pluginloader.h2
-rw-r--r--noatun/library/noatun/pref.h2
-rw-r--r--noatun/library/noatun/stdaction.h2
-rw-r--r--noatun/library/noatun/vequalizer.h2
10 files changed, 10 insertions, 10 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;
/**