kdelirc
arguments.h
Go to the documentation of this file.00001 // 00002 // 00003 // C++ Interface: $MODULE$ 00004 // 00005 // Description: 00006 // 00007 // 00008 // Author: Gav Wood <gav@kde.org>, (C) 2003 00009 // 00010 // Copyright: See COPYING file that comes with this distribution 00011 // 00012 // 00013 #ifndef ARGUMENTS_H 00014 #define ARGUMENTS_H 00015 00016 #include <q3valuelist.h> 00017 #include <QVariant> 00018 00023 class Arguments : public Q3ValueList<QVariant> 00024 { 00025 public: 00026 const QString toString() const; 00027 00028 Arguments(); 00029 ~Arguments(); 00030 }; 00031 00032 #endif
KDE 4.0 API Reference