CVS commit by domi:
make it build with KDE 3.1
M +2 -0 kapture.cpp 1.2
--- kdenonbeta/kdedebian/kapture/kapture/kapture.cpp #1.1:1.2
@@ -83,6 +83,8 @@ void kapture::setupActions()
KStdAction::quit(kapp, SLOT(quit()), actionCollection());
+#if KDE_IS_VERSION( 3, 1, 90 )
createStandardStatusBarAction();
setStandardToolBarMenuEnabled(true);
+#endif
KStdAction::keyBindings(this, SLOT(optionsConfigureKeys()), actionCollection());