tipofday_part.h
Go to the documentation of this file.00001
00002
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
This file is part of the documentation for KDevelop Version 3.1.2.