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:45:35 +0900 |
commit | 8a3216be87615d42ded20392201c5c0d43d7b81e (patch) | |
tree | f28b624ace5ec13c5e5c454b4736ab8cfed9b0e7 | |
parent | 4ef9a46ee5b99e70e4726c840850dec7b2b3023f (diff) | |
download | kbibtex-8a3216be87615d42ded20392201c5c0d43d7b81e.tar.gz kbibtex-8a3216be87615d42ded20392201c5c0d43d7b81e.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 933693e..bf8d80d 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> |