summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartappletimpl.cpp
Side-by-side diff
Diffstat (limited to 'core/applets/restartapplet/restartappletimpl.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/restartapplet/restartappletimpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/restartapplet/restartappletimpl.cpp b/core/applets/restartapplet/restartappletimpl.cpp
index d8e10d3..3adc80c 100644
--- a/core/applets/restartapplet/restartappletimpl.cpp
+++ b/core/applets/restartapplet/restartappletimpl.cpp
@@ -30,13 +30,12 @@ RestartAppletImpl::~RestartAppletImpl()
{
delete restart;
}
QWidget *RestartAppletImpl::applet( QWidget *parent )
{
- qDebug("restart applet");
if ( !restart )
restart = new RestartApplet( parent );
return restart;
}
int RestartAppletImpl::position() const