summaryrefslogtreecommitdiffstats
path: root/korganizer/koeventview.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/koeventview.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/koeventview.h')
-rw-r--r--korganizer/koeventview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koeventview.h b/korganizer/koeventview.h
index d2073d532..23d1bc441 100644
--- a/korganizer/koeventview.h
+++ b/korganizer/koeventview.h
@@ -61,10 +61,10 @@ class KOEventView : public KOrg::BaseView
* Constructs a view.
* @param cal is a pointer to the calendar object from which events
* will be retrieved for display.
- * @param parent is the parent QWidget.
+ * @param parent is the parent TQWidget.
* @param name is the view name.
*/
- KOEventView(Calendar *cal,QWidget *parent=0,const char *name=0);
+ KOEventView(Calendar *cal,TQWidget *parent=0,const char *name=0);
/**
* Destructor. Views will do view-specific cleanups here.
@@ -85,7 +85,7 @@ class KOEventView : public KOrg::BaseView
/**
* Construct a standard context that allows to create a new event.
*/
- QPopupMenu *newEventPopup();
+ TQPopupMenu *newEventPopup();
/** This view is an view for displaying events. */
bool isEventView() { return true; }
@@ -113,7 +113,7 @@ class KOEventView : public KOrg::BaseView
* Emitted when an event is moved using the mouse in an agenda
* view (week / month).
*/
- void shiftedEvent(const QDate& olddate, const QDate& newdate);
+ void shiftedEvent(const TQDate& olddate, const TQDate& newdate);
protected slots: