[Uml-devel] [Bug 83299] compile error: `slotViewStatusBar' undeclared, etc

Sebastian Stein seb_stein at gmx.de
Sun Jun 13 06:45:27 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=83299      




------- Additional Comments From seb_stein gmx de  2004-06-13 15:44 -------
Stevan White <stevan_white hotmail com> [040613 15:41]:
> Didn't beat me.  I hacked uml.moc and it compiled and worked.
> 
> What does KDE_VERSION < 0x030190 mean anyway?  Is that 3.1.9?
> In that case, the #if would be effective for your KDE version but not mine.

The problem is, that we can't edit the moc files, because they are generated
automatically. Maybe try replacing the ifdef with something like:

#if (KDE_VERSION_MINOR>=2) && (KDE_VERSION_MAJOR>=3)
...
#endif

Sebastian




More information about the umbrello-devel mailing list