diff options
Diffstat (limited to 'kcoloredit/texteditselection.h')
-rw-r--r-- | kcoloredit/texteditselection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/texteditselection.h b/kcoloredit/texteditselection.h index 67a299a1..e0ef91f5 100644 --- a/kcoloredit/texteditselection.h +++ b/kcoloredit/texteditselection.h @@ -34,7 +34,7 @@ class TextEditSelection : public TQWidget { public: /** Constructs the widget */ - TextEditSelection(TQWidget *tqparent=0, const char *name=0); + TextEditSelection(TQWidget *parent=0, const char *name=0); ~TextEditSelection(); signals: |