From b411ec2d8961d07c3e2e9aefc9e04322b7851859 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 17 Apr 2005 14:27:55 +0000 Subject: qdebugcleanup --- (limited to 'korganizer/ktimeedit.cpp') diff --git a/korganizer/ktimeedit.cpp b/korganizer/ktimeedit.cpp index 61a0931..df9b2fc 100644 --- a/korganizer/ktimeedit.cpp +++ b/korganizer/ktimeedit.cpp @@ -337,7 +337,6 @@ void KOTimeEdit::keyPressEvent(QKeyEvent *e) addTime(QTime(1,0,0)); break; case Key_Backspace: - qDebug("+++++++++++back "); if ( cpos > 0) { if ( cpos == 3 ) --cpos; @@ -348,7 +347,6 @@ void KOTimeEdit::keyPressEvent(QKeyEvent *e) lineEdit()->setCursorPosition(--cpos); setSelect ( cpos , 1 ); changedText(); - qDebug("---------back "); } break; } // switch arrows -- cgit v0.9.0.2