summaryrefslogtreecommitdiffstats
path: root/tdeprint/lpd/gschecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/lpd/gschecker.cpp')
-rw-r--r--tdeprint/lpd/gschecker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/lpd/gschecker.cpp b/tdeprint/lpd/gschecker.cpp
index c86deaf4c..9fe6e290b 100644
--- a/tdeprint/lpd/gschecker.cpp
+++ b/tdeprint/lpd/gschecker.cpp
@@ -21,7 +21,7 @@
#include "kpipeprocess.h"
#include <tqfile.h>
-#include <textstream.h>
+#include <tqtextstream.h>
GsChecker::GsChecker(TQObject *parent, const char *name)
: TQObject(parent,name)
@@ -53,7 +53,7 @@ void GsChecker::loadDriverList()
else
buffer.append(line).append(" ");
}
- else if (line.startsWith(TQString::fromLatin1("Available devices:")))
+ else if (line.startsWith(TQString::tqfromLatin1("Available devices:")))
ok = true;
}
m_driverlist = TQStringList::split(' ',buffer,false);