diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-06-13 16:55:00 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-06-21 15:36:20 +0200 |
commit | 0b2288da16894d45e95caf5c0f1f5cba3f17c2dd (patch) | |
tree | 7dc6943b6af7edd7500456aaa813d79c8f09c88b /src/app/xineConfig.cpp | |
parent | 88aa431c9d79bad942de04f4b28954b428079fd1 (diff) | |
download | codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.tar.gz codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/app/xineConfig.cpp')
-rw-r--r-- | src/app/xineConfig.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/app/xineConfig.cpp b/src/app/xineConfig.cpp index 07d402f..7be1c76 100644 --- a/src/app/xineConfig.cpp +++ b/src/app/xineConfig.cpp @@ -1,21 +1,21 @@ // (C) 2005 Max Howell (max.howell@methylblue.com) // See COPYING file for licensing information -#include "debug.h" +#include "../debug.h" #include <tdeapplication.h> // XineConfigDialog::ctor -> to get the iconloader #include <kcombobox.h> #include <kiconloader.h> // XineConfigDialog::ctor #include <klineedit.h> #include <kseparator.h> #include <kstdguiitem.h> -#include <ntqcheckbox.h> -#include <ntqlabel.h> -#include <ntqlayout.h> -#include <ntqscrollview.h> -#include <ntqspinbox.h> -#include <ntqtabwidget.h> -#include <ntqtooltip.h> -#include <ntqvbox.h> +#include <tqcheckbox.h> +#include <tqlabel.h> +#include <tqlayout.h> +#include <tqscrollview.h> +#include <tqspinbox.h> +#include <tqtabwidget.h> +#include <tqtooltip.h> +#include <tqvbox.h> #include <xine.h> #include "xineConfig.h" @@ -185,7 +185,7 @@ XineConfigDialog::isUnsavedSettings() const return false; } -#include <ntqdir.h> +#include <tqdir.h> void XineConfigDialog::saveSettings() { |