summaryrefslogtreecommitdiffstats
path: root/korganizer/kocounterdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kocounterdialog.cpp')
-rw-r--r--korganizer/kocounterdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/kocounterdialog.cpp b/korganizer/kocounterdialog.cpp
index a8a581d0..1490b804 100644
--- a/korganizer/kocounterdialog.cpp
+++ b/korganizer/kocounterdialog.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.
*/
@@ -32,8 +32,8 @@
#include "kocounterdialog.h"
#include "kocounterdialog.moc"
-KOCounterDialog::KOCounterDialog( Calendar *calendar, TQWidget *parent, const char *name )
- : KDialogBase( parent, name, false, i18n("Counter-Event Viewer"),
+KOCounterDialog::KOCounterDialog( Calendar *calendar, TQWidget *tqparent, const char *name )
+ : KDialogBase( tqparent, name, false, i18n("Counter-Event Viewer"),
User1 | User2, User1, false, i18n("Decline"), i18n("Accept") )
{
mEventViewer = new KOEventViewer( calendar, this );