diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:30:28 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 18:07:31 +0200 |
commit | 02fadb9439c18938a5b32a97adb4832bc2003641 (patch) | |
tree | 7d00256186b35ca7cd9ac904f229ba23255c2c8c /noatun/modules | |
parent | c3ec050916bc989d6307e474956e43ce58e39438 (diff) | |
download | tdemultimedia-02fadb9439c18938a5b32a97adb4832bc2003641.tar.gz tdemultimedia-02fadb9439c18938a5b32a97adb4832bc2003641.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 017d437099d1f1d6a68e145eca4a507e8ab65d9e)
Diffstat (limited to 'noatun/modules')
-rw-r--r-- | noatun/modules/kjofol-skin/kjequalizer.h | 4 | ||||
-rw-r--r-- | noatun/modules/marquis/marquis.h | 4 | ||||
-rw-r--r-- | noatun/modules/winskin/vis/visQueue.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/noatun/modules/kjofol-skin/kjequalizer.h b/noatun/modules/kjofol-skin/kjequalizer.h index 18997c6f..2d648f3f 100644 --- a/noatun/modules/kjofol-skin/kjequalizer.h +++ b/noatun/modules/kjofol-skin/kjequalizer.h @@ -1,5 +1,5 @@ -#ifndef KJETQUALIZER_H -#define KJETQUALIZER_H +#ifndef KJEQUALIZER_H +#define KJEQUALIZER_H #include "kjwidget.h" //#include "kjloader.h" diff --git a/noatun/modules/marquis/marquis.h b/noatun/modules/marquis/marquis.h index e1d91f7d..6f0b2004 100644 --- a/noatun/modules/marquis/marquis.h +++ b/noatun/modules/marquis/marquis.h @@ -23,8 +23,8 @@ // used in advertising or otherwise to promote the sale, use or other dealings // in this Software without prior written authorization from the author(s). -#ifndef MARTQUIS_H -#define MARTQUIS_H +#ifndef MARQUIS_H +#define MARQUIS_H #include <noatun/plugin.h> #include <noatun/app.h> diff --git a/noatun/modules/winskin/vis/visQueue.h b/noatun/modules/winskin/vis/visQueue.h index 9360805a..2f737fd1 100644 --- a/noatun/modules/winskin/vis/visQueue.h +++ b/noatun/modules/winskin/vis/visQueue.h @@ -11,8 +11,8 @@ */ -#ifndef __VISTQUEUE_H -#define __VISTQUEUE_H +#ifndef __VISQUEUE_H +#define __VISQUEUE_H #include <vector> |