summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/timespanview/kotimespanview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /korganizer/plugins/timespanview/kotimespanview.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-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 'korganizer/plugins/timespanview/kotimespanview.h')
-rw-r--r--korganizer/plugins/timespanview/kotimespanview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/plugins/timespanview/kotimespanview.h b/korganizer/plugins/timespanview/kotimespanview.h
index 142ba75f..d115b630 100644
--- a/korganizer/plugins/timespanview/kotimespanview.h
+++ b/korganizer/plugins/timespanview/kotimespanview.h
@@ -33,7 +33,7 @@ class KOTimeSpanView : public KOEventView
{
Q_OBJECT
public:
- KOTimeSpanView( Calendar *calendar, QWidget *parent = 0,
+ KOTimeSpanView( Calendar *calendar, TQWidget *parent = 0,
const char *name = 0 );
~KOTimeSpanView();
@@ -47,13 +47,13 @@ class KOTimeSpanView : public KOEventView
public slots:
virtual void updateView();
- virtual void showDates( const QDate &start, const QDate &end );
+ virtual void showDates( const TQDate &start, const TQDate &end );
virtual void showIncidences( const Incidence::List &incidenceList );
void changeIncidenceDisplay(Incidence *, int);
private:
- void insertItems( const QDate &start, const QDate & end );
+ void insertItems( const TQDate &start, const TQDate & end );
TimeSpanWidget *mTimeSpanWidget;
};