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 0f2e319..000a1f5 100644
--- a/kmouth/phraseedit.cpp
+++ b/kmouth/phraseedit.cpp
@@ -17,14 +17,14 @@
#include "phraseedit.h"
-PhraseEdit::PhraseEdit(const QString &string, QWidget *parent)
+PhraseEdit::PhraseEdit(const TQString &string, TQWidget *parent)
: KLineEdit (string, parent) {
}
PhraseEdit::~PhraseEdit() {
}
-void PhraseEdit::keyPressEvent (QKeyEvent *e) {
+void PhraseEdit::keyPressEvent (TQKeyEvent *e) {
if ((e->state() & Qt::KeyButtonMask) == Qt::ControlButton) {
if (e->key() == Qt::Key_C) {
if (!this->hasSelectedText()) {