summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/malconduit/mal-conduit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/conduits/malconduit/mal-conduit.h')
-rw-r--r--kpilot/conduits/malconduit/mal-conduit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/conduits/malconduit/mal-conduit.h b/kpilot/conduits/malconduit/mal-conduit.h
index 83f72ace..3f5c14a0 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: