From 9c9412b30c54468adc9e506cc76c5d113fbf5056 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:03 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ksirc/ahistlineedit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksirc/ahistlineedit.cpp') 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; } -- cgit v1.2.1