summaryrefslogtreecommitdiffstats
path: root/libkdepim/tests/testdateedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/tests/testdateedit.cpp')
-rw-r--r--libkdepim/tests/testdateedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/tests/testdateedit.cpp b/libkdepim/tests/testdateedit.cpp
index 6b4ef339..e0d1d732 100644
--- a/libkdepim/tests/testdateedit.cpp
+++ b/libkdepim/tests/testdateedit.cpp
@@ -31,8 +31,8 @@
#include "testdateedit.h"
-DateEdit::DateEdit( TQWidget *tqparent, const char *name )
- : TQWidget( tqparent, name )
+DateEdit::DateEdit( TQWidget *parent, const char *name )
+ : TQWidget( parent, name )
{
TQVBoxLayout *tqlayout = new TQVBoxLayout( this );