summaryrefslogtreecommitdiffstats
path: root/kdeprint/rlpr/krlprprinterimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/rlpr/krlprprinterimpl.h')
-rw-r--r--kdeprint/rlpr/krlprprinterimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/rlpr/krlprprinterimpl.h b/kdeprint/rlpr/krlprprinterimpl.h
index 14c054b1e..9ed5eeebb 100644
--- a/kdeprint/rlpr/krlprprinterimpl.h
+++ b/kdeprint/rlpr/krlprprinterimpl.h
@@ -27,10 +27,10 @@ class KProcess;
class KRlprPrinterImpl : public KPrinterImpl
{
public:
- KRlprPrinterImpl(QObject *parent, const char *name, const QStringList & /*args*/);
+ KRlprPrinterImpl(TQObject *parent, const char *name, const TQStringList & /*args*/);
~KRlprPrinterImpl();
- bool setupCommand(QString&, KPrinter*);
+ bool setupCommand(TQString&, KPrinter*);
};
#endif