summaryrefslogtreecommitdiffstats
path: root/example/example_factory.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 17:46:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-18 17:46:02 +0900
commitcfca5c012fea24d82a4fc93aa96feb464a58bf94 (patch)
tree0d56ff3d53aec7aede61c37da4fc3188c5f2528a /example/example_factory.cpp
parent8870815cc64f172228322891053943d7ab8557bb (diff)
downloadkoffice-cfca5c012fea24d82a4fc93aa96feb464a58bf94.tar.gz
koffice-cfca5c012fea24d82a4fc93aa96feb464a58bf94.zip
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'example/example_factory.cpp')
-rw-r--r--example/example_factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_factory.cpp b/example/example_factory.cpp
index 9564e5fae..1a022050b 100644
--- a/example/example_factory.cpp
+++ b/example/example_factory.cpp
@@ -20,7 +20,7 @@
#include <example_factory.h>
#include <example_part.h>
#include <example_aboutdata.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include <kiconloader.h>
#include <tdelocale.h>
#include <kdebug.h>