summaryrefslogtreecommitdiffstats
path: root/korganizer/koeventviewerdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeventviewerdialog.cpp')
-rw-r--r--korganizer/koeventviewerdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeventviewerdialog.cpp b/korganizer/koeventviewerdialog.cpp
index f99a9ac1..a51e5bcc 100644
--- a/korganizer/koeventviewerdialog.cpp
+++ b/korganizer/koeventviewerdialog.cpp
@@ -28,7 +28,7 @@
#include <klocale.h>
-KOEventViewerDialog::KOEventViewerDialog( QWidget *parent, const char *name,
+KOEventViewerDialog::KOEventViewerDialog( TQWidget *parent, const char *name,
bool compact )
: KDialogBase( parent, name, false, i18n("Event Viewer"), Ok, Ok, false,
i18n("Edit") )
@@ -44,14 +44,14 @@ KOEventViewerDialog::KOEventViewerDialog( QWidget *parent, const char *name,
setMinimumSize( 300, 200 );
resize( 320, 300 );
}
- connect( this, SIGNAL(finished()), this, SLOT(delayedDestruct()) );
+ connect( this, TQT_SIGNAL(finished()), this, TQT_SLOT(delayedDestruct()) );
}
KOEventViewerDialog::~KOEventViewerDialog()
{
}
-void KOEventViewerDialog::addText( const QString &text )
+void KOEventViewerDialog::addText( const TQString &text )
{
mEventViewer->addText(text);
}