diff options
Diffstat (limited to 'kdeprint/foomatic/kfoomaticprinterimpl.h')
-rw-r--r-- | kdeprint/foomatic/kfoomaticprinterimpl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/foomatic/kfoomaticprinterimpl.h b/kdeprint/foomatic/kfoomaticprinterimpl.h index 7d0699b58..74dfdc8f4 100644 --- a/kdeprint/foomatic/kfoomaticprinterimpl.h +++ b/kdeprint/foomatic/kfoomaticprinterimpl.h @@ -25,13 +25,13 @@ class KFoomaticPrinterImpl : public KPrinterImpl { public: - KFoomaticPrinterImpl(QObject *parent, const char *name, const QStringList & /*args*/); + KFoomaticPrinterImpl(TQObject *parent, const char *name, const TQStringList & /*args*/); ~KFoomaticPrinterImpl(); - bool setupCommand(QString&, KPrinter*); + bool setupCommand(TQString&, KPrinter*); protected: - QString executable(); + TQString executable(); }; #endif |