summaryrefslogtreecommitdiffstats
path: root/kooka/imageselectline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kooka/imageselectline.cpp')
-rw-r--r--kooka/imageselectline.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kooka/imageselectline.cpp b/kooka/imageselectline.cpp
index 99ba935e..a21b56c0 100644
--- a/kooka/imageselectline.cpp
+++ b/kooka/imageselectline.cpp
@@ -47,8 +47,8 @@
* together in a row. The button opens a file selector box to pick a file.
*/
-ImageSelectLine::ImageSelectLine( TQWidget *tqparent, const TQString& text )
- : TQHBox( tqparent )
+ImageSelectLine::ImageSelectLine( TQWidget *parent, const TQString& text )
+ : TQHBox( parent )
{
setSpacing( 5 );
(void) new TQLabel( text, this );