diff options
Diffstat (limited to 'tdeprint/lpr')
-rw-r--r-- | tdeprint/lpr/apshandler.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/klprprinterimpl.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/kmlprmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lpchelper.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lpqhelper.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lprngtoolhandler.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/matichandler.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tdeprint/lpr/apshandler.cpp b/tdeprint/lpr/apshandler.cpp index acb0e0c2d..dd4c3a72e 100644 --- a/tdeprint/lpr/apshandler.cpp +++ b/tdeprint/lpr/apshandler.cpp @@ -30,7 +30,7 @@ #include <tqdir.h> #include <tqtextstream.h> #include <tqvaluestack.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kdebug.h> diff --git a/tdeprint/lpr/klprprinterimpl.cpp b/tdeprint/lpr/klprprinterimpl.cpp index 03a75001a..3de216f22 100644 --- a/tdeprint/lpr/klprprinterimpl.cpp +++ b/tdeprint/lpr/klprprinterimpl.cpp @@ -21,7 +21,7 @@ #include "kprinter.h" #include "kmlprmanager.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> #include <stdlib.h> diff --git a/tdeprint/lpr/kmlprmanager.cpp b/tdeprint/lpr/kmlprmanager.cpp index 6547f2532..da6a571e3 100644 --- a/tdeprint/lpr/kmlprmanager.cpp +++ b/tdeprint/lpr/kmlprmanager.cpp @@ -31,7 +31,7 @@ #include <tqfileinfo.h> #include <tqptrlist.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <kprinter.h> #include <tdeprocess.h> diff --git a/tdeprint/lpr/lpchelper.cpp b/tdeprint/lpr/lpchelper.cpp index 0e9be16ac..64e78397a 100644 --- a/tdeprint/lpr/lpchelper.cpp +++ b/tdeprint/lpr/lpchelper.cpp @@ -22,7 +22,7 @@ #include "kmjob.h" #include "lprsettings.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqtextstream.h> #include <tqregexp.h> #include <kdebug.h> diff --git a/tdeprint/lpr/lpqhelper.cpp b/tdeprint/lpr/lpqhelper.cpp index 051407ac2..aca879833 100644 --- a/tdeprint/lpr/lpqhelper.cpp +++ b/tdeprint/lpr/lpqhelper.cpp @@ -22,7 +22,7 @@ #include "kpipeprocess.h" #include "lprsettings.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeprocess.h> #include <kdebug.h> diff --git a/tdeprint/lpr/lprngtoolhandler.cpp b/tdeprint/lpr/lprngtoolhandler.cpp index 960f5adb8..5732b6808 100644 --- a/tdeprint/lpr/lprngtoolhandler.cpp +++ b/tdeprint/lpr/lprngtoolhandler.cpp @@ -30,7 +30,7 @@ #include <tqtextstream.h> #include <tdelocale.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> LPRngToolHandler::LPRngToolHandler(KMManager *mgr) : LprHandler("lprngtool", mgr) diff --git a/tdeprint/lpr/matichandler.cpp b/tdeprint/lpr/matichandler.cpp index aae4bbe03..74c3c62c6 100644 --- a/tdeprint/lpr/matichandler.cpp +++ b/tdeprint/lpr/matichandler.cpp @@ -30,7 +30,7 @@ #include "foomatic2loader.h" #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <kdebug.h> #include <tdeprocess.h> |