summaryrefslogtreecommitdiffstats
path: root/kmouth/phraseedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmouth/phraseedit.cpp')
-rw-r--r--kmouth/phraseedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/phraseedit.cpp b/kmouth/phraseedit.cpp
index 4397bb6..4eced0e 100644
--- a/kmouth/phraseedit.cpp
+++ b/kmouth/phraseedit.cpp
@@ -17,8 +17,8 @@
#include "phraseedit.h"
-PhraseEdit::PhraseEdit(const TQString &string, TQWidget *tqparent)
- : KLineEdit (string, tqparent) {
+PhraseEdit::PhraseEdit(const TQString &string, TQWidget *parent)
+ : KLineEdit (string, parent) {
}
PhraseEdit::~PhraseEdit() {