summaryrefslogtreecommitdiffstats
path: root/korganizer/kowhatsnextview.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kowhatsnextview.h')
-rw-r--r--korganizer/kowhatsnextview.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/korganizer/kowhatsnextview.h b/korganizer/kowhatsnextview.h
index 211984ed..7fd07aeb 100644
--- a/korganizer/kowhatsnextview.h
+++ b/korganizer/kowhatsnextview.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef KOWHATSNEXTVIEW_H
#define KOWHATSNEXTVIEW_H
@@ -34,8 +34,9 @@ class KOEventViewerDialog;
class WhatsNextTextBrowser : public TQTextBrowser {
Q_OBJECT
+ TQ_OBJECT
public:
- WhatsNextTextBrowser(TQWidget *parent) : TQTextBrowser(parent) {}
+ WhatsNextTextBrowser(TQWidget *tqparent) : TQTextBrowser(tqparent) {}
void setSource(const TQString &);
@@ -50,8 +51,9 @@ class WhatsNextTextBrowser : public TQTextBrowser {
class KOWhatsNextView : public KOrg::BaseView
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOWhatsNextView(Calendar *calendar, TQWidget *parent = 0,
+ KOWhatsNextView(Calendar *calendar, TQWidget *tqparent = 0,
const char *name = 0);
~KOWhatsNextView();