diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:49:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:49:32 +0900 |
| commit | c6c85358d8f0ce34fcc524d58ab9a3898c171f61 (patch) | |
| tree | 276f288a0392d6a7cb02310085045770b3f81ccc /ksirc/logfile.cpp | |
| parent | ee6d5cf64cd94e7a60ea8a9f3087e33890dfe49e (diff) | |
| download | tdenetwork-c6c85358d8f0ce34fcc524d58ab9a3898c171f61.tar.gz tdenetwork-c6c85358d8f0ce34fcc524d58ab9a3898c171f61.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksirc/logfile.cpp')
| -rw-r--r-- | ksirc/logfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/logfile.cpp b/ksirc/logfile.cpp index 2246cd30..e1b54c63 100644 --- a/ksirc/logfile.cpp +++ b/ksirc/logfile.cpp @@ -11,7 +11,7 @@ #include <tqdir.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> LogFile::LogFile( const TQString &channel, const TQString &server ) : m_channel( channel ), m_server( server ), m_file( new TQFile() ), |
