diff options
Diffstat (limited to 'src/app/mainWindow.cpp')
-rw-r--r-- | src/app/mainWindow.cpp | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index ac054ac..b31806b 100644 --- a/src/app/mainWindow.cpp +++ b/src/app/mainWindow.cpp @@ -1,12 +1,15 @@ // (C) 2005 Max Howell ([email protected]) // See COPYING file for licensing information +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "actions.h" #include "analyzer.h" -#include "config.h" -#include "configure.h" +#include "codeineConfig.h" #include <cstdlib> -#include "debug.h" +#include "../debug.h" #include "extern.h" //dialog creation function definitions #include "fullScreenAction.h" #include <tdeapplication.h> @@ -23,13 +26,13 @@ #include "mainWindow.h" #include "playDialog.h" //::play() #include "playlistFile.h" -#include "mxcl.library.h" -#include <ntqcstring.h> -#include <ntqdesktopwidget.h> -#include <ntqevent.h> //::stateChanged() -#include <ntqlayout.h> //ctor -#include <ntqpopupmenu.h> //because XMLGUI is poorly designed -#include <ntqobjectlist.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 "slider.h" #include "theStream.h" #include "volumeAction.h" @@ -712,3 +715,5 @@ action( const char *name ) } } //namespace Codeine + +#include "mainWindow.moc" |