[Uml-devel] KDE/kdesdk/umbrello/umbrello/dialogs
Sharan Rao
sharanrao at gmail.com
Tue May 8 20:53:10 UTC 2007
SVN commit 662668 by sharan:
Q_OBJECT macro and include moc file, for signal slot connection
M +1 -0 notedialog.cpp
M +3 -0 notedialog.h
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/notedialog.cpp #662667:662668
@@ -62,3 +62,4 @@
accept();
}
+#include "notedialog.moc"
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/notedialog.h #662667:662668
@@ -25,6 +25,9 @@
class Q3TextEdit;
class NoteDialog : public KDialog {
+
+ Q_OBJECT
+
public:
/**
* Constructs an NoteDialog.
More information about the umbrello-devel
mailing list