From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kalarm/find.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kalarm/find.h') diff --git a/kalarm/find.h b/kalarm/find.h index 1bb4913b..12e2a520 100644 --- a/kalarm/find.h +++ b/kalarm/find.h @@ -21,9 +21,9 @@ #ifndef FIND_H #define FIND_H -#include -#include -#include +#include +#include +#include class QCheckBox; class KFindDialog; @@ -54,18 +54,18 @@ class Find : public QObject EventListViewItemBase* nextItem(EventListViewItemBase*, bool forward) const; EventListViewBase* mListView; // parent list view - QGuardedPtr mDialog; - QCheckBox* mExpired; - QCheckBox* mLive; + TQGuardedPtr 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 -- cgit v1.2.3