summaryrefslogtreecommitdiffstats
path: root/src/newstreamosd.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-10-20 14:40:51 +0200
committergregory guy <gregory-tde@laposte.net>2021-01-13 18:12:31 +0100
commit81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 (patch)
tree9e0903eb2b5cc19a7dcf4874d098a29133d3163c /src/newstreamosd.cpp
parent8b4f72aa0753110a46db9195216f3c88e14a9b69 (diff)
downloadtork-81b64bcfc0a32fdeb0e4f367adbf273d924e55f4.tar.gz
tork-81b64bcfc0a32fdeb0e4f367adbf273d924e55f4.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/newstreamosd.cpp')
-rw-r--r--src/newstreamosd.cpp22
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 @@
* robert@roberthogan.net *
* *
*/
-
+
#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 )