compilation fixes - kview doesn't compile because of missing kview_if.h

Why has kview it's own helpindex?

svn path=/trunk/kdegraphics/kdvi/; revision=22259
remotes/origin/kdvi-2.0
Stephan Kulow 27 years ago
parent 95fa67a9e1
commit db2b92280a
  1. 3
      kdvi.cpp

@ -36,6 +36,7 @@
#include <unistd.h>
#include <signal.h>
#include <drag.h>
#include <kglobal.h>
enum {ID_STAT_SHRINK, ID_STAT_PAGE, ID_STAT_MSG, ID_STAT_XY};
enum {ID_OPT_PK = 3, ID_OPT_PS, ID_OPT_MB, ID_OPT_BB, ID_OPT_TB, ID_OPT_SB, ID_OPT_SC };
@ -257,7 +258,7 @@ void kdvi::makeButtons()
toolBar = new KToolBar( this );
#define I(f,o,s,h) toolBar->insertButton( kapp->getIconLoader()->loadIcon(f),\
#define I(f,o,s,h) toolBar->insertButton( KGlobal::iconLoader()->loadIcon(f),\
0, SIGNAL(clicked()), o, SLOT(s()), TRUE, h);
I( "fileopen.xpm", this, fileOpen, i18n("Open document ...") )

Loading…
Cancel
Save