diff options
Diffstat (limited to 'korganizer/koeventviewer.cpp')
-rw-r--r-- | korganizer/koeventviewer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koeventviewer.cpp b/korganizer/koeventviewer.cpp index 3937c3871..8cd16faad 100644 --- a/korganizer/koeventviewer.cpp +++ b/korganizer/koeventviewer.cpp @@ -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. */ #include "koeventviewer.h" @@ -39,8 +39,8 @@ #include <tqregexp.h> #include <tqtooltip.h> -KOEventViewer::KOEventViewer( Calendar *calendar, TQWidget *parent, const char *name ) - : TQTextBrowser( parent, name ), mCalendar( calendar ), mDefaultText("") +KOEventViewer::KOEventViewer( Calendar *calendar, TQWidget *tqparent, const char *name ) + : TQTextBrowser( tqparent, name ), mCalendar( calendar ), mDefaultText("") { mIncidence = 0; connect( this, TQT_SIGNAL(highlighted(const TQString &)), TQT_SLOT(message(const TQString &)) ); |