summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/kquestion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/kquestion.cpp')
-rw-r--r--keduca/keduca/kquestion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keduca/keduca/kquestion.cpp b/keduca/keduca/kquestion.cpp
index d3473275..fee2abc7 100644
--- a/keduca/keduca/kquestion.cpp
+++ b/keduca/keduca/kquestion.cpp
@@ -27,8 +27,8 @@
#include <kprogress.h>
#include <klocale.h>
-KQuestion::KQuestion( TQWidget *tqparent, const char *name )
- : TQHBox( tqparent, name ), _countdownTimer( 0 )
+KQuestion::KQuestion( TQWidget *parent, const char *name )
+ : TQHBox( parent, name ), _countdownTimer( 0 )
{
initGUI();
}