diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 16:38:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 16:38:18 +0900 |
| commit | 67b13117ee0c29c76bda0cb2d7e3ef99e2008377 (patch) | |
| tree | 6fe60d48811210db0e96d62af51371414755ecc4 | |
| parent | 890c52524f26f64a2b2efa1bfd0151dae1e9369c (diff) | |
| download | bibletime-67b13117ee0c29c76bda0cb2d7e3ef99e2008377.tar.gz bibletime-67b13117ee0c29c76bda0cb2d7e3ef99e2008377.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | bibletime/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/main.cpp b/bibletime/main.cpp index 1f8c823..15cc4a5 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -39,7 +39,7 @@ #include <tdeglobal.h> #include <tdeapplication.h> #include <tdestandarddirs.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaboutdata.h> #include <tdelocale.h> |
