summaryrefslogtreecommitdiffstats
path: root/yakuake/src/translucent_widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yakuake/src/translucent_widget.cpp')
-rw-r--r--yakuake/src/translucent_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/translucent_widget.cpp b/yakuake/src/translucent_widget.cpp
index aa87a9d..3201e37 100644
--- a/yakuake/src/translucent_widget.cpp
+++ b/yakuake/src/translucent_widget.cpp
@@ -16,7 +16,7 @@
#include <krootpixmap.h>
-TranslucentWidget::TranslucentWidget(TQWidget* tqparent, const char* name, bool translucency) : TQWidget(tqparent, name)
+TranslucentWidget::TranslucentWidget(TQWidget* parent, const char* name, bool translucency) : TQWidget(parent, name)
{
use_translucency = translucency;