From f1708be741dfb73ceaffb633b44093f2cb2b3d57 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 05 Apr 2004 12:48:49 +0000 Subject: convert core/applets/* to Opie debug framework --- (limited to 'core/applets/restartapplet/restart.cpp') diff --git a/core/applets/restartapplet/restart.cpp b/core/applets/restartapplet/restart.cpp index 226c2a8..2e17608 100644 --- a/core/applets/restartapplet/restart.cpp +++ b/core/applets/restartapplet/restart.cpp @@ -53,7 +53,6 @@ RestartApplet::RestartApplet( QWidget *parent, const char *name ) : QWidget( parent, name ) { setFixedHeight( 18 ); setFixedWidth( 16 ); - qDebug("new restartapplet"); show(); } @@ -66,7 +65,6 @@ void RestartApplet::mousePressEvent( QMouseEvent *) { void RestartApplet::paintEvent( QPaintEvent* ) { QPainter p(this); - qDebug("paint RESTART pixmap"); p.drawPixmap( 0, 1, ( const char** ) restart_xpm ); } -- cgit v0.9.0.2