summaryrefslogtreecommitdiffstats
path: root/conduits/memofileconduit/memofile-conduit.h
diff options
context:
space:
mode:
Diffstat (limited to 'conduits/memofileconduit/memofile-conduit.h')
-rw-r--r--conduits/memofileconduit/memofile-conduit.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/conduits/memofileconduit/memofile-conduit.h b/conduits/memofileconduit/memofile-conduit.h
index c795066..d2d07d1 100644
--- a/conduits/memofileconduit/memofile-conduit.h
+++ b/conduits/memofileconduit/memofile-conduit.h
@@ -37,6 +37,7 @@ class PilotMemo;
class MemofileConduit : public ConduitAction
{
Q_OBJECT
+ TQ_OBJECT
public:
MemofileConduit(KPilotLink *,
const char *name=0L,
@@ -52,8 +53,8 @@ protected slots:
private:
// configuration settings...
- QString _DEFAULT_MEMODIR;
- QString _memo_directory;
+ TQString _DEFAULT_MEMODIR;
+ TQString _memo_directory;
bool _sync_private;
PilotMemoInfo *fMemoAppInfo;