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:50:29 +0900 |
commit | a361f52b67e2f572b7ae6ba278cba8c42f90ab5b (patch) | |
tree | 914b1d3fb5c7a259abff0f90d07cc3196be3cdfa | |
parent | 896b5d40ddeb9d1527b991aa2e3600177251c04a (diff) | |
download | bibletime-r14.1.x.tar.gz bibletime-r14.1.x.zip |
Use tdeinstance.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67b13117ee0c29c76bda0cb2d7e3ef99e2008377)
-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 11e9ba8..412cb1e 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -39,7 +39,7 @@ #include <tdeglobal.h> #include <tdeapplication.h> #include <kstandarddirs.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdeaboutdata.h> #include <tdelocale.h> |