diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:45:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 17:51:35 +0900 |
commit | 2bd24b31ed29e9f6cd23d7046ee5189a671571ba (patch) | |
tree | 0920995b7c8a2262981f90d0d2251674d353e92a /src/kbibtex_part.cpp | |
parent | aa4a9260c486e8ce51a5e82e37cb27d84f6f273e (diff) | |
download | kbibtex-r14.1.x.tar.gz kbibtex-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8a3216be87615d42ded20392201c5c0d43d7b81e)
Diffstat (limited to 'src/kbibtex_part.cpp')
-rw-r--r-- | src/kbibtex_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbibtex_part.cpp b/src/kbibtex_part.cpp index eeee2d2..360ff3b 100644 --- a/src/kbibtex_part.cpp +++ b/src/kbibtex_part.cpp @@ -32,7 +32,7 @@ #include <tqlabel.h> #include <tqtextedit.h> #include <tqclipboard.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaction.h> #include <kstdaction.h> #include <tdelistview.h> |