diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kalarm/find.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kalarm/find.h')
-rw-r--r-- | kalarm/find.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kalarm/find.h b/kalarm/find.h index 1bb4913b1..12e2a520c 100644 --- a/kalarm/find.h +++ b/kalarm/find.h @@ -21,9 +21,9 @@ #ifndef FIND_H #define FIND_H -#include <qobject.h> -#include <qguardedptr.h> -#include <qstringlist.h> +#include <tqobject.h> +#include <tqguardedptr.h> +#include <tqstringlist.h> class QCheckBox; class KFindDialog; @@ -54,18 +54,18 @@ class Find : public QObject EventListViewItemBase* nextItem(EventListViewItemBase*, bool forward) const; EventListViewBase* mListView; // parent list view - QGuardedPtr<KFindDialog> mDialog; - QCheckBox* mExpired; - QCheckBox* mLive; + TQGuardedPtr<KFindDialog> mDialog; + TQCheckBox* mExpired; + TQCheckBox* mLive; KSeparator* mActiveExpiredSep; - QCheckBox* mMessageType; - QCheckBox* mFileType; - QCheckBox* mCommandType; - QCheckBox* mEmailType; + TQCheckBox* mMessageType; + TQCheckBox* mFileType; + TQCheckBox* mCommandType; + TQCheckBox* mEmailType; KFind* mFind; - QStringList mHistory; // list of history items for Find dialog - QString mLastPattern; // pattern used in last search - QString mStartID; // ID of first alarm searched if 'from cursor' was selected + TQStringList mHistory; // list of history items for Find dialog + TQString mLastPattern; // pattern used in last search + TQString mStartID; // ID of first alarm searched if 'from cursor' was selected long mOptions; // OR of find dialog options bool mNoCurrentItem; // there is no current item for the purposes of searching bool mFound; // true if any matches have been found |