From 5b28c57424294aa30218a9c11cd6ed1a929409b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:21:33 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- noatun/FILES | 2 +- noatun/library/app.cpp | 4 ++-- noatun/library/cmodule.cpp | 2 +- noatun/library/cmodule.h | 2 +- noatun/library/effectview.h | 2 +- noatun/library/equalizerview.h | 2 +- noatun/library/mimetypetree.h | 2 +- noatun/library/noatun/controls.h | 4 ++-- noatun/library/noatun/stdaction.h | 4 ++-- noatun/library/noatun/stereobuttonaction.h | 2 +- noatun/library/noatunstdaction.cpp | 2 +- noatun/library/pluginmodule.h | 2 +- noatun/library/video.cpp | 2 +- noatun/modules/excellent/userinterface.cpp | 2 +- noatun/modules/excellent/userinterface.h | 2 +- noatun/modules/htmlexport/htmlexport.cpp | 2 +- noatun/modules/htmlexport/htmlexport.h | 2 +- noatun/modules/infrared/irprefs.cpp | 2 +- noatun/modules/kaiman/pref.cpp | 2 +- noatun/modules/kaiman/userinterface.cpp | 2 +- noatun/modules/kaiman/userinterface.h | 2 +- noatun/modules/kjofol-skin/kjbutton.cpp | 2 +- noatun/modules/kjofol-skin/kjguisettingswidget.ui | 2 +- noatun/modules/kjofol-skin/kjloader.cpp | 4 ++-- noatun/modules/kjofol-skin/kjprefs.cpp | 2 +- noatun/modules/marquis/marquis.cpp | 2 +- noatun/modules/marquis/marquis.h | 2 +- noatun/modules/metatag/metatag.cpp | 6 +++--- noatun/modules/monoscope/monoscope.cpp | 2 +- noatun/modules/noatunui/userinterface.cpp | 2 +- noatun/modules/simple/userinterface.cpp | 2 +- noatun/modules/simple/userinterface.h | 4 ++-- noatun/modules/splitplaylist/view.cpp | 2 +- noatun/modules/splitplaylist/view.h | 4 ++-- noatun/modules/systray/kitsystemtray.cpp | 4 ++-- noatun/modules/systray/systray.cpp | 2 +- noatun/modules/systray/systray.h | 2 +- noatun/modules/winskin/waSkin.cpp | 4 ++-- 38 files changed, 48 insertions(+), 48 deletions(-) (limited to 'noatun') diff --git a/noatun/FILES b/noatun/FILES index d3cb385a..4a1fe545 100644 --- a/noatun/FILES +++ b/noatun/FILES @@ -2,7 +2,7 @@ cmodule: Each panel in the settings window controls: those widgets that appear in the toolbars TODOLATER downloader: unused broken class for getting files engine: the only class that communicates to aRts -klistview_t: like a TDEListView, but with more functionality, especially DnD TODOSLOWLY +tdelistview_t: like a TDEListView, but with more functionality, especially DnD TODOSLOWLY noatun: all the actions, makes toolbars, e.g., main window noatunpref: the main settings box (semi-unused) TODOLATER noatunview.cpp: The main view within the main view, which only contains the videoframe diff --git a/noatun/library/app.cpp b/noatun/library/app.cpp index 1f05502a..afccd7aa 100644 --- a/noatun/library/app.cpp +++ b/noatun/library/app.cpp @@ -26,10 +26,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include diff --git a/noatun/library/cmodule.cpp b/noatun/library/cmodule.cpp index 9c3d3232..1820e441 100644 --- a/noatun/library/cmodule.cpp +++ b/noatun/library/cmodule.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index 52682084..54fbc19e 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -2,7 +2,7 @@ #define CMODULE_H #include -#include +#include #include "noatun/pref.h" class TDEListView; diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 5c45fa40..3434ae92 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -26,7 +26,7 @@ #define EFFECTVIEW_H #include -#include +#include class EffectList; class Effect; diff --git a/noatun/library/equalizerview.h b/noatun/library/equalizerview.h index ed495a23..0cec05a9 100644 --- a/noatun/library/equalizerview.h +++ b/noatun/library/equalizerview.h @@ -3,7 +3,7 @@ #include #include -#include +#include class VBand; class TQSlider; diff --git a/noatun/library/mimetypetree.h b/noatun/library/mimetypetree.h index 67135c57..c6619293 100644 --- a/noatun/library/mimetypetree.h +++ b/noatun/library/mimetypetree.h @@ -14,7 +14,7 @@ #ifndef MIMETYPETREE_H #define MIMETYPETREE_H -#include +#include class MimeTypeTree : public TDEListView { diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index dbe249ba..37617183 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include #include #include diff --git a/noatun/library/noatun/stdaction.h b/noatun/library/noatun/stdaction.h index 2a5ad401..31f5d20c 100644 --- a/noatun/library/noatun/stdaction.h +++ b/noatun/library/noatun/stdaction.h @@ -1,8 +1,8 @@ #ifndef _NOATUNSTDACTION_H_ #define _NOATUNSTDACTION_H_ -#include -#include +#include +#include #include class TDEPopupMenu; diff --git a/noatun/library/noatun/stereobuttonaction.h b/noatun/library/noatun/stereobuttonaction.h index d3bad3f9..5ff9e904 100644 --- a/noatun/library/noatun/stereobuttonaction.h +++ b/noatun/library/noatun/stereobuttonaction.h @@ -1,7 +1,7 @@ #ifndef STEREOBUTTONACTION_H #define STEREOBUTTONACTION_H -#include +#include namespace NoatunStdAction { diff --git a/noatun/library/noatunstdaction.cpp b/noatun/library/noatunstdaction.cpp index b99c8ef5..767a3cc9 100644 --- a/noatun/library/noatunstdaction.cpp +++ b/noatun/library/noatunstdaction.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index 52113f62..47519d66 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -24,7 +24,7 @@ #include "noatun/pref.h" #include "noatun/pluginloader.h" -#include +#include #include #include diff --git a/noatun/library/video.cpp b/noatun/library/video.cpp index d227c949..2588a811 100644 --- a/noatun/library/video.cpp +++ b/noatun/library/video.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include "globalvideo.h" diff --git a/noatun/modules/excellent/userinterface.cpp b/noatun/modules/excellent/userinterface.cpp index 7d6c4bfd..612807ab 100644 --- a/noatun/modules/excellent/userinterface.cpp +++ b/noatun/modules/excellent/userinterface.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/noatun/modules/excellent/userinterface.h b/noatun/modules/excellent/userinterface.h index c47f05f1..a5aca1a1 100644 --- a/noatun/modules/excellent/userinterface.h +++ b/noatun/modules/excellent/userinterface.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include class TDEAction; class TDEPopupMenu; diff --git a/noatun/modules/htmlexport/htmlexport.cpp b/noatun/modules/htmlexport/htmlexport.cpp index 27746b69..60792eea 100644 --- a/noatun/modules/htmlexport/htmlexport.cpp +++ b/noatun/modules/htmlexport/htmlexport.cpp @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include #include "htmlexport.h" diff --git a/noatun/modules/htmlexport/htmlexport.h b/noatun/modules/htmlexport/htmlexport.h index 0c3de125..d9acd313 100644 --- a/noatun/modules/htmlexport/htmlexport.h +++ b/noatun/modules/htmlexport/htmlexport.h @@ -14,7 +14,7 @@ #include #include -#include +#include #include #include #include diff --git a/noatun/modules/infrared/irprefs.cpp b/noatun/modules/infrared/irprefs.cpp index a504b977..c3c2c89d 100644 --- a/noatun/modules/infrared/irprefs.cpp +++ b/noatun/modules/infrared/irprefs.cpp @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include diff --git a/noatun/modules/kaiman/pref.cpp b/noatun/modules/kaiman/pref.cpp index 4d74d858..08af1b28 100644 --- a/noatun/modules/kaiman/pref.cpp +++ b/noatun/modules/kaiman/pref.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/noatun/modules/kaiman/userinterface.cpp b/noatun/modules/kaiman/userinterface.cpp index ef6d30ce..b174a287 100644 --- a/noatun/modules/kaiman/userinterface.cpp +++ b/noatun/modules/kaiman/userinterface.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/noatun/modules/kaiman/userinterface.h b/noatun/modules/kaiman/userinterface.h index aa681c3c..f4f712a4 100644 --- a/noatun/modules/kaiman/userinterface.h +++ b/noatun/modules/kaiman/userinterface.h @@ -21,7 +21,7 @@ #include #include -#include +#include #include "style.h" diff --git a/noatun/modules/kjofol-skin/kjbutton.cpp b/noatun/modules/kjofol-skin/kjbutton.cpp index f6c60256..d027217c 100644 --- a/noatun/modules/kjofol-skin/kjbutton.cpp +++ b/noatun/modules/kjofol-skin/kjbutton.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include /******************************************* * KJButton diff --git a/noatun/modules/kjofol-skin/kjguisettingswidget.ui b/noatun/modules/kjofol-skin/kjguisettingswidget.ui index 244e67a2..6088732e 100644 --- a/noatun/modules/kjofol-skin/kjguisettingswidget.ui +++ b/noatun/modules/kjofol-skin/kjguisettingswidget.ui @@ -459,7 +459,7 @@ knuminput.h knuminput.h kcolorcombo.h - kfontcombo.h + tdefontcombo.h klineedit.h diff --git a/noatun/modules/kjofol-skin/kjloader.cpp b/noatun/modules/kjofol-skin/kjloader.cpp index ee8ca247..67bf516c 100644 --- a/noatun/modules/kjofol-skin/kjloader.cpp +++ b/noatun/modules/kjofol-skin/kjloader.cpp @@ -52,12 +52,12 @@ #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include diff --git a/noatun/modules/kjofol-skin/kjprefs.cpp b/noatun/modules/kjofol-skin/kjprefs.cpp index 590d2f1a..20ff7750 100644 --- a/noatun/modules/kjofol-skin/kjprefs.cpp +++ b/noatun/modules/kjofol-skin/kjprefs.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include static TQString expand(TQString s); diff --git a/noatun/modules/marquis/marquis.cpp b/noatun/modules/marquis/marquis.cpp index 71612174..f1f46ae8 100644 --- a/noatun/modules/marquis/marquis.cpp +++ b/noatun/modules/marquis/marquis.cpp @@ -35,7 +35,7 @@ #include "marquis.h" #include #include -#include +#include static int getPlayStatus( Player *player ) { diff --git a/noatun/modules/marquis/marquis.h b/noatun/modules/marquis/marquis.h index 276ebc9a..00789b43 100644 --- a/noatun/modules/marquis/marquis.h +++ b/noatun/modules/marquis/marquis.h @@ -28,7 +28,7 @@ #include #include -#include +#include class Player; diff --git a/noatun/modules/metatag/metatag.cpp b/noatun/modules/metatag/metatag.cpp index db71f715..c6fc8f92 100644 --- a/noatun/modules/metatag/metatag.cpp +++ b/noatun/modules/metatag/metatag.cpp @@ -13,13 +13,13 @@ #include #include -#include +#include #include #include #include -#include +#include #include -#include +#include #include extern "C" diff --git a/noatun/modules/monoscope/monoscope.cpp b/noatun/modules/monoscope/monoscope.cpp index f7e35778..a66cbbde 100644 --- a/noatun/modules/monoscope/monoscope.cpp +++ b/noatun/modules/monoscope/monoscope.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include diff --git a/noatun/modules/noatunui/userinterface.cpp b/noatun/modules/noatunui/userinterface.cpp index 9173867e..07d3ec7b 100644 --- a/noatun/modules/noatunui/userinterface.cpp +++ b/noatun/modules/noatunui/userinterface.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include #include diff --git a/noatun/modules/simple/userinterface.cpp b/noatun/modules/simple/userinterface.cpp index 52552be8..ebac7ce7 100644 --- a/noatun/modules/simple/userinterface.cpp +++ b/noatun/modules/simple/userinterface.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/noatun/modules/simple/userinterface.h b/noatun/modules/simple/userinterface.h index 7265fa4e..a218f574 100644 --- a/noatun/modules/simple/userinterface.h +++ b/noatun/modules/simple/userinterface.h @@ -14,8 +14,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/noatun/modules/splitplaylist/view.cpp b/noatun/modules/splitplaylist/view.cpp index 8e150cc1..8c34e254 100644 --- a/noatun/modules/splitplaylist/view.cpp +++ b/noatun/modules/splitplaylist/view.cpp @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/noatun/modules/splitplaylist/view.h b/noatun/modules/splitplaylist/view.h index 9bff4335..4eef4e9b 100644 --- a/noatun/modules/splitplaylist/view.h +++ b/noatun/modules/splitplaylist/view.h @@ -3,8 +3,8 @@ #include #include -#include -#include +#include +#include #include #include #include diff --git a/noatun/modules/systray/kitsystemtray.cpp b/noatun/modules/systray/kitsystemtray.cpp index 63a467b6..963a9c69 100644 --- a/noatun/modules/systray/kitsystemtray.cpp +++ b/noatun/modules/systray/kitsystemtray.cpp @@ -36,8 +36,8 @@ #include #include "kitsystemtray.h" -#include -#include +#include +#include #include #include #include diff --git a/noatun/modules/systray/systray.cpp b/noatun/modules/systray/systray.cpp index 0cfde28e..3ef8841c 100644 --- a/noatun/modules/systray/systray.cpp +++ b/noatun/modules/systray/systray.cpp @@ -38,7 +38,7 @@ #include #include -#include +#include #include #include #include diff --git a/noatun/modules/systray/systray.h b/noatun/modules/systray/systray.h index b1dd7aad..80592b07 100644 --- a/noatun/modules/systray/systray.h +++ b/noatun/modules/systray/systray.h @@ -32,7 +32,7 @@ #include -#include +#include class KitSystemTray; class TQTimer; diff --git a/noatun/modules/winskin/waSkin.cpp b/noatun/modules/winskin/waSkin.cpp index 06b9c010..845773b0 100644 --- a/noatun/modules/winskin/waSkin.cpp +++ b/noatun/modules/winskin/waSkin.cpp @@ -17,10 +17,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include -- cgit v1.2.1