diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:16:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-26 18:13:05 +0900 |
commit | 0781a919df1f297ca6351d653c2adb7db59dec71 (patch) | |
tree | a7552644e80a776332a46f6623b8c2f8b57b3a99 /tdeprint/rlpr | |
parent | 89b563dbb9089193be322aebad8d8585674ea37d (diff) | |
download | tdelibs-master.tar.gz tdelibs-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeprint/rlpr')
-rw-r--r-- | tdeprint/rlpr/kmrlprmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/rlpr/krlprprinterimpl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/rlpr/kmrlprmanager.cpp b/tdeprint/rlpr/kmrlprmanager.cpp index 7b8ceac2d..1b7fbdc2e 100644 --- a/tdeprint/rlpr/kmrlprmanager.cpp +++ b/tdeprint/rlpr/kmrlprmanager.cpp @@ -25,7 +25,7 @@ #include <tqtextstream.h> #include <tqmap.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> KMRlprManager::KMRlprManager(TQObject *parent, const char *name, const TQStringList & /*args*/) diff --git a/tdeprint/rlpr/krlprprinterimpl.cpp b/tdeprint/rlpr/krlprprinterimpl.cpp index 09653930c..e844367fe 100644 --- a/tdeprint/rlpr/krlprprinterimpl.cpp +++ b/tdeprint/rlpr/krlprprinterimpl.cpp @@ -24,7 +24,7 @@ #include "kmprinter.h" #include <tqfile.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdelocale.h> |