/* * today.cpp : main class * * --------------------- * * begin : Sun 10 17:20:00 CEST 2002 * copyright : (c) 2002 by Maximilian Reiß * email : max.reiss@gmx.de * */ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include "bluemanager.h" #include #include #include //#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#include #include #include //#include #include #include /* * Constructs a Example which is a child of 'parent', with the * name 'name' and widget flags set to 'f' */ BlueManager::BlueManager( QWidget* parent, const char* name, WFlags fl ) : BluetoothBase( parent, name, fl ) { draw(); } /* * Repaint method. Reread all fields. */ void BlueManager::draw() { QTimer::singleShot( 20*1000, this, SLOT(draw() ) ); } void BlueManager::init() { } BlueManager::~BlueManager() { }