diff options
Diffstat (limited to 'src/newstreamosd.cpp')
-rw-r--r-- | src/newstreamosd.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/newstreamosd.cpp b/src/newstreamosd.cpp index ebdb068..867d762 100644 --- a/src/newstreamosd.cpp +++ b/src/newstreamosd.cpp @@ -36,9 +36,19 @@ * * */ - + #include "newstreamosd.h" #include "torkview.h" + +#include <tqlistview.h> +#include <tqlayout.h> +#include <tqheader.h> +#include <tqpixmap.h> +#include <tqpainter.h> +#include <tqapplication.h> +#include <tqframe.h> +#include <tqtoolbutton.h> +#include <tqtooltip.h> //TQToolTip::palette() #include <twin.h> #include <kiconloader.h> @@ -47,20 +57,10 @@ #include <tdeconfig.h> #include <tdelocale.h> #include <tdepopupmenu.h> -#include <ntqlistview.h> -#include <ntqlayout.h> -#include <ntqheader.h> - -#include <ntqpixmap.h> -#include <ntqpainter.h> -#include <ntqapplication.h> -#include <ntqframe.h> -#include <ntqtoolbutton.h> #include <tdeapplication.h> #include <kiconloader.h> #include <X11/Xlib.h> -#include <ntqtooltip.h> //TQToolTip::palette() StreamOSD::StreamOSD( torkView* parent, bool tortraffic, const char* name ) |