diff options
Diffstat (limited to 'src/app/volumeAction.cpp')
-rw-r--r-- | src/app/volumeAction.cpp | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/app/volumeAction.cpp b/src/app/volumeAction.cpp index f9a1951..0c0b81c 100644 --- a/src/app/volumeAction.cpp +++ b/src/app/volumeAction.cpp @@ -3,14 +3,14 @@ #include <tdelocale.h> #include <tdetoolbar.h> -#include <ntqevent.h> -#include <ntqlabel.h> -#include <ntqlayout.h> -#include <ntqslider.h> +#include <tqevent.h> +#include <tqlabel.h> +#include <tqlayout.h> +#include <tqslider.h> -#include "debug.h" +#include "../debug.h" #include "volumeAction.h" -#include "volumeAction.moc" + #include "xineEngine.h" @@ -112,3 +112,5 @@ VolumeAction::eventFilter( TQObject *o, TQEvent *e ) return false; } } + +#include "volumeAction.moc" |