diff options
Diffstat (limited to 'ksirc/ahistlineedit.cpp')
-rw-r--r-- | ksirc/ahistlineedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/ahistlineedit.cpp b/ksirc/ahistlineedit.cpp index 686c530a..f741646f 100644 --- a/ksirc/ahistlineedit.cpp +++ b/ksirc/ahistlineedit.cpp @@ -309,9 +309,9 @@ bool aHistLineEdit::processKeyEvent( TQKeyEvent *e ) bool eat = false; -// kdDebug(5008) << "Key: " << KShortcut( KKey( e ) ).toString() << " StdAccel: " << KStdAccel::paste().toString() << endl; +// kdDebug(5008) << "Key: " << TDEShortcut( KKey( e ) ).toString() << " StdAccel: " << TDEStdAccel::paste().toString() << endl; - if ( KStdAccel::paste().contains(KKey( e ))) { + if ( TDEStdAccel::paste().contains(KKey( e ))) { e->ignore(); eat = true; } |