diff options
author | gregory guy <[email protected]> | 2020-06-13 16:55:00 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-06-21 15:36:20 +0200 |
commit | 0b2288da16894d45e95caf5c0f1f5cba3f17c2dd (patch) | |
tree | 7dc6943b6af7edd7500456aaa813d79c8f09c88b /src/app/slider.cpp | |
parent | 88aa431c9d79bad942de04f4b28954b428079fd1 (diff) | |
download | codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.tar.gz codeine-0b2288da16894d45e95caf5c0f1f5cba3f17c2dd.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/slider.cpp')
-rw-r--r-- | src/app/slider.cpp | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/app/slider.cpp b/src/app/slider.cpp index 205a3b8..172c15d 100644 --- a/src/app/slider.cpp +++ b/src/app/slider.cpp @@ -1,14 +1,14 @@ // (c) 2004 Max Howell ([email protected]) // See COPYING file for licensing information -#include "debug.h" +#include "../debug.h" #include "slider.h" -#include <ntqapplication.h> -#include <ntqlabel.h> -#include <ntqsize.h> -#include <ntqtooltip.h> +#include <tqapplication.h> +#include <tqlabel.h> +#include <tqsize.h> +#include <tqtooltip.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include "xineEngine.h" using Codeine::Slider; @@ -143,3 +143,5 @@ Slider::setValue( int newValue ) else m_prevValue = newValue; } + +#include "slider.moc" |