diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:31:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:31:04 +0900 |
| commit | a9588dacaf3f5372c0227299bbddf8721ba2c89e (patch) | |
| tree | 51281fc278d7ead2612f4044ec68e1df559ecb83 /src/recentfilesaction.cpp | |
| parent | f60ff832d78a8cfbbcac6ebda959194611caa0bf (diff) | |
| download | ktechlab-a9588dacaf3f5372c0227299bbddf8721ba2c89e.tar.gz ktechlab-a9588dacaf3f5372c0227299bbddf8721ba2c89e.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/recentfilesaction.cpp')
| -rw-r--r-- | src/recentfilesaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recentfilesaction.cpp b/src/recentfilesaction.cpp index 0786c28..5bbdd33 100644 --- a/src/recentfilesaction.cpp +++ b/src/recentfilesaction.cpp @@ -12,7 +12,7 @@ #include <tdeconfig.h> #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kurl.h> RecentFilesAction::RecentFilesAction( const TQString & configGroupName, const TQString& text, const TQObject* receiver, const char* slot, TQObject* parent, const char* name ) |
