summaryrefslogtreecommitdiffstats
path: root/korganizer/koeventviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeventviewer.cpp')
-rw-r--r--korganizer/koeventviewer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koeventviewer.cpp b/korganizer/koeventviewer.cpp
index 3937c387..8cd16faa 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 &)) );