On Sun, Oct 16, 2005 at 08:37:48PM +0300, Мар'ян Петришин wrote: > In file included from usermanager_panelapplet_la.all_cpp.cpp:2: > usermanager.cpp: In member function `void UserManager::doNewSession(bool)': > usermanager.cpp:251: error: `PlainCaption' is not a member of type > `KMessageBox' wrar@wrars-comp CVS/baghira/sessionapplet $ cvs log usermanager.cpp [...] revision 1.4 date: 2005/10/03 13:14:35; author: baghira-style; state: Exp; lines: +5 -1 fixed 3.3 compilation wrar@wrars-comp CVS/baghira/sessionapplet $ cvs diff -r1.3 -r1.4 usermanager.cpp Index: usermanager.cpp =================================================================== RCS file: /cvsroot/baghira/baghira/sessionapplet/usermanager.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -p -r1.3 -r1.4 --- usermanager.cpp 31 Jul 2005 16:15:57 -0000 1.3 +++ usermanager.cpp 3 Oct 2005 13:14:35 -0000 1.4 @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include @@ -248,7 +249,10 @@ void UserManager::doNewSession( bool loc i18n("Warning - New Session"), KGuiItem(i18n("&Start New Session"), "fork"), ":confirmNewSession", - KMessageBox::PlainCaption | KMessageBox::Notify); +#if KDE_IS_VERSION(3,3,91) //3.4 beta + KMessageBox::PlainCaption | +#endif + KMessageBox::Notify); if (result==KMessageBox::Cancel) return; Это уже после релиза 0.7. -- WBR, wRAR (ALT Linux Team) Powered by the ALT Linux fortune(8): > Если железо вызывает сомнения и нет ups (т.е. о хранении данных речь не идёт, только о выживании) [...] -- mike in community@