KDevelop API Documentation

parts/tipofday/tipofday_part.h

Go to the documentation of this file.
00001 /* 00002 * Copyright (C) 2001 Matthias Hölzer-Klüpfel <mhk@caldera.de> 00003 */ 00004 00005 00006 #ifndef __KDEVPART_TIPOFDAY_H__ 00007 #define __KDEVPART_TIPOFDAY_H__ 00008 00009 00010 #include <kdevplugin.h> 00011 00012 00013 class TipOfDayPart : public KDevPlugin 00014 { 00015 Q_OBJECT 00016 00017 public: 00018 00019 TipOfDayPart(QObject *parent, const char *name, const QStringList &); 00020 00021 00022 public slots: 00023 00024 void showTip(); 00025 void showOnStart(); 00026 00027 }; 00028 00029 00030 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:52 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003