|
|
|
@ -5,13 +5,7 @@
|
|
|
|
|
#include "config.h"
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "actions.h"
|
|
|
|
|
#include "analyzer.h"
|
|
|
|
|
#include "codeineConfig.h"
|
|
|
|
|
#include <cstdlib>
|
|
|
|
|
#include "../debug.h"
|
|
|
|
|
#include "extern.h" //dialog creation function definitions
|
|
|
|
|
#include "fullScreenAction.h"
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
#include <tdecmdlineargs.h>
|
|
|
|
|
#include <kcursor.h>
|
|
|
|
@ -23,21 +17,29 @@
|
|
|
|
|
#include <tdetoolbar.h>
|
|
|
|
|
#include <kurldrag.h>
|
|
|
|
|
#include <twin.h>
|
|
|
|
|
#include "mainWindow.h"
|
|
|
|
|
#include "playDialog.h" //::play()
|
|
|
|
|
#include "playlistFile.h"
|
|
|
|
|
#include "../mxcl.library.h"
|
|
|
|
|
#include <tqcstring.h>
|
|
|
|
|
#include <tqdesktopwidget.h>
|
|
|
|
|
#include <tqevent.h> //::stateChanged()
|
|
|
|
|
#include <tqlayout.h> //ctor
|
|
|
|
|
#include <tqpopupmenu.h> //because XMLGUI is poorly designed
|
|
|
|
|
#include <tqobjectlist.h>
|
|
|
|
|
|
|
|
|
|
#include "../debug.h"
|
|
|
|
|
#include "../mxcl.library.h"
|
|
|
|
|
#include "actions.h"
|
|
|
|
|
#include "analyzer.h"
|
|
|
|
|
#include "codeineConfig.h"
|
|
|
|
|
#include "extern.h" //dialog creation function definitions
|
|
|
|
|
#include "fullScreenAction.h"
|
|
|
|
|
#include "mainWindow.h"
|
|
|
|
|
#include "playDialog.h" //::play()
|
|
|
|
|
#include "playlistFile.h"
|
|
|
|
|
#include "slider.h"
|
|
|
|
|
#include "theStream.h"
|
|
|
|
|
#include "volumeAction.h"
|
|
|
|
|
#include "xineEngine.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef NO_XTEST_EXTENSION
|
|
|
|
|
extern "C"
|
|
|
|
|
{
|
|
|
|
|