Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

rename.h

Go to the documentation of this file.
00001 #ifndef RENAME_H
00002 #define RENAME_H
00003 
00004 #include "renamebase.h"
00005 
00006 class Rename : public RenameBase
00007 {
00008         Q_OBJECT
00009 
00010 public:
00011         static QString rename(const QString &on, QWidget *parent);
00012         static QString getText(const QString &caption, const QString &secondLabel, QWidget *parent);
00013 
00014 protected:
00015         Rename(QWidget *parent = 0, const char *name = 0, bool modal = false, WFlags fl = 0);
00016 
00017 };
00018 
00019 #endif
00020 

Generated on Sat Nov 5 16:18:08 2005 for OPIE by  doxygen 1.4.2