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 --- kontact/plugins/knotes/summarywidget.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kontact/plugins/knotes/summarywidget.h') diff --git a/kontact/plugins/knotes/summarywidget.h b/kontact/plugins/knotes/summarywidget.h index f21d829fa..dff4319ac 100644 --- a/kontact/plugins/knotes/summarywidget.h +++ b/kontact/plugins/knotes/summarywidget.h @@ -26,9 +26,9 @@ #include "summary.h" -#include -#include -#include +#include +#include +#include #include #include @@ -45,15 +45,15 @@ class KNotesSummaryWidget : public Kontact::Summary Q_OBJECT public: - KNotesSummaryWidget( Kontact::Plugin *plugin, QWidget *parent, const char *name = 0 ); + KNotesSummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 ); void updateSummary( bool force = false ) { Q_UNUSED( force ); updateView(); } protected: - virtual bool eventFilter( QObject *obj, QEvent* e ); + virtual bool eventFilter( TQObject *obj, TQEvent* e ); protected slots: - void urlClicked( const QString& ); + void urlClicked( const TQString& ); void updateView(); void addNote( KCal::Journal* ); void removeNote( KCal::Journal* ); @@ -62,9 +62,9 @@ class KNotesSummaryWidget : public Kontact::Summary KCal::CalendarLocal *mCalendar; KCal::Journal::List mNotes; - QGridLayout *mLayout; + TQGridLayout *mLayout; - QPtrList mLabels; + TQPtrList mLabels; Kontact::Plugin *mPlugin; }; -- cgit v1.2.1