diff options
Diffstat (limited to 'parts/appwizard/misc.h')
-rw-r--r-- | parts/appwizard/misc.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/parts/appwizard/misc.h b/parts/appwizard/misc.h new file mode 100644 index 00000000..1378943b --- /dev/null +++ b/parts/appwizard/misc.h @@ -0,0 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2002 by Bernd Gehrmann * + * bernd@kdevelop.org * + * * + * 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. * + * * + ***************************************************************************/ + +#ifndef _MISC_H_ +#define _MISC_H_ + +#include <qstring.h> + +class AppWizardUtil +{ +public: + static void guessAuthorAndEmail(QString *author, QString *email); +}; + +#endif |