diff options
Diffstat (limited to 'kpilot/conduits/memofileconduit/memofile-conduit.h')
-rw-r--r-- | kpilot/conduits/memofileconduit/memofile-conduit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/conduits/memofileconduit/memofile-conduit.h b/kpilot/conduits/memofileconduit/memofile-conduit.h index 08fdbd0f7..c79506611 100644 --- a/kpilot/conduits/memofileconduit/memofile-conduit.h +++ b/kpilot/conduits/memofileconduit/memofile-conduit.h @@ -40,7 +40,7 @@ Q_OBJECT public: MemofileConduit(KPilotLink *, const char *name=0L, - const QStringList &args = QStringList()); + const TQStringList &args = TQStringList()); virtual ~MemofileConduit(); protected: @@ -57,7 +57,7 @@ private: bool _sync_private; PilotMemoInfo *fMemoAppInfo; - QPtrList<PilotMemo> fMemoList; + TQPtrList<PilotMemo> fMemoList; // our categories MemoCategoryMap fCategories; |