diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:17 +0900 |
| commit | 06b2abc582f27930fafc24d92d4b164c56c718b4 (patch) | |
| tree | 4458e1c250b10b3de3a8800a31451bc1bf5542a3 /kmplot | |
| parent | 1f644fbf744816bc4524ea2e4fc78eede6f64b93 (diff) | |
| download | tdeedu-06b2abc582f27930fafc24d92d4b164c56c718b4.tar.gz tdeedu-06b2abc582f27930fafc24d92d4b164c56c718b4.zip | |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmplot')
| -rw-r--r-- | kmplot/kmplot/MainDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/MainDlg.cpp b/kmplot/kmplot/MainDlg.cpp index f880d48b..4b514926 100644 --- a/kmplot/kmplot/MainDlg.cpp +++ b/kmplot/kmplot/MainDlg.cpp @@ -35,7 +35,7 @@ #include <kdebug.h> #include <kedittoolbar.h> #include <tdeio/netaccess.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <klineedit.h> #include <tdelocale.h> #include <tdemessagebox.h> |
