diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:52:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:52:20 +0900 |
| commit | a1a4387c010efb161cefe77c739e207a1c528d45 (patch) | |
| tree | a29f18eab22264a25ae59244f19ec84ee0772f35 /src | |
| parent | 59a11910fd9e4d230a8871e5aa0ebeec20708703 (diff) | |
| download | tderadio-a1a4387c010efb161cefe77c739e207a1c528d45.tar.gz tderadio-a1a4387c010efb161cefe77c739e207a1c528d45.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tderadioapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tderadioapp.cpp b/src/tderadioapp.cpp index c30c78e..ec3e4b5 100644 --- a/src/tderadioapp.cpp +++ b/src/tderadioapp.cpp @@ -25,7 +25,7 @@ #include <klibloader.h> #include <tdeconfig.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // #include <kprogress.h> |
