summaryrefslogtreecommitdiffstats
path: root/korganizer/kowhatsnextview.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kowhatsnextview.h')
-rw-r--r--korganizer/kowhatsnextview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kowhatsnextview.h b/korganizer/kowhatsnextview.h
index 7fd07aeb..e899ae15 100644
--- a/korganizer/kowhatsnextview.h
+++ b/korganizer/kowhatsnextview.h
@@ -36,7 +36,7 @@ class WhatsNextTextBrowser : public TQTextBrowser {
Q_OBJECT
TQ_OBJECT
public:
- WhatsNextTextBrowser(TQWidget *tqparent) : TQTextBrowser(tqparent) {}
+ WhatsNextTextBrowser(TQWidget *parent) : TQTextBrowser(parent) {}
void setSource(const TQString &);
@@ -53,7 +53,7 @@ class KOWhatsNextView : public KOrg::BaseView
Q_OBJECT
TQ_OBJECT
public:
- KOWhatsNextView(Calendar *calendar, TQWidget *tqparent = 0,
+ KOWhatsNextView(Calendar *calendar, TQWidget *parent = 0,
const char *name = 0);
~KOWhatsNextView();