summaryrefslogtreecommitdiffstats
path: root/kcoloredit/imageselection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit/imageselection.cpp')
-rw-r--r--kcoloredit/imageselection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/imageselection.cpp b/kcoloredit/imageselection.cpp
index a82bdfdb..b6d47c47 100644
--- a/kcoloredit/imageselection.cpp
+++ b/kcoloredit/imageselection.cpp
@@ -17,7 +17,7 @@
#include "imageselection.h"
-ImageSelection::ImageSelection(TQWidget *tqparent, const char *name ) : TQWidget(tqparent,name) {
+ImageSelection::ImageSelection(TQWidget *parent, const char *name ) : TQWidget(parent,name) {
}
ImageSelection::~ImageSelection(){
}