[Uml-devel] kdesdk/umbrello/umbrello
Dirk Mueller
mueller at kde.org
Mon May 12 07:58:18 UTC 2003
CVS commit by mueller:
unbreak compilation
M +1 -1 pluginloader.h 1.2
M +3 -3 refactoring/refactoringassistant.h 1.2
--- kdesdk/umbrello/umbrello/pluginloader.h #1.1:1.2
@@ -66,5 +66,5 @@ namespace Umbrello
class PluginLoader : public QObject
{
- Q_OBJECT;
+ Q_OBJECT
public:
/** Destry the plugin loader */
--- kdesdk/umbrello/umbrello/refactoring/refactoringassistant.h #1.1:1.2
@@ -36,6 +36,6 @@
namespace Umbrello{
- class RefactoringAssistant : public KListView
- {
+class RefactoringAssistant : public KListView
+{
Q_OBJECT
public:
More information about the umbrello-devel
mailing list