summaryrefslogtreecommitdiffstats
path: root/src/__TODO
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 19:10:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 19:10:56 +0900
commit075471f041516c31c7ea976dae03b5a771d6910d (patch)
tree07535c03bc3ac27df6da867f8e8822ab7b8f7ede /src/__TODO
parent59999a5ad2e7a43bba88d4d25ef970c2fbc575f0 (diff)
downloaduniversal-indent-gui-tqt-075471f041516c31c7ea976dae03b5a771d6910d.tar.gz
universal-indent-gui-tqt-075471f041516c31c7ea976dae03b5a771d6910d.zip
Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/__TODO')
-rw-r--r--src/__TODO/AboutDialogGraphicsView.cpp4
-rw-r--r--src/__TODO/UiGuiIndentServer.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/__TODO/AboutDialogGraphicsView.cpp b/src/__TODO/AboutDialogGraphicsView.cpp
index 1a6a7ea..da224d2 100644
--- a/src/__TODO/AboutDialogGraphicsView.cpp
+++ b/src/__TODO/AboutDialogGraphicsView.cpp
@@ -22,10 +22,10 @@
#include "AboutDialog.h"
#include <tqtgui.h>
-#include <tntqdesktopwidget.h>
+#include <tqdesktopwidget.h>
#include <tqdate.h>
#include <tqtimeline.h>
-#include <tntqsplashscreen.h>
+#include <tqsplashscreen.h>
/*
\class AboutDialogGraphicsView
diff --git a/src/__TODO/UiGuiIndentServer.cpp b/src/__TODO/UiGuiIndentServer.cpp
index 76b18d6..5a39951 100644
--- a/src/__TODO/UiGuiIndentServer.cpp
+++ b/src/__TODO/UiGuiIndentServer.cpp
@@ -21,7 +21,7 @@
#include <tqtcpserver.h>
#include <tqtcpsocket.h>
-#include <tntqmessagebox.h>
+#include <tqmessagebox.h>
#include <tqtdebug.h>
// \defgroup grp_Server All concerning the server component.