summaryrefslogtreecommitdiffstats
path: root/kdeprint/lpd/gschecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/lpd/gschecker.h')
-rw-r--r--kdeprint/lpd/gschecker.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdeprint/lpd/gschecker.h b/kdeprint/lpd/gschecker.h
index d7c040315..65f247380 100644
--- a/kdeprint/lpd/gschecker.h
+++ b/kdeprint/lpd/gschecker.h
@@ -20,15 +20,15 @@
#ifndef GSCHECKER_H
#define GSCHECKER_H
-#include <qstring.h>
-#include <qstringlist.h>
-#include <qobject.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
+#include <tqobject.h>
class GsChecker : public QObject
{
public:
- GsChecker(QObject *parent = 0, const char *name = 0);
- bool checkGsDriver(const QString& name);
+ GsChecker(TQObject *parent = 0, const char *name = 0);
+ bool checkGsDriver(const TQString& name);
protected:
void loadDriverList();