summaryrefslogtreecommitdiffstats
path: root/src/debugging
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-25 19:10:56 +0900
committerMichele Calgaro <[email protected]>2024-08-25 19:10:56 +0900
commit075471f041516c31c7ea976dae03b5a771d6910d (patch)
tree07535c03bc3ac27df6da867f8e8822ab7b8f7ede /src/debugging
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 <[email protected]>
Diffstat (limited to 'src/debugging')
-rw-r--r--src/debugging/TSLogger.cpp12
-rw-r--r--src/debugging/TSLogger.h4
2 files changed, 8 insertions, 8 deletions
diff --git a/src/debugging/TSLogger.cpp b/src/debugging/TSLogger.cpp
index caa29ad..a64ccfb 100644
--- a/src/debugging/TSLogger.cpp
+++ b/src/debugging/TSLogger.cpp
@@ -22,13 +22,13 @@
#include "SettingsPaths.h"
-#include <tntqdatetime.h>
-#include <tntqfile.h>
-#include <tntqfileinfo.h>
-#include <tntqurl.h>
-#include <tntqtextstream.h>
+#include <tqdatetime.h>
+#include <tqfile.h>
+#include <tqfileinfo.h>
+#include <tqurl.h>
+#include <tqtextstream.h>
#include <tqdesktopservices.h>
-#include <tntqmessagebox.h>
+#include <tqmessagebox.h>
#include <ctime>
diff --git a/src/debugging/TSLogger.h b/src/debugging/TSLogger.h
index 8510ecb..0e20214 100644
--- a/src/debugging/TSLogger.h
+++ b/src/debugging/TSLogger.h
@@ -20,8 +20,8 @@
#ifndef TSLogger_H
#define TSLogger_H
-#include <tntqdialog.h>
-#include <tntqfile.h>
+#include <tqdialog.h>
+#include <tqfile.h>
namespace Ui
{