summaryrefslogtreecommitdiffstats
path: root/kdeprint/lpd/klpdprinterimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/lpd/klpdprinterimpl.h')
-rw-r--r--kdeprint/lpd/klpdprinterimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/lpd/klpdprinterimpl.h b/kdeprint/lpd/klpdprinterimpl.h
index ea88c1138..654c2606e 100644
--- a/kdeprint/lpd/klpdprinterimpl.h
+++ b/kdeprint/lpd/klpdprinterimpl.h
@@ -25,13 +25,13 @@
class KLpdPrinterImpl : public KPrinterImpl
{
public:
- KLpdPrinterImpl(QObject *parent = 0, const char *name = 0);
+ KLpdPrinterImpl(TQObject *parent = 0, const char *name = 0);
~KLpdPrinterImpl();
- bool setupCommand(QString&, KPrinter*);
+ bool setupCommand(TQString&, KPrinter*);
protected:
- QString executable();
+ TQString executable();
};
#endif