diff options
Diffstat (limited to 'kpilot/conduits/malconduit/mal-conduit.h')
-rw-r--r-- | kpilot/conduits/malconduit/mal-conduit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/conduits/malconduit/mal-conduit.h b/kpilot/conduits/malconduit/mal-conduit.h index 83f72ace1..3f5c14a04 100644 --- a/kpilot/conduits/malconduit/mal-conduit.h +++ b/kpilot/conduits/malconduit/mal-conduit.h @@ -42,9 +42,9 @@ public: MALConduit( KPilotLink *o, const char *n = 0L, - const QStringList &a = QStringList() ); + const TQStringList &a = TQStringList() ); virtual ~MALConduit(); - void printLogMessage(QString msg); + void printLogMessage(TQString msg); virtual bool exec(); protected: |