diff options
Diffstat (limited to 'krdc/kfullscreenpanel.cpp')
-rw-r--r-- | krdc/kfullscreenpanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/kfullscreenpanel.cpp b/krdc/kfullscreenpanel.cpp index a43cc96d..81cd49e7 100644 --- a/krdc/kfullscreenpanel.cpp +++ b/krdc/kfullscreenpanel.cpp @@ -54,10 +54,10 @@ void Counter::timeout() { } -KFullscreenPanel::KFullscreenPanel(TQWidget* tqparent, +KFullscreenPanel::KFullscreenPanel(TQWidget* parent, const char *name, const TQSize &resolution) : - TQWidget(tqparent, name), + TQWidget(parent, name), m_child(0), m_layout(0), m_fsResolution(resolution), |