summaryrefslogtreecommitdiffstats
path: root/kommander/editor/widgetdatabase.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-16 17:59:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-16 17:59:47 +0900
commit67e7c23c75926807af63cf19287d948c3e5a14bd (patch)
treea46b8c78e50a347608f7f2f2d5b521de952737cb /kommander/editor/widgetdatabase.h
parent39a12098434babc75f1fdbf235d7220ded278200 (diff)
downloadtdewebdev-67e7c23c75926807af63cf19287d948c3e5a14bd.tar.gz
tdewebdev-67e7c23c75926807af63cf19287d948c3e5a14bd.zip
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/editor/widgetdatabase.h')
-rw-r--r--kommander/editor/widgetdatabase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/widgetdatabase.h b/kommander/editor/widgetdatabase.h
index 9d6f97c1..24b14530 100644
--- a/kommander/editor/widgetdatabase.h
+++ b/kommander/editor/widgetdatabase.h
@@ -25,7 +25,7 @@
#include <tqstring.h>
#ifndef KOMMANDER
#include "widgetinterface.h" // up here for GCC 2.7.* compatibility
-#include <tqpluginmanager_p.h>
+#include <private/tqpluginmanager_p.h>
extern TQPluginManager<WidgetInterface> *widgetManager();